Green
#0E4318
GreenColor Codes
All color formats for development
HEX
#0E4318RGB
rgb(14, 67, 24)HSL
hsl(131, 65%, 16%)OKLCH
oklch(0.338 0.09 146.3)CMYK
cmyk(79%, 0%, 64%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D16
2#0B3613
3#0A2F11
4#09280E
5#07220C
6#061B0A
7#041407
8#030D05
9#010702
Tints
Lighter variations
1#166725
2#1D8A31
3#25AD3E
4#2CD14A
5#4EDA68
6#72E186
7#95E9A4
8#B8F0C3
9#DCF8E1
Tones
Muted variations
1#11411A
2#143E1B
3#163B1D
4#19391F
5#1C3620
6#1E3322
7#213124
8#232E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE081 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B942 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9335 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FCF4;
--green-100: #E2F9E6;
--green-200: #C8F3D0;
--green-300: #9EEAAC;
--green-400: #6CE081;
--green-500: #42D75D;
--green-600: #27B942;
--green-700: #1F9335;
--green-800: #166926;
--green-900: #0E4318;
--green-950: #092A0F;
}