Forest Green
#0F702C
GreenColor Codes
All color formats for development
HEX
#0F702CRGB
rgb(15, 112, 44)HSL
hsl(138, 76%, 25%)OKLCH
oklch(0.478 0.133 147.6)CMYK
cmyk(87%, 0%, 61%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6528
2#0C5A23
3#0B4F1F
4#09431B
5#083816
6#062D12
7#05220D
8#031609
9#020B04
Tints
Lighter variations
1#14923A
2#18B447
3#1DD554
4#35E369
5#57E882
6#78ED9B
7#9AF1B4
8#BCF6CD
9#DDFAE6
Tones
Muted variations
1#146B2E
2#196730
3#1E6232
4#235D34
5#285836
6#2C5338
7#314E3A
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 #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF5;
--forest-green-100: #E0FBE8;
--forest-green-200: #C5F7D4;
--forest-green-300: #98F1B3;
--forest-green-400: #62EA8B;
--forest-green-500: #35E369;
--forest-green-600: #1BC54E;
--forest-green-700: #159D3E;
--forest-green-800: #0F702C;
--forest-green-900: #0A481C;
--forest-green-950: #062D12;
}