Forest Green
#1F933E
GreenColor Codes
All color formats for development
HEX
#1F933ERGB
rgb(31, 147, 62)HSL
hsl(136, 65%, 35%)OKLCH
oklch(0.583 0.158 147.5)CMYK
cmyk(79%, 0%, 58%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8538
2#197632
3#16672C
4#135825
5#104A1F
6#0C3B19
7#092C13
8#061D0C
9#030F06
Tints
Lighter variations
1#25AF4A
2#2BCA55
3#40D668
4#5BDC7D
5#76E293
6#92E8A9
7#ADEEBE
8#C8F3D4
9#E4F9E9
Tones
Muted variations
1#258D41
2#2B8844
3#318246
4#367C49
5#3C764C
6#42704E
7#486B51
8#4E6554
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08B | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D769 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E8;
--forest-green-200: #C8F3D4;
--forest-green-300: #9EEAB3;
--forest-green-400: #6CE08B;
--forest-green-500: #42D769;
--forest-green-600: #27B94E;
--forest-green-700: #1F933E;
--forest-green-800: #16692C;
--forest-green-900: #0E431C;
--forest-green-950: #092A12;
}