Forest Green
#0E712A
GreenColor Codes
All color formats for development
HEX
#0E712ARGB
rgb(14, 113, 42)HSL
hsl(137, 78%, 25%)OKLCH
oklch(0.48 0.136 147.1)CMYK
cmyk(88%, 0%, 63%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6626
2#0B5B22
3#0A4F1E
4#084419
5#073915
6#062D11
7#04220D
8#031708
9#010B04
Tints
Lighter variations
1#129437
2#16B644
3#1BD850
4#33E665
5#55EA7F
6#77EE99
7#99F2B2
8#BBF7CC
9#DDFBE5
Tones
Muted variations
1#136D2C
2#18682F
3#1D6331
4#225E33
5#275935
6#2C5437
7#314F39
8#364A3B
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF5;
--forest-green-100: #DFFBE7;
--forest-green-200: #C4F8D3;
--forest-green-300: #97F2B1;
--forest-green-400: #60EB88;
--forest-green-500: #33E665;
--forest-green-600: #19C84A;
--forest-green-700: #149F3B;
--forest-green-800: #0E712A;
--forest-green-900: #09491B;
--forest-green-950: #062D11;
}