Green
#0F4311
GreenColor Codes
All color formats for development
HEX
#0F4311RGB
rgb(15, 67, 17)HSL
hsl(122, 63%, 16%)OKLCH
oklch(0.337 0.096 143.6)CMYK
cmyk(78%, 0%, 75%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C0F
2#0C350D
3#0B2F0C
4#09280A
5#082108
6#061B07
7#051405
8#030D03
9#020702
Tints
Lighter variations
1#17651A
2#1F8822
3#27AB2B
4#2FCE34
5#50D755
6#73DF77
7#96E799
8#B9EFBB
9#DCF7DD
Tones
Muted variations
1#124013
2#143D16
3#173B18
4#19381A
5#1C361D
6#1F331F
7#213122
8#242E24
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE71 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D549 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219125 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E3;
--green-200: #C9F3CA;
--green-300: #9FE9A2;
--green-400: #6EDE71;
--green-500: #44D549;
--green-600: #2AB72E;
--green-700: #219125;
--green-800: #18681A;
--green-900: #0F4311;
--green-950: #092A0B;
}