Forest Green
#1D9533
GreenColor Codes
All color formats for development
HEX
#1D9533RGB
rgb(29, 149, 51)HSL
hsl(131, 67%, 35%)OKLCH
oklch(0.586 0.17 145.4)CMYK
cmyk(81%, 0%, 66%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B862E
2#187729
3#156824
4#12591F
5#0F4B1A
6#0C3C15
7#092D0F
8#061E0A
9#030F05
Tints
Lighter variations
1#23B13D
2#28CC46
3#3DD95A
4#59DE71
5#75E489
6#90E9A1
7#ACEFB8
8#C8F4D0
9#E3FAE7
Tones
Muted variations
1#238F37
2#29893B
3#2F833F
4#357D43
5#3B7746
6#41714A
7#476B4E
8#4D6552
9#535F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE280 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD95C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB41 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9533 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4417 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E1F9E6;
--forest-green-200: #C8F4D0;
--forest-green-300: #9DECAB;
--forest-green-400: #6AE280;
--forest-green-500: #3FD95C;
--forest-green-600: #25BB41;
--forest-green-700: #1D9533;
--forest-green-800: #156A25;
--forest-green-900: #0D4417;
--forest-green-950: #082B0F;
}