Forest Green
#166A2C
GreenColor Codes
All color formats for development
HEX
#166A2CRGB
rgb(22, 106, 44)HSL
hsl(136, 66%, 25%)OKLCH
oklch(0.461 0.123 147.6)CMYK
cmyk(79%, 0%, 58%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F28
2#115523
3#0F4A1F
4#0D3F1A
5#0B3516
6#092A12
7#07200D
8#041509
9#020B04
Tints
Lighter variations
1#1C8A39
2#23A947
3#29C954
4#41D869
5#60DE82
6#80E59B
7#A0EBB4
8#C0F2CD
9#DFF8E6
Tones
Muted variations
1#1A662E
2#1E6130
3#225D32
4#275934
5#2B5536
6#2F5138
7#334C3A
8#37483C
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18A | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D869 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E943E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E1F9E8;
--forest-green-200: #C8F4D4;
--forest-green-300: #9EEBB2;
--forest-green-400: #6BE18A;
--forest-green-500: #41D869;
--forest-green-600: #26BA4E;
--forest-green-700: #1E943E;
--forest-green-800: #166A2C;
--forest-green-900: #0E441C;
--forest-green-950: #092A12;
}