HSL(73, 26%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,26%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 26%, 16%) | color: hsl(73, 26%, 16%) | |
| HEX | #2F331E | color: #2F331E | |
| RGB | rgb(47, 51, 30) | color: rgb(47, 51, 30) | |
| CMYK | cmyk(8%, 0%, 41%, 80%) | — | |
| HSV | hsv(71, 41%, 20%) | — | |
| HWB | hwb(71 12% 80%) | color: hwb(71 12% 80%) | |
| OKLCH | oklch(0.3109 0.0356 117.3) | color: oklch(0.3109 0.0356 117.3) | |
| Lab | lab(20.31 -6.02 12.77) | color: lab(20.31 -6.02 12.77) | |
| LCH | lch(20.31 14.12 115.24) | color: lch(20.31 14.12 115.24) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#313123 — rgb(49, 49, 35)
Deuteranopia (Green-blind)
#313024 — rgb(49, 48, 36)
Tritanopia (Blue-blind)
#2F2728 — rgb(47, 39, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 26%, 16%);
text
color: hsl(73, 26%, 16%);
border
border: 2px solid hsl(73, 26%, 16%);
gradient light
background: linear-gradient(to right, hsl(73, 26%, 36%), hsl(73, 26%, 16%));
gradient dark
background: linear-gradient(to right, hsl(73, 26%, 16%), hsl(73, 26%, 0%))
hex
background-color: #2F331E;
tailwind
bg-[hsl(73,26%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 26%, 16%, 0.4);
css variable
--color-primary: hsl(73, 26%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 26%, 16%)?
HEX: #2F331E | RGB: rgb(47, 51, 30) | CMYK: 8%, 0%, 41%, 80% | HSV: 71°, 41%, 20%. Copy any format from the conversion table above.
What colors go well with #2F331E?
The complementary color is HSL(253, 26%, 16%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 26%, 16%) in CSS?
As HSL: color: hsl(73, 26%, 16%); — As HEX: color: #2F331E; — As RGB: color: rgb(47, 51, 30); — Tailwind CSS: bg-[hsl(73,26%,16%)] — CSS variable: --color-primary: hsl(73, 26%, 16%);