HSL(107, 30%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,30%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 30%, 23%) color: hsl(107, 30%, 23%)
HEX #314C29 color: #314C29
RGB rgb(49, 76, 41) color: rgb(49, 76, 41)
CMYK cmyk(36%, 0%, 46%, 70%)
HSV hsv(106, 46%, 30%)
HWB hwb(106 16% 70%) color: hwb(106 16% 70%)
OKLCH oklch(0.3848 0.0657 138.77) color: oklch(0.3848 0.0657 138.77)
Lab lab(29.37 -18.06 17.62) color: lab(29.37 -18.06 17.62)
LCH lch(29.37 25.23 135.71) color: lch(29.37 25.23 135.71)

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.56:1
vs Black 2.2: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)

#3D3D31 — rgb(61, 61, 49)

Deuteranopia (Green-blind)

#3B3934 — rgb(59, 57, 52)

Tritanopia (Blue-blind)

#32383A — rgb(50, 56, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 30%, 23%);

text

color: hsl(107, 30%, 23%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #314C29;

tailwind

bg-[hsl(107,30%,23%)]

box shadow

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

css variable

--color-primary: hsl(107, 30%, 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(107, 30%, 23%)?

HEX: #314C29 | RGB: rgb(49, 76, 41) | CMYK: 36%, 0%, 46%, 70% | HSV: 106°, 46%, 30%. Copy any format from the conversion table above.

What colors go well with #314C29?

The complementary color is HSL(287, 30%, 23%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(107, 30%, 23%); — As HEX: color: #314C29; — As RGB: color: rgb(49, 76, 41); — Tailwind CSS: bg-[hsl(107,30%,23%)] — CSS variable: --color-primary: hsl(107, 30%, 23%);