Forest Green
#1D951F
GreenColor Codes
All color formats for development
HEX
#1D951FRGB
rgb(29, 149, 31)HSL
hsl(121, 67%, 35%)OKLCH
oklch(0.585 0.183 142.9)CMYK
cmyk(81%, 0%, 79%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B861C
2#187719
3#156816
4#125913
5#0F4B10
6#0C3C0D
7#092D09
8#061E06
9#030F03
Tints
Lighter variations
1#23B125
2#28CC2B
3#3DD940
4#59DE5B
5#75E476
6#90E992
7#ACEFAD
8#C8F4C8
9#E3FAE4
Tones
Muted variations
1#238F25
2#29892B
3#2F8331
4#357D37
5#3B773C
6#417142
7#476B48
8#4D654E
9#535F53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DEC9E | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE26C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD942 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D951F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D440E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF2;
--forest-green-100: #E1F9E2;
--forest-green-200: #C8F4C8;
--forest-green-300: #9DEC9E;
--forest-green-400: #6AE26C;
--forest-green-500: #3FD942;
--forest-green-600: #25BB28;
--forest-green-700: #1D951F;
--forest-green-800: #156A16;
--forest-green-900: #0D440E;
--forest-green-950: #082B09;
}