Forest Green
#107033
GreenColor Codes
All color formats for development
HEX
#107033RGB
rgb(16, 112, 51)HSL
hsl(142, 75%, 25%)OKLCH
oklch(0.479 0.126 149.6)CMYK
cmyk(86%, 0%, 54%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E642E
2#0D5929
3#0B4E24
4#0A431F
5#08381A
6#062D14
7#05210F
8#03160A
9#020B05
Tints
Lighter variations
1#159142
2#19B352
3#1ED461
4#36E275
5#58E78C
6#79ECA3
7#9BF1BA
8#BCF5D1
9#DEFAE8
Tones
Muted variations
1#156B34
2#196636
3#1E6137
4#235C38
5#285839
6#2D533B
7#314E3C
8#36493D
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E994 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4721 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF6;
--forest-green-100: #E0FBEA;
--forest-green-200: #C5F7D7;
--forest-green-300: #98F0B9;
--forest-green-400: #63E994;
--forest-green-500: #36E275;
--forest-green-600: #1CC45A;
--forest-green-700: #169C47;
--forest-green-800: #107033;
--forest-green-900: #0A4721;
--forest-green-950: #062D14;
}