Forest Green
#1F9338
GreenColor Codes
All color formats for development
HEX
#1F9338RGB
rgb(31, 147, 56)HSL
hsl(133, 65%, 35%)OKLCH
oklch(0.582 0.163 146.2)CMYK
cmyk(79%, 0%, 62%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8533
2#19762D
3#166727
4#135822
5#104A1C
6#0C3B17
7#092C11
8#061D0B
9#030F06
Tints
Lighter variations
1#25AF43
2#2BCA4D
3#40D660
4#5BDC77
5#76E28E
6#92E8A4
7#ADEEBB
8#C8F3D2
9#E4F9E8
Tones
Muted variations
1#258D3C
2#2B883F
3#318242
4#367C46
5#3C7649
6#42704C
7#486B4F
8#4E6553
9#535F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE085 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D762 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9338 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166928 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E7;
--forest-green-200: #C8F3D2;
--forest-green-300: #9EEAAF;
--forest-green-400: #6CE085;
--forest-green-500: #42D762;
--forest-green-600: #27B947;
--forest-green-700: #1F9338;
--forest-green-800: #166928;
--forest-green-900: #0E431A;
--forest-green-950: #092A10;
}