Green
#0B4610
GreenColor Codes
All color formats for development
HEX
#0B4610RGB
rgb(11, 70, 16)HSL
hsl(125, 73%, 16%)OKLCH
oklch(0.345 0.102 144)CMYK
cmyk(84%, 0%, 77%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A400E
2#09380D
3#08310B
4#072A0A
5#062308
6#041C06
7#031505
8#020E03
9#010702
Tints
Lighter variations
1#116C18
2#179121
3#1CB629
4#22DB32
5#46E253
6#6BE875
7#90EE98
8#B5F3BA
9#DAF9DD
Tones
Muted variations
1#0E4412
2#114115
3#143E17
4#173B1A
5#1A381C
6#1D351F
7#203221
8#232F24
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E76F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E046 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4710 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FAE2;
--green-200: #C6F6CA;
--green-300: #9AEFA1;
--green-400: #65E76F;
--green-500: #38E046;
--green-600: #1EC22C;
--green-700: #189A23;
--green-800: #116E19;
--green-900: #0B4710;
--green-950: #072C0A;
}