Green
#0F4315
GreenColor Codes
All color formats for development
HEX
#0F4315RGB
rgb(15, 67, 21)HSL
hsl(127, 63%, 16%)OKLCH
oklch(0.337 0.092 144.9)CMYK
cmyk(78%, 0%, 69%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C13
2#0C3511
3#0B2F0F
4#09280D
5#08210B
6#061B08
7#051406
8#030D04
9#020702
Tints
Lighter variations
1#176520
2#1F882B
3#27AB36
4#2FCE41
5#50D760
6#73DF80
7#96E7A0
8#B9EFBF
9#DCF7DF
Tones
Muted variations
1#124017
2#143D19
3#173B1B
4#19381D
5#1C361F
6#1F3321
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 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D555 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186821 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF4;
--green-100: #E2F8E5;
--green-200: #C9F3CE;
--green-300: #9FE9A8;
--green-400: #6EDE7B;
--green-500: #44D555;
--green-600: #2AB73A;
--green-700: #21912E;
--green-800: #186821;
--green-900: #0F4315;
--green-950: #092A0D;
}