Green
#0B470E
GreenColor Codes
All color formats for development
HEX
#0B470ERGB
rgb(11, 71, 14)HSL
hsl(123, 73%, 16%)OKLCH
oklch(0.348 0.105 143.5)CMYK
cmyk(85%, 0%, 80%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A400D
2#09380B
3#08310A
4#072A08
5#062307
6#041C06
7#031504
8#020E03
9#010701
Tints
Lighter variations
1#116C15
2#17911D
3#1CB624
4#22DB2B
5#46E24E
6#6BE871
7#90EE95
8#B5F3B8
9#DAF9DC
Tones
Muted variations
1#0E4411
2#114113
3#143E16
4#173B19
5#1A381B
6#1D351E
7#203221
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 #C6F6C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9E | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E76B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E041 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC226 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FAE1;
--green-200: #C6F6C8;
--green-300: #9AEF9E;
--green-400: #65E76B;
--green-500: #38E041;
--green-600: #1EC226;
--green-700: #189A1F;
--green-800: #116E16;
--green-900: #0B470E;
--green-950: #072C09;
}