Forest Green
#149F1B
GreenColor Codes
All color formats for development
HEX
#149F1BRGB
rgb(20, 159, 27)HSL
hsl(123, 78%, 35%)OKLCH
oklch(0.611 0.197 143.1)CMYK
cmyk(87%, 0%, 83%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F18
2#107F15
3#0E6F13
4#0C5F10
5#0A4F0D
6#08400B
7#063008
8#042005
9#021003
Tints
Lighter variations
1#17BC20
2#1BDA24
3#30E53A
4#4EE956
5#6BED72
6#89F08E
7#A6F4AA
8#C4F8C7
9#E1FBE3
Tones
Muted variations
1#1B9821
2#229127
3#298A2D
4#2F8334
5#367C3A
6#3D7540
7#446E46
8#4B674D
9#526053
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29B | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB67 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C821 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7113 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF2;
--forest-green-100: #DFFBE1;
--forest-green-200: #C4F8C7;
--forest-green-300: #97F29B;
--forest-green-400: #60EB67;
--forest-green-500: #33E63C;
--forest-green-600: #19C821;
--forest-green-700: #149F1B;
--forest-green-800: #0E7113;
--forest-green-900: #09490C;
--forest-green-950: #062D08;
}