Forest Green
#1D9527
GreenColor Codes
All color formats for development
HEX
#1D9527RGB
rgb(29, 149, 39)HSL
hsl(125, 67%, 35%)OKLCH
oklch(0.585 0.179 143.8)CMYK
cmyk(81%, 0%, 74%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8623
2#187720
3#15681C
4#125918
5#0F4B14
6#0C3C10
7#092D0C
8#061E08
9#030F04
Tints
Lighter variations
1#23B12F
2#28CC36
3#3DD94A
4#59DE64
5#75E47E
6#90E998
7#ACEFB2
8#C8F4CB
9#E3FAE5
Tones
Muted variations
1#238F2C
2#298931
3#2F8336
4#357D3B
5#3B7740
6#417145
7#476B4A
8#4D654F
9#535F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE274 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD94C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9527 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4412 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E1F9E3;
--forest-green-200: #C8F4CB;
--forest-green-300: #9DECA4;
--forest-green-400: #6AE274;
--forest-green-500: #3FD94C;
--forest-green-600: #25BB32;
--forest-green-700: #1D9527;
--forest-green-800: #156A1C;
--forest-green-900: #0D4412;
--forest-green-950: #082B0B;
}