Forest Green
#0F7129
GreenColor Codes
All color formats for development
HEX
#0F7129RGB
rgb(15, 113, 41)HSL
hsl(136, 77%, 25%)OKLCH
oklch(0.48 0.137 146.8)CMYK
cmyk(87%, 0%, 64%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6625
2#0C5A21
3#0A4F1D
4#094419
5#073814
6#062D10
7#04220C
8#031708
9#010B04
Tints
Lighter variations
1#139335
2#17B541
3#1CD64E
4#34E563
5#56E97D
6#78ED97
7#99F2B1
8#BBF6CB
9#DDFBE5
Tones
Muted variations
1#146C2B
2#18672D
3#1D6230
4#225D32
5#275834
6#2C5337
7#314E39
8#364A3B
9#3B453D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA86 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF5;
--forest-green-100: #DFFBE7;
--forest-green-200: #C4F7D2;
--forest-green-300: #97F2AF;
--forest-green-400: #61EA86;
--forest-green-500: #34E563;
--forest-green-600: #1AC748;
--forest-green-700: #159E39;
--forest-green-800: #0F7129;
--forest-green-900: #09481A;
--forest-green-950: #062D10;
}