Forest Green
#1F933C
GreenColor Codes
All color formats for development
HEX
#1F933CRGB
rgb(31, 147, 60)HSL
hsl(135, 65%, 35%)OKLCH
oklch(0.582 0.16 147)CMYK
cmyk(79%, 0%, 59%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8536
2#197630
3#16672A
4#135824
5#104A1E
6#0C3B18
7#092C12
8#061D0C
9#030F06
Tints
Lighter variations
1#25AF47
2#2BCA53
3#40D665
4#5BDC7B
5#76E291
6#92E8A7
7#ADEEBD
8#C8F3D3
9#E4F9E9
Tones
Muted variations
1#258D3F
2#2B8842
3#318245
4#367C48
5#3C764B
6#42704E
7#486B51
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 #C8F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE089 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D767 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | 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: #C8F3D3;
--forest-green-300: #9EEAB1;
--forest-green-400: #6CE089;
--forest-green-500: #42D767;
--forest-green-600: #27B94C;
--forest-green-700: #1F933C;
--forest-green-800: #16692B;
--forest-green-900: #0E431C;
--forest-green-950: #092A11;
}