HSL(92, 23%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,23%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 23%, 23%) color: hsl(92, 23%, 23%)
HEX #3A482D color: #3A482D
RGB rgb(58, 72, 45) color: rgb(58, 72, 45)
CMYK cmyk(19%, 0%, 38%, 72%)
HSV hsv(91, 38%, 28%)
HWB hwb(91 17% 72%) color: hwb(91 17% 72%)
OKLCH oklch(0.3814 0.0474 130.64) color: oklch(0.3814 0.0474 130.64)
Lab lab(28.7 -11.33 14.42) color: lab(28.7 -11.33 14.42)
LCH lch(28.7 18.34 128.16) color: lch(28.7 18.34 128.16)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 9.79:1
vs Black 2.14:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#404034 — rgb(64, 64, 52)

Deuteranopia (Green-blind)

#3F3E35 — rgb(63, 62, 53)

Tritanopia (Blue-blind)

#3B393A — rgb(59, 57, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 23%, 23%);

text

color: hsl(92, 23%, 23%);

border

border: 2px solid hsl(92, 23%, 23%);

gradient light

background: linear-gradient(to right, hsl(92, 23%, 43%), hsl(92, 23%, 23%));

gradient dark

background: linear-gradient(to right, hsl(92, 23%, 23%), hsl(92, 23%, 3%))

hex

background-color: #3A482D;

tailwind

bg-[hsl(92,23%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(92, 23%, 23%, 0.4);

css variable

--color-primary: hsl(92, 23%, 23%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(92, 23%, 23%)?

HEX: #3A482D | RGB: rgb(58, 72, 45) | CMYK: 19%, 0%, 38%, 72% | HSV: 91°, 38%, 28%. Copy any format from the conversion table above.

What colors go well with #3A482D?

The complementary color is HSL(272, 23%, 23%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(92, 23%, 23%) in CSS?

As HSL: color: hsl(92, 23%, 23%); — As HEX: color: #3A482D; — As RGB: color: rgb(58, 72, 45); — Tailwind CSS: bg-[hsl(92,23%,23%)] — CSS variable: --color-primary: hsl(92, 23%, 23%);