Forest Green
#1C6324
GreenColor Codes
All color formats for development
HEX
#1C6324RGB
rgb(28, 99, 36)HSL
hsl(127, 56%, 25%)OKLCH
oklch(0.441 0.119 145)CMYK
cmyk(72%, 0%, 64%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A21
2#16501D
3#144619
4#113C16
5#0E3212
6#0B280F
7#081E0B
8#061407
9#030A04
Tints
Lighter variations
1#24812F
2#2D9F3A
3#35BD45
4#4CCD5B
5#6AD576
6#88DD92
7#A5E6AD
8#C3EEC8
9#E1F7E4
Tones
Muted variations
1#206027
2#235C2A
3#27592D
4#2A552F
5#2E5232
6#314E35
7#354A38
8#39473A
9#3C433D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87F | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6324 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F7E5;
--forest-green-200: #CBF0D0;
--forest-green-300: #A4E5AB;
--forest-green-400: #74D87F;
--forest-green-500: #4CCD5B;
--forest-green-600: #31AF40;
--forest-green-700: #278B33;
--forest-green-800: #1C6324;
--forest-green-900: #124017;
--forest-green-950: #0B280F;
}