Forest Green
#0F7124
GreenColor Codes
All color formats for development
HEX
#0F7124RGB
rgb(15, 113, 36)HSL
hsl(133, 77%, 25%)OKLCH
oklch(0.48 0.141 145.7)CMYK
cmyk(87%, 0%, 68%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6620
2#0C5A1D
3#0A4F19
4#094416
5#073812
6#062D0E
7#04220B
8#031707
9#010B04
Tints
Lighter variations
1#13932F
2#17B539
3#1CD644
4#34E55A
5#56E976
6#78ED91
7#99F2AD
8#BBF6C8
9#DDFBE4
Tones
Muted variations
1#146C27
2#186729
3#1D622C
4#225D2F
5#275832
6#2C5335
7#314E37
8#364A3A
9#3B453D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA7F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E55A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC73F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094817 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF4;
--forest-green-100: #DFFBE5;
--forest-green-200: #C4F7CF;
--forest-green-300: #97F2AB;
--forest-green-400: #61EA7F;
--forest-green-500: #34E55A;
--forest-green-600: #1AC73F;
--forest-green-700: #159E32;
--forest-green-800: #0F7124;
--forest-green-900: #094817;
--forest-green-950: #062D0E;
}