Forest Green
#1F931F
GreenColor Codes
All color formats for development
HEX
#1F931FRGB
rgb(31, 147, 31)HSL
hsl(120, 65%, 35%)OKLCH
oklch(0.579 0.18 142.8)CMYK
cmyk(79%, 0%, 79%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C851C
2#197619
3#166716
4#135813
5#104A10
6#0C3B0C
7#092C09
8#061D06
9#030F03
Tints
Lighter variations
1#25AF25
2#2BCA2B
3#40D640
4#5BDC5B
5#76E276
6#92E892
7#ADEEAD
8#C8F3C8
9#E4F9E4
Tones
Muted variations
1#258D25
2#2B882B
3#318231
4#367C36
5#3C763C
6#427042
7#486B48
8#4E654E
9#535F53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEA9E | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE06C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D742 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B927 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F931F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166916 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E430E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF2;
--forest-green-100: #E2F9E2;
--forest-green-200: #C8F3C8;
--forest-green-300: #9EEA9E;
--forest-green-400: #6CE06C;
--forest-green-500: #42D742;
--forest-green-600: #27B927;
--forest-green-700: #1F931F;
--forest-green-800: #166916;
--forest-green-900: #0E430E;
--forest-green-950: #092A09;
}