Green
#0B470C
GreenColor Codes
All color formats for development
HEX
#0B470CRGB
rgb(11, 71, 12)HSL
hsl(121, 73%, 16%)OKLCH
oklch(0.348 0.106 143)CMYK
cmyk(85%, 0%, 83%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A400B
2#09380A
3#083108
4#072A07
5#062306
6#041C05
7#031504
8#020E02
9#010701
Tints
Lighter variations
1#116C12
2#179119
3#1CB61F
4#22DB25
5#46E248
6#6BE86D
7#90EE91
8#B5F3B6
9#DAF9DA
Tones
Muted variations
1#0E440F
2#114112
3#143E15
4#173B18
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 #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9B | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E767 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E03B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC221 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FAE1;
--green-200: #C6F6C6;
--green-300: #9AEF9B;
--green-400: #65E767;
--green-500: #38E03B;
--green-600: #1EC221;
--green-700: #189A1A;
--green-800: #116E13;
--green-900: #0B470C;
--green-950: #072C08;
}