Green
#0F430F
GreenColor Codes
All color formats for development
HEX
#0F430FRGB
rgb(15, 67, 15)HSL
hsl(120, 63%, 16%)OKLCH
oklch(0.337 0.098 143)CMYK
cmyk(78%, 0%, 78%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C0E
2#0C350C
3#0B2F0B
4#092809
5#082108
6#061B06
7#051405
8#030D03
9#020702
Tints
Lighter variations
1#176517
2#1F881F
3#27AB27
4#2FCE2F
5#50D750
6#73DF73
7#96E796
8#B9EFB9
9#DCF7DC
Tones
Muted variations
1#124012
2#143D14
3#173B17
4#193819
5#1C361C
6#1F331F
7#213121
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 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE99F | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE6E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D544 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219121 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E2;
--green-200: #C9F3C9;
--green-300: #9FE99F;
--green-400: #6EDE6E;
--green-500: #44D544;
--green-600: #2AB72A;
--green-700: #219121;
--green-800: #186818;
--green-900: #0F430F;
--green-950: #092A09;
}