Forest Green
#1D952B
GreenColor Codes
All color formats for development
HEX
#1D952BRGB
rgb(29, 149, 43)HSL
hsl(127, 67%, 35%)OKLCH
oklch(0.586 0.176 144.3)CMYK
cmyk(81%, 0%, 71%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8627
2#187723
3#15681E
4#12591A
5#0F4B16
6#0C3C11
7#092D0D
8#061E09
9#030F04
Tints
Lighter variations
1#23B133
2#28CC3C
3#3DD94F
4#59DE68
5#75E482
6#90E99B
7#ACEFB4
8#C8F4CD
9#E3FAE6
Tones
Muted variations
1#238F30
2#298935
3#2F8339
4#357D3E
5#3B7742
6#417147
7#476B4B
8#4D6550
9#535F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE278 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD951 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB37 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D952B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4414 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E1F9E4;
--forest-green-200: #C8F4CD;
--forest-green-300: #9DECA6;
--forest-green-400: #6AE278;
--forest-green-500: #3FD951;
--forest-green-600: #25BB37;
--forest-green-700: #1D952B;
--forest-green-800: #156A1F;
--forest-green-900: #0D4414;
--forest-green-950: #082B0C;
}