Forest Green
#1C9722
GreenColor Codes
All color formats for development
HEX
#1C9722RGB
rgb(28, 151, 34)HSL
hsl(123, 69%, 35%)OKLCH
oklch(0.59 0.184 143.3)CMYK
cmyk(81%, 0%, 77%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19881E
2#16791B
3#136A18
4#115A14
5#0E4B11
6#0B3C0E
7#082D0A
8#061E07
9#030F03
Tints
Lighter variations
1#21B328
2#26CF2E
3#3BDB43
4#57E05E
5#73E579
6#8FEA94
7#ABF0AE
8#C7F5C9
9#E3FAE4
Tones
Muted variations
1#229127
2#288B2D
3#2E8432
4#347E38
5#3A783E
6#417243
7#476C49
8#4D664E
9#535F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36E | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB45 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9722 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E1F9E2;
--forest-green-200: #C7F5C9;
--forest-green-300: #9CEDA0;
--forest-green-400: #68E36E;
--forest-green-500: #3DDB45;
--forest-green-600: #23BE2B;
--forest-green-700: #1C9722;
--forest-green-800: #146C18;
--forest-green-900: #0D450F;
--forest-green-950: #082B0A;
}