Forest Green
#0F701B
GreenColor Codes
All color formats for development
HEX
#0F701BRGB
rgb(15, 112, 27)HSL
hsl(127, 76%, 25%)OKLCH
oklch(0.476 0.146 144.1)CMYK
cmyk(87%, 0%, 76%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6518
2#0C5A15
3#0B4F13
4#094310
5#08380D
6#062D0B
7#052208
8#031605
9#020B03
Tints
Lighter variations
1#149223
2#18B42B
3#1DD533
4#35E349
5#57E868
6#78ED86
7#9AF1A4
8#BCF6C2
9#DDFAE1
Tones
Muted variations
1#146B1E
2#196722
3#1E6226
4#235D29
5#28582D
6#2C5331
7#314E35
8#364938
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E0FBE3;
--forest-green-200: #C5F7CB;
--forest-green-300: #98F1A2;
--forest-green-400: #62EA72;
--forest-green-500: #35E349;
--forest-green-600: #1BC52F;
--forest-green-700: #159D25;
--forest-green-800: #0F701B;
--forest-green-900: #0A4811;
--forest-green-950: #062D0B;
}