Forest Green
#0F7030
GreenColor Codes
All color formats for development
HEX
#0F7030RGB
rgb(15, 112, 48)HSL
hsl(140, 76%, 25%)OKLCH
oklch(0.478 0.129 148.8)CMYK
cmyk(87%, 0%, 57%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E652B
2#0C5A26
3#0B4F21
4#09431D
5#083818
6#062D13
7#05220E
8#03160A
9#020B05
Tints
Lighter variations
1#14923E
2#18B44C
3#1DD55A
4#35E36F
5#57E887
6#78ED9F
7#9AF1B7
8#BCF6CF
9#DDFAE7
Tones
Muted variations
1#146B31
2#196733
3#1E6234
4#235D36
5#285838
6#2C5339
7#314E3B
8#36493D
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC554 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF5;
--forest-green-100: #E0FBE9;
--forest-green-200: #C5F7D5;
--forest-green-300: #98F1B5;
--forest-green-400: #62EA8F;
--forest-green-500: #35E36F;
--forest-green-600: #1BC554;
--forest-green-700: #159D43;
--forest-green-800: #0F7030;
--forest-green-900: #0A481E;
--forest-green-950: #062D13;
}