Forest Green
#1F933A
GreenColor Codes
All color formats for development
HEX
#1F933ARGB
rgb(31, 147, 58)HSL
hsl(134, 65%, 35%)OKLCH
oklch(0.582 0.162 146.6)CMYK
cmyk(79%, 0%, 61%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8534
2#19762F
3#166729
4#135823
5#104A1D
6#0C3B17
7#092C11
8#061D0C
9#030F06
Tints
Lighter variations
1#25AF45
2#2BCA50
3#40D663
4#5BDC79
5#76E28F
6#92E8A6
7#ADEEBC
8#C8F3D2
9#E4F9E9
Tones
Muted variations
1#258D3D
2#2B8840
3#318244
4#367C47
5#3C764A
6#42704D
7#486B50
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 #9EEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE087 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D764 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B949 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431B | 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: #C8F3D2;
--forest-green-300: #9EEAB0;
--forest-green-400: #6CE087;
--forest-green-500: #42D764;
--forest-green-600: #27B949;
--forest-green-700: #1F933A;
--forest-green-800: #16692A;
--forest-green-900: #0E431B;
--forest-green-950: #092A11;
}