Green
#0E4310
GreenColor Codes
All color formats for development
HEX
#0E4310RGB
rgb(14, 67, 16)HSL
hsl(122, 65%, 16%)OKLCH
oklch(0.337 0.097 143.5)CMYK
cmyk(79%, 0%, 76%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D0E
2#0B360D
3#0A2F0B
4#09280A
5#072208
6#061B06
7#041405
8#030D03
9#010702
Tints
Lighter variations
1#166718
2#1D8A21
3#25AD29
4#2CD132
5#4EDA53
6#72E175
7#95E998
8#B8F0BA
9#DCF8DD
Tones
Muted variations
1#114113
2#143E15
3#163B17
4#19391A
5#1C361C
6#1E331F
7#213121
8#232E24
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE070 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9323 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166919 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FCF3;
--green-100: #E2F9E2;
--green-200: #C8F3CA;
--green-300: #9EEAA1;
--green-400: #6CE070;
--green-500: #42D747;
--green-600: #27B92C;
--green-700: #1F9323;
--green-800: #166919;
--green-900: #0E4310;
--green-950: #092A0A;
}