Huehive Logo

HueHive

Forest Palette

145 views
Leaf Green #228B22
Bark Brown #8B4513
Moss Green #8FBC8F
Sky Blue #87CEEB
Earthy Beige #F5F5DC
#228B22 Leaf Green
#8B4513 Bark Brown
#8FBC8F Moss Green
#87CEEB Sky Blue
#F5F5DC Earthy Beige

About This Color Palette

Here is a color palette inspired by the forest:

json
{
  "palette_name": "Forest Palette",
  "colors": [
    {
      "name": "Leaf Green",
      "hex_code": "
          
          #228B22
       "
    },
    {
      "name": "Bark Brown",
      "hex_code": "
          
          #8B4513
       "
    },
    {
      "name": "Moss Green",
      "hex_code": "
          
          #8FBC8F
       "
    },
    {
      "name": "Sky Blue",
      "hex_code": "
          
          #87CEEB
       "
    },
    {
      "name": "Earthy Beige",
      "hex_code": "
          
          #F5F5DC
       "
    }
  ]
}

This “Forest Palette” reflects the rich colors of a forest environment, including the vibrant greens of leaves, the earthy tones of bark, and hints of sky and soil.

Here’s a simple VBA code snippet that you can use in Excel to apply this forest palette to your worksheet:

vba
Sub ApplyForestPalette()
    Dim forestColors As Variant
    forestColors = Array("
          
          #228B22
       ", "
          
          #8B4513
       ", "
          
          #8FBC8F
       ", "
          
          #87CEEB
       ", "
          
          #F5F5DC
       ")
    
    Dim i As Integer
    For i = LBound(forestColors) To UBound(forestColors)
        ActiveWorkbook.Colors(i + 1) = RGB(CLng("&H" & Mid(forestColors(i), 2, 2)), _
                                             CLng("&H" & Mid(forestColors(i), 4, 2)), _
                                             CLng("&H" & Mid(forestColors(i), 6, 2)))
    Next i
    
    ' Apply the colors to the range
    With ActiveSheet.Range("A1:E1")
        .Interior.ColorIndex = 1 ' Set to your preferred background color
        .Font.ColorIndex = 2 ' Set to your preferred font color
    End With
    
    ' Fill the cells with forest colors
    For i = 0 To UBound(forestColors)
        ActiveSheet.Cells(1, i + 1).Interior.Color = ActiveWorkbook.Colors(i + 1)
    Next i
End Sub

This code will set the first five columns of your active sheet with the forest colors you specified. What specific features do you want to implement in your Excel sheet using this palette?

Customize Preview Colors

Upgrade to Pro
C
Croma
Dashboard
Analytics
Customers
Settings
John Doe
Admin
Search...

Overview

Welcome back, here's what's happening today.

+12%
$45,231
Total Revenue
+12%
2,345
Active Users
+12%
128
New Orders

Revenue Growth

Brand
Features Pricing About

Build something amazing

Create stunning designs with our AI-powered color palette generator. Perfect for web, mobile, and print.

Fast Performance

Optimized for speed and efficiency.

Secure by Default

Enterprise-grade security built-in.

Easy to Use

Intuitive interface for everyone.

9:41

Good Morning

Here's your daily update

Today

Design Review
10:00 AM
Team Meeting
11:30 AM
Lunch Break
1:00 PM
Project Focus
2:00 PM
Home
Search
Profile
B
BrandName
Sponsored
...
New Collection

Summer
Sale

Get up to 50% off on all items.

1,234 likes
BrandName Don't miss out on our biggest sale of the season! #summersale #fashion

Logo Variations

B
BrandName
B
BrandName

Business Card

B
BrandName

John Doe

Creative Director

john.doe@brandname.com

+1 (555) 123-4567

www.brandname.com

Type Scale

Heading 1

Bold / 48px

Heading 2

Bold / 36px

Heading 3

Bold / 30px

Heading 4

Bold / 24px

Body text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Regular / 16px

Article Layout

Design Trends

The Future of Color

Color trends are evolving rapidly. We are seeing a shift towards more vibrant, expressive palettes that capture attention and evoke emotion.

"Color is a power which directly influences the soul."

Why it matters

Choosing the right color palette is crucial for brand identity. It communicates values without words and creates an instant connection with the audience.

Abstract

Composition #01

Download Files

Copy Code

variables.css

          

Simulate how your palette appears to users with different types of color vision deficiencies. Approximately 8% of men and 0.5% of women have some form of color blindness.

Original Palette

Protanopia

Red-blind (approx. 1% of men)

Deuteranopia

Green-blind (approx. 1% of men)

Tritanopia

Blue-blind (very rare)

Achromatopsia

Total color blindness (monochromacy)

Shades & Tints

Explore lighter variations (tints) and darker variations (shades) of each color. Click any color to copy its hex code.

Leaf Green

#228B22

Tints

(Mixed with white - lighter)

Original

Shades

(Mixed with black - darker)

Bark Brown

#8B4513

Tints

(Mixed with white - lighter)

Original

Shades

(Mixed with black - darker)

Moss Green

#8FBC8F

Tints

(Mixed with white - lighter)

Original

Shades

(Mixed with black - darker)

Sky Blue

#87CEEB

Tints

(Mixed with white - lighter)

Original

Shades

(Mixed with black - darker)

Earthy Beige

#F5F5DC

Tints

(Mixed with white - lighter)

Original

Shades

(Mixed with black - darker)

Color Theory Analysis

Unlock advanced color wheel distribution, harmony detection, and HSL color analysis with Pro.

Upgrade to Pro

Color Wheel Distribution

Harmony Analysis

Dominant Temperature

--

Harmony Type

--

Analyzing color relationships...

Color Values (HSL)

Background Color

#

Colors

Text Color

#

Colors

Preview & Analysis

Aa

The quick brown fox jumps over the lazy dog.

Contrast Ratio --

Normal Text

WCAG AA --
WCAG AAA --

Large Text

WCAG AA --
WCAG AAA --
AI

AI Contrast Fix Suggestions

Suggests background & text tweaks to reach WCAG targets.

Log in to unlock 3 free AI tries

Ready to suggest tweaks for AA/AAA.

Suggested pairs

Shortest hop that clears WCAG AA/AAA.

Current: --
Run “Suggest Fixes” to see AI options.

Understanding Contrast Ratios

4.5:1 (Level AA)

The minimum required contrast ratio for normal text to be considered accessible under WCAG 2.1 Level AA. For large text, the requirement is lower at 3.0:1. This is the standard target for most web content.

7.0:1 (Level AAA)

The "gold standard" for accessibility. Achieving a 7.0:1 ratio ensures that your text is readable even for people with significant vision loss. For large text, the AAA requirement is 4.5:1.

What counts as Large Text?

WCAG defines large text as anything 18pt (approx. 24px) or larger, or 14pt (approx. 18.66px) and bold or larger. Most headings fall into this category.

Why it matters

Proper contrast is essential for everyone, but especially for people with color blindness, low vision, or those viewing screens in bright sunlight.

Other Similar Palettes

#00963F
#3EB489
#2E7D32
#A3D9B1
#005B3D
#2E3A24
#8B5A2B
#4E3B31
#6C8E3B
#A3C1DA
#5B8C5A
#7A2C78
#2C3E50
#4E6E58
#4B3D3D
#50C878
#4E3B31
#A3C1DA
#FFD700
#6A5ACD
#F4CB9F
#64C0BF
#C2C2C2
#E6D9F1
#00453D
#2E7D32
#4CAF50
#A5D6A7
#B2DFDB

Update Your Palette

Current Palette

Leaf Green
Bark Brown
Moss Green
Sky Blue
Earthy Beige

Forest Palette

Try these examples:

New to HueHive? 🎨

Discover AI-powered color tools