Forest Green
#0E7125
GreenColor Codes
All color formats for development
HEX
#0E7125RGB
rgb(14, 113, 37)HSL
hsl(134, 78%, 25%)OKLCH
oklch(0.479 0.14 146)CMYK
cmyk(88%, 0%, 67%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6622
2#0B5B1E
3#0A4F1A
4#084416
5#073913
6#062D0F
7#04220B
8#031707
9#010B04
Tints
Lighter variations
1#129430
2#16B63C
3#1BD847
4#33E65D
5#55EA78
6#77EE93
7#99F2AE
8#BBF7C9
9#DDFBE4
Tones
Muted variations
1#136D28
2#18682B
3#1D632D
4#225E30
5#275932
6#2C5435
7#314F38
8#364A3A
9#3B453D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB81 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C842 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7125 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094918 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF4;
--forest-green-100: #DFFBE6;
--forest-green-200: #C4F8D0;
--forest-green-300: #97F2AC;
--forest-green-400: #60EB81;
--forest-green-500: #33E65D;
--forest-green-600: #19C842;
--forest-green-700: #149F34;
--forest-green-800: #0E7125;
--forest-green-900: #094918;
--forest-green-950: #062D0F;
}