Green
#0E4313
GreenColor Codes
All color formats for development
HEX
#0E4313RGB
rgb(14, 67, 19)HSL
hsl(126, 65%, 16%)OKLCH
oklch(0.337 0.095 144.4)CMYK
cmyk(79%, 0%, 72%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D12
2#0B3610
3#0A2F0E
4#09280C
5#07220A
6#061B08
7#041406
8#030D04
9#010702
Tints
Lighter variations
1#16671E
2#1D8A28
3#25AD32
4#2CD13D
5#4EDA5C
6#72E17D
7#95E99D
8#B8F0BE
9#DCF8DE
Tones
Muted variations
1#114116
2#143E18
3#163B1A
4#19391C
5#1C361E
6#1E3320
7#213122
8#232E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE077 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D751 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FCF3;
--green-100: #E2F9E4;
--green-200: #C8F3CD;
--green-300: #9EEAA6;
--green-400: #6CE077;
--green-500: #42D751;
--green-600: #27B936;
--green-700: #1F932B;
--green-800: #16691F;
--green-900: #0E4314;
--green-950: #092A0C;
}