Forest Green
#1C6323
GreenColor Codes
All color formats for development
HEX
#1C6323RGB
rgb(28, 99, 35)HSL
hsl(126, 56%, 25%)OKLCH
oklch(0.441 0.12 144.7)CMYK
cmyk(72%, 0%, 65%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A20
2#16501C
3#144619
4#113C15
5#0E3212
6#0B280E
7#081E0B
8#061407
9#030A04
Tints
Lighter variations
1#24812E
2#2D9F38
3#35BD43
4#4CCD59
5#6AD575
6#88DD90
7#A5E6AC
8#C3EEC8
9#E1F7E3
Tones
Muted variations
1#206026
2#235C29
3#27592C
4#2A552F
5#2E5231
6#314E34
7#354A37
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 #CBF0CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87E | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD59 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6323 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | 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: #CBF0CF;
--forest-green-300: #A4E5AA;
--forest-green-400: #74D87E;
--forest-green-500: #4CCD59;
--forest-green-600: #31AF3E;
--forest-green-700: #278B31;
--forest-green-800: #1C6323;
--forest-green-900: #124017;
--forest-green-950: #0B280E;
}