Forest Green
#1D9531
GreenColor Codes
All color formats for development
HEX
#1D9531RGB
rgb(29, 149, 49)HSL
hsl(130, 67%, 35%)OKLCH
oklch(0.586 0.172 145.1)CMYK
cmyk(81%, 0%, 67%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B862C
2#187728
3#156823
4#12591E
5#0F4B19
6#0C3C14
7#092D0F
8#061E0A
9#030F05
Tints
Lighter variations
1#23B13B
2#28CC44
3#3DD957
4#59DE6F
5#75E487
6#90E99F
7#ACEFB7
8#C8F4CF
9#E3FAE7
Tones
Muted variations
1#238F35
2#298939
3#2F833D
4#357D41
5#3B7745
6#417149
7#476B4D
8#4D6551
9#535F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAA | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE27E | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD959 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB3E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9531 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4417 | 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: #F2FCF4;
--forest-green-100: #E1F9E5;
--forest-green-200: #C8F4CF;
--forest-green-300: #9DECAA;
--forest-green-400: #6AE27E;
--forest-green-500: #3FD959;
--forest-green-600: #25BB3E;
--forest-green-700: #1D9531;
--forest-green-800: #156A23;
--forest-green-900: #0D4417;
--forest-green-950: #082B0E;
}