Green
#0E4312
GreenColor Codes
All color formats for development
HEX
#0E4312RGB
rgb(14, 67, 18)HSL
hsl(125, 65%, 16%)OKLCH
oklch(0.337 0.095 144.1)CMYK
cmyk(79%, 0%, 73%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D11
2#0B360F
3#0A2F0D
4#09280B
5#072209
6#061B07
7#041406
8#030D04
9#010702
Tints
Lighter variations
1#16671D
2#1D8A26
3#25AD30
4#2CD13A
5#4EDA5A
6#72E17B
7#95E99C
8#B8F0BD
9#DCF8DE
Tones
Muted variations
1#114115
2#143E17
3#163B19
4#19391C
5#1C361E
6#1E3320
7#213122
8#232E24
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE075 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D74E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9329 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4313 | 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: #E2F9E3;
--green-200: #C8F3CC;
--green-300: #9EEAA5;
--green-400: #6CE075;
--green-500: #42D74E;
--green-600: #27B933;
--green-700: #1F9329;
--green-800: #16691D;
--green-900: #0E4313;
--green-950: #092A0C;
}