Green
#0D4512
GreenColor Codes
All color formats for development
HEX
#0D4512RGB
rgb(13, 69, 18)HSL
hsl(125, 68%, 16%)OKLCH
oklch(0.343 0.099 144.2)CMYK
cmyk(81%, 0%, 74%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E10
2#0A370E
3#09300C
4#08290B
5#072209
6#051B07
7#041505
8#030E04
9#010702
Tints
Lighter variations
1#14691B
2#1B8D24
3#22B12E
4#28D437
5#4BDD57
6#6FE479
7#93EA9A
8#B7F1BC
9#DBF8DD
Tones
Muted variations
1#104214
2#133F16
3#153C19
4#18391B
5#1B371D
6#1E3420
7#203122
8#232E24
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E273 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA4B | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9627 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4512 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E1F9E3;
--green-200: #C7F4CB;
--green-300: #9CECA3;
--green-400: #69E273;
--green-500: #3EDA4B;
--green-600: #24BC31;
--green-700: #1D9627;
--green-800: #146B1C;
--green-900: #0D4512;
--green-950: #082B0B;
}