Green
#0F4318
GreenColor Codes
All color formats for development
HEX
#0F4318RGB
rgb(15, 67, 24)HSL
hsl(130, 63%, 16%)OKLCH
oklch(0.338 0.089 146.1)CMYK
cmyk(78%, 0%, 64%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C15
2#0C3513
3#0B2F11
4#09280E
5#08210C
6#061B09
7#051407
8#030D05
9#020702
Tints
Lighter variations
1#176524
2#1F8831
3#27AB3D
4#2FCE49
5#50D767
6#73DF85
7#96E7A4
8#B9EFC2
9#DCF7E1
Tones
Muted variations
1#124019
2#143D1B
3#173B1D
4#19381F
5#1C3620
6#1F3322
7#213124
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE80 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB741 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219134 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186825 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF4;
--green-100: #E2F8E6;
--green-200: #C9F3D0;
--green-300: #9FE9AC;
--green-400: #6EDE80;
--green-500: #44D55C;
--green-600: #2AB741;
--green-700: #219134;
--green-800: #186825;
--green-900: #0F4318;
--green-950: #092A0F;
}