HSL(71, 92%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,92%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 92%, 10%) | color: hsl(71, 92%, 10%) | |
| HEX | #283102 | color: #283102 | |
| RGB | rgb(40, 49, 2) | color: rgb(40, 49, 2) | |
| CMYK | cmyk(18%, 0%, 96%, 81%) | — | |
| HSV | hsv(71, 96%, 19%) | — | |
| HWB | hwb(71 1% 81%) | color: hwb(71 1% 81%) | |
| OKLCH | oklch(0.2943 0.0679 120.36) | color: oklch(0.2943 0.0679 120.36) | |
| Lab | lab(18.59 -11.43 25.41) | color: lab(18.59 -11.43 25.41) | |
| LCH | lch(18.59 27.86 114.22) | color: lch(18.59 27.86 114.22) |
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)
#2C2C0D — rgb(44, 44, 13)
Deuteranopia (Green-blind)
#2B2B10 — rgb(43, 43, 16)
Tritanopia (Blue-blind)
#281618 — rgb(40, 22, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 92%, 10%);
text
color: hsl(71, 92%, 10%);
border
border: 2px solid hsl(71, 92%, 10%);
gradient light
background: linear-gradient(to right, hsl(71, 92%, 30%), hsl(71, 92%, 10%));
gradient dark
background: linear-gradient(to right, hsl(71, 92%, 10%), hsl(71, 92%, 0%))
hex
background-color: #283102;
tailwind
bg-[hsl(71,92%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 92%, 10%, 0.4);
css variable
--color-primary: hsl(71, 92%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(71, 92%, 10%)?
HEX: #283102 | RGB: rgb(40, 49, 2) | CMYK: 18%, 0%, 96%, 81% | HSV: 71°, 96%, 19%. Copy any format from the conversion table above.
What colors go well with #283102?
The complementary color is HSL(251, 92%, 10%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 92%, 10%) in CSS?
As HSL: color: hsl(71, 92%, 10%); — As HEX: color: #283102; — As RGB: color: rgb(40, 49, 2); — Tailwind CSS: bg-[hsl(71,92%,10%)] — CSS variable: --color-primary: hsl(71, 92%, 10%);