Forest Green
#159D18
GreenColor Codes
All color formats for development
HEX
#159D18RGB
rgb(21, 157, 24)HSL
hsl(121, 76%, 35%)OKLCH
oklch(0.606 0.196 142.8)CMYK
cmyk(87%, 0%, 85%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D15
2#117E13
3#0F6E11
4#0D5E0E
5#0B4F0C
6#093F09
7#062F07
8#041F05
9#021002
Tints
Lighter variations
1#19BA1C
2#1DD720
3#33E336
4#50E752
5#6DEB6F
6#8AEF8C
7#A7F3A9
8#C5F7C5
9#E2FBE2
Tones
Muted variations
1#1C961E
2#239025
3#2A892B
4#318232
5#377B38
6#3E743F
7#456E46
8#4C674C
9#526053
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F199 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA64 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E338 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7011 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF2;
--forest-green-100: #E0FBE0;
--forest-green-200: #C5F7C5;
--forest-green-300: #98F199;
--forest-green-400: #62EA64;
--forest-green-500: #35E338;
--forest-green-600: #1BC51E;
--forest-green-700: #159D18;
--forest-green-800: #0F7011;
--forest-green-900: #0A480B;
--forest-green-950: #062D07;
}