Forest Green
#1D952D
GreenColor Codes
All color formats for development
HEX
#1D952DRGB
rgb(29, 149, 45)HSL
hsl(128, 67%, 35%)OKLCH
oklch(0.586 0.175 144.5)CMYK
cmyk(81%, 0%, 70%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8629
2#187724
3#156820
4#12591B
5#0F4B17
6#0C3C12
7#092D0E
8#061E09
9#030F05
Tints
Lighter variations
1#23B136
2#28CC3E
3#3DD952
4#59DE6B
5#75E483
6#90E99C
7#ACEFB5
8#C8F4CE
9#E3FAE6
Tones
Muted variations
1#238F32
2#298936
3#2F833B
4#357D3F
5#3B7743
6#417148
7#476B4C
8#4D6550
9#535F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE27A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD954 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB39 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D952D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4415 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E1F9E4;
--forest-green-200: #C8F4CE;
--forest-green-300: #9DECA8;
--forest-green-400: #6AE27A;
--forest-green-500: #3FD954;
--forest-green-600: #25BB39;
--forest-green-700: #1D952D;
--forest-green-800: #156A20;
--forest-green-900: #0D4415;
--forest-green-950: #082B0D;
}