Forest Green
#1C972E
GreenColor Codes
All color formats for development
HEX
#1C972ERGB
rgb(28, 151, 46)HSL
hsl(129, 69%, 35%)OKLCH
oklch(0.591 0.177 144.7)CMYK
cmyk(81%, 0%, 70%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19882A
2#167925
3#136A20
4#115A1C
5#0E4B17
6#0B3C12
7#082D0E
8#061E09
9#030F05
Tints
Lighter variations
1#21B337
2#26CF3F
3#3BDB53
4#57E06C
5#73E584
6#8FEA9D
7#ABF0B5
8#C7F5CE
9#E3FAE6
Tones
Muted variations
1#229132
2#288B37
3#2E843B
4#347E3F
5#3A7844
6#417248
7#476C4C
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 #C7F5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37B | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C972E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4515 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | 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: #C7F5CE;
--forest-green-300: #9CEDA8;
--forest-green-400: #68E37B;
--forest-green-500: #3DDB55;
--forest-green-600: #23BE3A;
--forest-green-700: #1C972E;
--forest-green-800: #146C21;
--forest-green-900: #0D4515;
--forest-green-950: #082B0D;
}