Green
#0D4417
GreenColor Codes
All color formats for development
HEX
#0D4417RGB
rgb(13, 68, 23)HSL
hsl(131, 68%, 16%)OKLCH
oklch(0.34 0.093 146)CMYK
cmyk(81%, 0%, 66%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E15
2#0A3713
3#093010
4#08290E
5#07220C
6#051B09
7#041507
8#030E05
9#010702
Tints
Lighter variations
1#146923
2#1B8D30
3#22B13C
4#28D448
5#4BDD66
6#6FE484
7#93EAA3
8#B7F1C2
9#DBF8E0
Tones
Muted variations
1#104219
2#133F1B
3#153C1D
4#18391E
5#1B3720
6#1E3422
7#203124
8#232E25
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E27F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9633 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4517 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E1F9E5;
--green-200: #C7F4D0;
--green-300: #9CECAB;
--green-400: #69E27F;
--green-500: #3EDA5B;
--green-600: #24BC40;
--green-700: #1D9633;
--green-800: #146B24;
--green-900: #0D4517;
--green-950: #082B0F;
}