Forest Green
#0F7133
GreenColor Codes
All color formats for development
HEX
#0F7133RGB
rgb(15, 113, 51)HSL
hsl(142, 77%, 25%)OKLCH
oklch(0.482 0.128 149.6)CMYK
cmyk(87%, 0%, 55%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D662E
2#0C5A29
3#0A4F23
4#09441E
5#073819
6#062D14
7#04220F
8#03170A
9#010B05
Tints
Lighter variations
1#139342
2#17B551
3#1CD660
4#34E575
5#56E98C
6#78EDA3
7#99F2BA
8#BBF6D1
9#DDFBE8
Tones
Muted variations
1#146C34
2#186735
3#1D6237
4#225D38
5#275839
6#2C533B
7#314E3C
8#364A3D
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA93 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E575 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094820 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF6;
--forest-green-100: #DFFBE9;
--forest-green-200: #C4F7D7;
--forest-green-300: #97F2B8;
--forest-green-400: #61EA93;
--forest-green-500: #34E575;
--forest-green-600: #1AC759;
--forest-green-700: #159E47;
--forest-green-800: #0F7133;
--forest-green-900: #094820;
--forest-green-950: #062D14;
}