Green
#0F4317
GreenColor Codes
All color formats for development
HEX
#0F4317RGB
rgb(15, 67, 23)HSL
hsl(129, 63%, 16%)OKLCH
oklch(0.338 0.09 145.7)CMYK
cmyk(78%, 0%, 66%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C15
2#0C3512
3#0B2F10
4#09280E
5#08210B
6#061B09
7#051407
8#030D05
9#020702
Tints
Lighter variations
1#176523
2#1F882F
3#27AB3B
4#2FCE47
5#50D765
6#73DF84
7#96E7A2
8#B9EFC1
9#DCF7E0
Tones
Muted variations
1#124019
2#143D1A
3#173B1C
4#19381E
5#1C3620
6#1F3322
7#213123
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219132 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF4;
--green-100: #E2F8E5;
--green-200: #C9F3CF;
--green-300: #9FE9AA;
--green-400: #6EDE7E;
--green-500: #44D55A;
--green-600: #2AB73F;
--green-700: #219132;
--green-800: #186824;
--green-900: #0F4317;
--green-950: #092A0E;
}