Forest Green
#1D6320
GreenColor Codes
All color formats for development
HEX
#1D6320RGB
rgb(29, 99, 32)HSL
hsl(123, 55%, 25%)OKLCH
oklch(0.441 0.122 143.8)CMYK
cmyk(71%, 0%, 68%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A591D
2#174F1A
3#144517
4#113B13
5#0E3110
6#0B280D
7#091E0A
8#061406
9#030A03
Tints
Lighter variations
1#25802A
2#2E9E34
3#37BC3D
4#4DCB53
5#6BD470
6#88DD8D
7#A6E5A9
8#C4EEC6
9#E1F6E2
Tones
Muted variations
1#205F23
2#245C27
3#27582A
4#2B552D
5#2E5130
6#324E33
7#354A36
8#394739
9#3C433D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D77A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE39 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6320 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F15 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F7E4;
--forest-green-200: #CCF0CD;
--forest-green-300: #A4E5A7;
--forest-green-400: #75D77A;
--forest-green-500: #4DCB53;
--forest-green-600: #32AE39;
--forest-green-700: #288A2D;
--forest-green-800: #1D6320;
--forest-green-900: #123F15;
--forest-green-950: #0B280D;
}