Forest Green
#1C9732
GreenColor Codes
All color formats for development
HEX
#1C9732RGB
rgb(28, 151, 50)HSL
hsl(131, 69%, 35%)OKLCH
oklch(0.592 0.174 145.2)CMYK
cmyk(81%, 0%, 67%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19882D
2#167928
3#136A23
4#115A1E
5#0E4B19
6#0B3C14
7#082D0F
8#061E0A
9#030F05
Tints
Lighter variations
1#21B33C
2#26CF45
3#3BDB58
4#57E070
5#73E588
6#8FEAA0
7#ABF0B8
8#C7F5CF
9#E3FAE7
Tones
Muted variations
1#229136
2#288B3A
3#2E843E
4#347E42
5#3A7846
6#41724A
7#476C4E
8#4D6651
9#535F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDAB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37F | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB5A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9732 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4517 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF4;
--forest-green-100: #E1F9E5;
--forest-green-200: #C7F5CF;
--forest-green-300: #9CEDAB;
--forest-green-400: #68E37F;
--forest-green-500: #3DDB5A;
--forest-green-600: #23BE3F;
--forest-green-700: #1C9732;
--forest-green-800: #146C24;
--forest-green-900: #0D4517;
--forest-green-950: #082B0E;
}