Forest Green
#0E7136
GreenColor Codes
All color formats for development
HEX
#0E7136RGB
rgb(14, 113, 54)HSL
hsl(144, 78%, 25%)OKLCH
oklch(0.482 0.125 150.7)CMYK
cmyk(88%, 0%, 52%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6630
2#0B5B2B
3#0A4F26
4#084420
5#07391B
6#062D16
7#042210
8#03170B
9#010B05
Tints
Lighter variations
1#129446
2#16B656
3#1BD866
4#33E67A
5#55EA90
6#77EEA7
7#99F2BD
8#BBF7D3
9#DDFBE9
Tones
Muted variations
1#136D37
2#186838
3#1D6339
4#225E3A
5#27593B
6#2C543C
7#314F3D
8#364A3E
9#3B453F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF6;
--forest-green-100: #DFFBEA;
--forest-green-200: #C4F8D9;
--forest-green-300: #97F2BB;
--forest-green-400: #60EB98;
--forest-green-500: #33E67A;
--forest-green-600: #19C85F;
--forest-green-700: #149F4B;
--forest-green-800: #0E7136;
--forest-green-900: #094922;
--forest-green-950: #062D16;
}