HSL(92, 56%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,56%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 56%, 26%) color: hsl(92, 56%, 26%)
HEX #40671D color: #40671D
RGB rgb(64, 103, 29) color: rgb(64, 103, 29)
CMYK cmyk(38%, 0%, 72%, 60%)
HSV hsv(92, 72%, 40%)
HWB hwb(92 11% 60%) color: hwb(92 11% 60%)
OKLCH oklch(0.4682 0.1118 133.11) color: oklch(0.4682 0.1118 133.11)
Lab lab(39.38 -27.26 35.86) color: lab(39.38 -27.26 35.86)
LCH lch(39.38 45.04 127.24) color: lch(39.38 45.04 127.24)

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 6.61:1
vs Black 3.18:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#51512F — rgb(81, 81, 47)

Deuteranopia (Green-blind)

#4F4C33 — rgb(79, 76, 51)

Tritanopia (Blue-blind)

#423D40 — rgb(66, 61, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 56%, 26%);

text

color: hsl(92, 56%, 26%);

border

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

gradient light

background: linear-gradient(to right, hsl(92, 56%, 46%), hsl(92, 56%, 26%));

gradient dark

background: linear-gradient(to right, hsl(92, 56%, 26%), hsl(92, 56%, 6%))

hex

background-color: #40671D;

tailwind

bg-[hsl(92,56%,26%)]

box shadow

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

css variable

--color-primary: hsl(92, 56%, 26%);

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, 56%, 26%)?

HEX: #40671D | RGB: rgb(64, 103, 29) | CMYK: 38%, 0%, 72%, 60% | HSV: 92°, 72%, 40%. Copy any format from the conversion table above.

What colors go well with #40671D?

The complementary color is HSL(272, 56%, 26%). 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, 56%, 26%) in CSS?

As HSL: color: hsl(92, 56%, 26%); — As HEX: color: #40671D; — As RGB: color: rgb(64, 103, 29); — Tailwind CSS: bg-[hsl(92,56%,26%)] — CSS variable: --color-primary: hsl(92, 56%, 26%);