Forest Green
#107030
GreenColor Codes
All color formats for development
HEX
#107030RGB
rgb(16, 112, 48)HSL
hsl(140, 75%, 25%)OKLCH
oklch(0.478 0.129 148.7)CMYK
cmyk(86%, 0%, 57%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E642B
2#0D5926
3#0B4E21
4#0A431D
5#083818
6#062D13
7#05210E
8#03160A
9#020B05
Tints
Lighter variations
1#15913E
2#19B34D
3#1ED45B
4#36E270
5#58E787
6#79EC9F
7#9BF1B7
8#BCF5CF
9#DEFAE7
Tones
Muted variations
1#156B31
2#196633
3#1E6135
4#235C36
5#285838
6#2D5339
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 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B6 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E98F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC454 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A471F | 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: #C5F7D6;
--forest-green-300: #98F0B6;
--forest-green-400: #63E98F;
--forest-green-500: #36E270;
--forest-green-600: #1CC454;
--forest-green-700: #169C43;
--forest-green-800: #107030;
--forest-green-900: #0A471F;
--forest-green-950: #062D13;
}