Green
#0B470B
GreenColor Codes
All color formats for development
HEX
#0B470BRGB
rgb(11, 71, 11)HSL
hsl(120, 73%, 16%)OKLCH
oklch(0.348 0.107 142.8)CMYK
cmyk(85%, 0%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A400A
2#093809
3#083108
4#072A07
5#062306
6#041C04
7#031503
8#020E02
9#010701
Tints
Lighter variations
1#116C11
2#179117
3#1CB61C
4#22DB22
5#46E246
6#6BE86B
7#90EE90
8#B5F3B5
9#DAF9DA
Tones
Muted variations
1#0E440E
2#114111
3#143E14
4#173B17
5#1A381A
6#1D351D
7#203220
8#232F23
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9A | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E765 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FAE0;
--green-200: #C6F6C6;
--green-300: #9AEF9A;
--green-400: #65E765;
--green-500: #38E038;
--green-600: #1EC21E;
--green-700: #189A18;
--green-800: #116E11;
--green-900: #0B470B;
--green-950: #072C07;
}