Green
#0D4514
GreenColor Codes
All color formats for development
HEX
#0D4514RGB
rgb(13, 69, 20)HSL
hsl(128, 68%, 16%)OKLCH
oklch(0.343 0.097 144.9)CMYK
cmyk(81%, 0%, 71%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E12
2#0A3710
3#09300E
4#08290C
5#07220A
6#051B08
7#041506
8#030E04
9#010702
Tints
Lighter variations
1#14691F
2#1B8D2A
3#22B135
4#28D43F
5#4BDD5E
6#6FE47F
7#93EA9F
8#B7F1BF
9#DBF8DF
Tones
Muted variations
1#104216
2#133F19
3#153C1B
4#18391D
5#1B371F
6#1E3421
7#203123
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 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E279 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D962D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4514 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E1F9E4;
--green-200: #C7F4CD;
--green-300: #9CECA7;
--green-400: #69E279;
--green-500: #3EDA53;
--green-600: #24BC38;
--green-700: #1D962D;
--green-800: #146B20;
--green-900: #0D4514;
--green-950: #082B0D;
}