Green
#0F4312
GreenColor Codes
All color formats for development
HEX
#0F4312RGB
rgb(15, 67, 18)HSL
hsl(123, 63%, 16%)OKLCH
oklch(0.337 0.095 143.9)CMYK
cmyk(78%, 0%, 73%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C10
2#0C350E
3#0B2F0C
4#09280B
5#082109
6#061B07
7#051405
8#030D04
9#020702
Tints
Lighter variations
1#17651B
2#1F8824
3#27AB2D
4#2FCE37
5#50D757
6#73DF79
7#96E79A
8#B9EFBC
9#DCF7DD
Tones
Muted variations
1#124014
2#143D16
3#173B19
4#19381B
5#1C361D
6#1F3320
7#213122
8#242E24
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE73 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D54B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB731 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219127 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E3;
--green-200: #C9F3CB;
--green-300: #9FE9A3;
--green-400: #6EDE73;
--green-500: #44D54B;
--green-600: #2AB731;
--green-700: #219127;
--green-800: #18681C;
--green-900: #0F4312;
--green-950: #092A0B;
}