Green
#0E4415
GreenColor Codes
All color formats for development
HEX
#0E4415RGB
rgb(14, 68, 21)HSL
hsl(128, 66%, 16%)OKLCH
oklch(0.34 0.094 145.1)CMYK
cmyk(79%, 0%, 69%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D13
2#0B3611
3#0A2F0F
4#08290D
5#07220B
6#061B08
7#041406
8#030E04
9#010702
Tints
Lighter variations
1#156720
2#1C8B2B
3#24AE36
4#2BD241
5#4DDB60
6#71E280
7#94E9A0
8#B8F0BF
9#DBF8DF
Tones
Muted variations
1#114117
2#133E19
3#163C1B
4#19391D
5#1B361F
6#1E3421
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 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA8 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE17B | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D855 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E942E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4415 | 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: #E1F9E5;
--green-200: #C8F4CE;
--green-300: #9EEBA8;
--green-400: #6BE17B;
--green-500: #41D855;
--green-600: #26BA3A;
--green-700: #1E942E;
--green-800: #166A21;
--green-900: #0E4415;
--green-950: #092A0D;
}