Forest Green
#1F9323
GreenColor Codes
All color formats for development
HEX
#1F9323RGB
rgb(31, 147, 35)HSL
hsl(122, 65%, 35%)OKLCH
oklch(0.58 0.178 143.2)CMYK
cmyk(79%, 0%, 76%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8520
2#19761C
3#166719
4#135815
5#104A12
6#0C3B0E
7#092C0B
8#061D07
9#030F04
Tints
Lighter variations
1#25AF2A
2#2BCA30
3#40D645
4#5BDC5F
5#76E27A
6#92E894
7#ADEEAF
8#C8F3CA
9#E4F9E4
Tones
Muted variations
1#258D29
2#2B882E
3#318233
4#367C39
5#3C763E
6#427044
7#486B49
8#4E654E
9#535F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE070 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9323 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166919 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E2;
--forest-green-200: #C8F3CA;
--forest-green-300: #9EEAA1;
--forest-green-400: #6CE070;
--forest-green-500: #42D747;
--forest-green-600: #27B92C;
--forest-green-700: #1F9323;
--forest-green-800: #166919;
--forest-green-900: #0E4310;
--forest-green-950: #092A0A;
}