Forest Green
#0F703E
GreenColor Codes
All color formats for development
HEX
#0F703ERGB
rgb(15, 112, 62)HSL
hsl(149, 76%, 25%)OKLCH
oklch(0.481 0.116 154)CMYK
cmyk(87%, 0%, 45%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6538
2#0C5A32
3#0B4F2B
4#094325
5#08381F
6#062D19
7#052213
8#03160C
9#020B06
Tints
Lighter variations
1#149251
2#18B463
3#1DD576
4#35E389
5#57E89D
6#78EDB1
7#9AF1C4
8#BCF6D8
9#DDFAEB
Tones
Muted variations
1#146B3E
2#19673E
3#1E623F
4#235D3F
5#28583F
6#2C533F
7#314E3F
8#36493F
9#3B4540
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E389 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4828 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF7;
--forest-green-100: #E0FBED;
--forest-green-200: #C5F7DD;
--forest-green-300: #98F1C3;
--forest-green-400: #62EAA3;
--forest-green-500: #35E389;
--forest-green-600: #1BC56D;
--forest-green-700: #159D57;
--forest-green-800: #0F703E;
--forest-green-900: #0A4828;
--forest-green-950: #062D19;
}