Green
#104211
GreenColor Codes
All color formats for development
HEX
#104211RGB
rgb(16, 66, 17)HSL
hsl(121, 61%, 16%)OKLCH
oklch(0.334 0.094 143.4)CMYK
cmyk(76%, 0%, 74%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B0F
2#0D350D
3#0B2E0C
4#0A270A
5#082108
6#061A07
7#051405
8#030D03
9#020702
Tints
Lighter variations
1#18641A
2#218722
3#29A92B
4#31CC34
5#53D555
6#75DE77
7#98E699
8#BAEEBB
9#DDF7DD
Tones
Muted variations
1#123F13
2#153D16
3#173A18
4#1A381A
5#1C351D
6#1F331F
7#213022
8#242E24
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC71 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D249 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239025 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104211 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E3;
--green-200: #CAF2CA;
--green-300: #A1E8A2;
--green-400: #6FDC71;
--green-500: #46D249;
--green-600: #2CB52E;
--green-700: #239025;
--green-800: #19671A;
--green-900: #104211;
--green-950: #0A290A;
}