Forest Green
#0F702B
GreenColor Codes
All color formats for development
HEX
#0F702BRGB
rgb(15, 112, 43)HSL
hsl(137, 76%, 25%)OKLCH
oklch(0.477 0.134 147.4)CMYK
cmyk(87%, 0%, 62%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6526
2#0C5A22
3#0B4F1E
4#09431A
5#083815
6#062D11
7#05220D
8#031609
9#020B04
Tints
Lighter variations
1#149238
2#18B444
3#1DD551
4#35E366
5#57E880
6#78ED99
7#9AF1B3
8#BCF6CC
9#DDFAE6
Tones
Muted variations
1#146B2D
2#19672F
3#1E6231
4#235D33
5#285835
6#2C5337
7#314E39
8#36493C
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF5;
--forest-green-100: #E0FBE7;
--forest-green-200: #C5F7D3;
--forest-green-300: #98F1B1;
--forest-green-400: #62EA88;
--forest-green-500: #35E366;
--forest-green-600: #1BC54B;
--forest-green-700: #159D3C;
--forest-green-800: #0F702B;
--forest-green-900: #0A481B;
--forest-green-950: #062D11;
}