Forest Green
#1D9625
GreenColor Codes
All color formats for development
HEX
#1D9625RGB
rgb(29, 150, 37)HSL
hsl(124, 68%, 35%)OKLCH
oklch(0.588 0.181 143.5)CMYK
cmyk(81%, 0%, 75%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8721
2#17781D
3#14691A
4#115A16
5#0E4B12
6#0B3C0F
7#092D0B
8#061E07
9#030F04
Tints
Lighter variations
1#22B22B
2#27CE32
3#3CDA47
4#58DF61
5#74E47B
6#90EA96
7#ABEFB0
8#C7F4CA
9#E3FAE5
Tones
Muted variations
1#23902A
2#298A2F
3#2F8434
4#357E3A
5#3B783F
6#417244
7#476B49
8#4D654F
9#535F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E271 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA49 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9625 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4511 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E1F9E3;
--forest-green-200: #C7F4CA;
--forest-green-300: #9CECA2;
--forest-green-400: #69E271;
--forest-green-500: #3EDA49;
--forest-green-600: #24BC2E;
--forest-green-700: #1D9625;
--forest-green-800: #146B1A;
--forest-green-900: #0D4511;
--forest-green-950: #082B0A;
}