Forest Green
#1D961D
GreenColor Codes
All color formats for development
HEX
#1D961DRGB
rgb(29, 150, 29)HSL
hsl(120, 68%, 35%)OKLCH
oklch(0.587 0.185 142.8)CMYK
cmyk(81%, 0%, 81%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A871A
2#177817
3#146914
4#115A11
5#0E4B0E
6#0B3C0B
7#092D09
8#061E06
9#030F03
Tints
Lighter variations
1#22B222
2#27CE27
3#3CDA3C
4#58DF58
5#74E474
6#90EA90
7#ABEFAB
8#C7F4C7
9#E3FAE3
Tones
Muted variations
1#239023
2#298A29
3#2F842F
4#357E35
5#3B783B
6#417241
7#476B47
8#4D654D
9#535F53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CEC9C | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E269 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA3E | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC24 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D961D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF2;
--forest-green-100: #E1F9E1;
--forest-green-200: #C7F4C7;
--forest-green-300: #9CEC9C;
--forest-green-400: #69E269;
--forest-green-500: #3EDA3E;
--forest-green-600: #24BC24;
--forest-green-700: #1D961D;
--forest-green-800: #146B14;
--forest-green-900: #0D450D;
--forest-green-950: #082B08;
}