Green
#0B4713
GreenColor Codes
All color formats for development
HEX
#0B4713RGB
rgb(11, 71, 19)HSL
hsl(128, 73%, 16%)OKLCH
oklch(0.349 0.101 144.8)CMYK
cmyk(85%, 0%, 73%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4011
2#09380F
3#08310D
4#072A0B
5#062309
6#041C08
7#031506
8#020E04
9#010702
Tints
Lighter variations
1#116C1D
2#179127
3#1CB631
4#22DB3B
5#46E25B
6#6BE87B
7#90EE9C
8#B5F3BD
9#DAF9DE
Tones
Muted variations
1#0E4415
2#114117
3#143E1A
4#173B1C
5#1A381E
6#1D3520
7#203222
8#232F24
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E776 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC234 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4713 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FAE4;
--green-200: #C6F6CC;
--green-300: #9AEFA5;
--green-400: #65E776;
--green-500: #38E04F;
--green-600: #1EC234;
--green-700: #189A29;
--green-800: #116E1E;
--green-900: #0B4713;
--green-950: #072C0C;
}