Forest Green
#1D631D
GreenColor Codes
All color formats for development
HEX
#1D631DRGB
rgb(29, 99, 29)HSL
hsl(120, 55%, 25%)OKLCH
oklch(0.441 0.124 143.1)CMYK
cmyk(71%, 0%, 71%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A591A
2#174F17
3#144514
4#113B11
5#0E310E
6#0B280B
7#091E09
8#061406
9#030A03
Tints
Lighter variations
1#258025
2#2E9E2E
3#37BC37
4#4DCB4D
5#6BD46B
6#88DD88
7#A6E5A6
8#C4EEC4
9#E1F6E1
Tones
Muted variations
1#205F20
2#245C24
3#275827
4#2B552B
5#2E512E
6#324E32
7#354A35
8#394739
9#3C433C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D775 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB4D | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D631D | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F12 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F7E3;
--forest-green-200: #CCF0CC;
--forest-green-300: #A4E5A4;
--forest-green-400: #75D775;
--forest-green-500: #4DCB4D;
--forest-green-600: #32AE32;
--forest-green-700: #288A28;
--forest-green-800: #1D631D;
--forest-green-900: #123F12;
--forest-green-950: #0B280B;
}