Forest Green
#1D9633
GreenColor Codes
All color formats for development
HEX
#1D9633RGB
rgb(29, 150, 51)HSL
hsl(131, 68%, 35%)OKLCH
oklch(0.589 0.172 145.4)CMYK
cmyk(81%, 0%, 66%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A872E
2#177829
3#146924
4#115A1E
5#0E4B19
6#0B3C14
7#092D0F
8#061E0A
9#030F05
Tints
Lighter variations
1#22B23C
2#27CE46
3#3CDA59
4#58DF71
5#74E488
6#90EAA0
7#ABEFB8
8#C7F4D0
9#E3FAE7
Tones
Muted variations
1#239037
2#298A3B
3#2F843E
4#357E42
5#3B7846
6#41724A
7#476B4E
8#4D6552
9#535F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E27F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9633 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4517 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF4;
--forest-green-100: #E1F9E5;
--forest-green-200: #C7F4D0;
--forest-green-300: #9CECAB;
--forest-green-400: #69E27F;
--forest-green-500: #3EDA5B;
--forest-green-600: #24BC40;
--forest-green-700: #1D9633;
--forest-green-800: #146B24;
--forest-green-900: #0D4517;
--forest-green-950: #082B0F;
}