Forest Green
#0F7136
GreenColor Codes
All color formats for development
HEX
#0F7136RGB
rgb(15, 113, 54)HSL
hsl(144, 77%, 25%)OKLCH
oklch(0.482 0.125 150.6)CMYK
cmyk(87%, 0%, 52%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6631
2#0C5A2B
3#0A4F26
4#094420
5#07381B
6#062D16
7#042210
8#03170B
9#010B05
Tints
Lighter variations
1#139346
2#17B556
3#1CD666
4#34E57B
5#56E991
6#78EDA7
7#99F2BD
8#BBF6D3
9#DDFBE9
Tones
Muted variations
1#146C37
2#186738
3#1D6239
4#225D3A
5#27583B
6#2C533C
7#314E3D
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 | C4F7 #C4F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC75F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094823 | 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: #C4F7D9;
--forest-green-300: #97F2BB;
--forest-green-400: #61EA98;
--forest-green-500: #34E57B;
--forest-green-600: #1AC75F;
--forest-green-700: #159E4C;
--forest-green-800: #0F7136;
--forest-green-900: #094823;
--forest-green-950: #062D16;
}