Green
#0F4314
GreenColor Codes
All color formats for development
HEX
#0F4314RGB
rgb(15, 67, 20)HSL
hsl(126, 63%, 16%)OKLCH
oklch(0.337 0.093 144.6)CMYK
cmyk(78%, 0%, 70%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C12
2#0C3510
3#0B2F0E
4#09280C
5#08210A
6#061B08
7#051406
8#030D04
9#020702
Tints
Lighter variations
1#17651F
2#1F8829
3#27AB34
4#2FCE3F
5#50D75E
6#73DF7E
7#96E79E
8#B9EFBF
9#DCF7DF
Tones
Muted variations
1#124016
2#143D18
3#173B1A
4#19381C
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 #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE79 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D552 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB738 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186820 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | 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: #F3FCF3;
--green-100: #E2F8E4;
--green-200: #C9F3CD;
--green-300: #9FE9A7;
--green-400: #6EDE79;
--green-500: #44D552;
--green-600: #2AB738;
--green-700: #21912C;
--green-800: #186820;
--green-900: #0F4314;
--green-950: #092A0D;
}