Green
#0E4314
GreenColor Codes
All color formats for development
HEX
#0E4314RGB
rgb(14, 67, 20)HSL
hsl(127, 65%, 16%)OKLCH
oklch(0.337 0.094 144.8)CMYK
cmyk(79%, 0%, 70%, 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#16671F
2#1D8A2A
3#25AD35
4#2CD13F
5#4EDA5F
6#72E17F
7#95E99F
8#B8F0BF
9#DCF8DF
Tones
Muted variations
1#114117
2#143E19
3#163B1B
4#19391D
5#1C361F
6#1E3321
7#213123
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 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE079 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D753 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B938 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | 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: #F2FCF4;
--green-100: #E2F9E4;
--green-200: #C8F3CD;
--green-300: #9EEAA7;
--green-400: #6CE079;
--green-500: #42D753;
--green-600: #27B938;
--green-700: #1F932D;
--green-800: #166920;
--green-900: #0E4314;
--green-950: #092A0D;
}