Forest Green
#166A27
GreenColor Codes
All color formats for development
HEX
#166A27RGB
rgb(22, 106, 39)HSL
hsl(132, 66%, 25%)OKLCH
oklch(0.461 0.128 146.2)CMYK
cmyk(79%, 0%, 63%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F23
2#11551F
3#0F4A1B
4#0D3F17
5#0B3513
6#092A0F
7#07200C
8#041508
9#020B04
Tints
Lighter variations
1#1C8A32
2#23A93E
3#29C949
4#41D85F
5#60DE7A
6#80E594
7#A0EBAF
8#C0F2CA
9#DFF8E4
Tones
Muted variations
1#1A6629
2#1E612C
3#225D2E
4#275931
5#2B5533
6#2F5136
7#334C38
8#37483B
9#3C443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAD | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE182 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D85F | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA44 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9436 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4419 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E1F9E6;
--forest-green-200: #C8F4D1;
--forest-green-300: #9EEBAD;
--forest-green-400: #6BE182;
--forest-green-500: #41D85F;
--forest-green-600: #26BA44;
--forest-green-700: #1E9436;
--forest-green-800: #166A27;
--forest-green-900: #0E4419;
--forest-green-950: #092A0F;
}