Forest Green
#1B9823
GreenColor Codes
All color formats for development
HEX
#1B9823RGB
rgb(27, 152, 35)HSL
hsl(124, 70%, 35%)OKLCH
oklch(0.593 0.185 143.4)CMYK
cmyk(82%, 0%, 77%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188920
2#15791C
3#136A19
4#105B15
5#0D4C12
6#0B3D0E
7#082E0B
8#051E07
9#030F04
Tints
Lighter variations
1#20B42A
2#25D030
3#3ADC45
4#56E15F
5#72E67A
6#8EEB94
7#AAF0AF
8#C7F5CA
9#E3FAE4
Tones
Muted variations
1#219129
2#278B2E
3#2E8533
4#347F39
5#3A783E
6#407244
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 | E1FA #E1FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDA1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E470 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD47 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9823 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4510 | 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: #E1FAE2;
--forest-green-200: #C7F5CA;
--forest-green-300: #9BEDA1;
--forest-green-400: #67E470;
--forest-green-500: #3CDD47;
--forest-green-600: #22BF2C;
--forest-green-700: #1B9823;
--forest-green-800: #136C19;
--forest-green-900: #0C4510;
--forest-green-950: #082B0A;
}