Green
#0D4519
GreenColor Codes
All color formats for development
HEX
#0D4519RGB
rgb(13, 69, 25)HSL
hsl(133, 68%, 16%)OKLCH
oklch(0.344 0.092 146.7)CMYK
cmyk(81%, 0%, 64%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E17
2#0A3714
3#093012
4#08290F
5#07220D
6#051B0A
7#041508
8#030E05
9#010703
Tints
Lighter variations
1#146926
2#1B8D33
3#22B141
4#28D44E
5#4BDD6B
6#6FE488
7#93EAA6
8#B7F1C4
9#DBF8E1
Tones
Muted variations
1#10421B
2#133F1C
3#153C1E
4#18391F
5#1B3721
6#1E3423
7#203124
8#232E26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E283 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9637 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4519 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E1F9E6;
--green-200: #C7F4D1;
--green-300: #9CECAE;
--green-400: #69E283;
--green-500: #3EDA60;
--green-600: #24BC45;
--green-700: #1D9637;
--green-800: #146B27;
--green-900: #0D4519;
--green-950: #082B10;
}