Dark green blue to RGB — Color Code

RGB

rgb(31, 99, 87)

Format Value
HEX #1f6357
RGB rgb(31, 99, 87)
HSL hsl(169.4, 52.3%, 25.5%)
CMYK cmyk(68.7%, 0%, 12.1%, 61.2%)

What is the RGB code for dark green blue?

The CSS color dark green blue in RGB format is rgb(31, 99, 87). Use this value directly in CSS, SVG, and most design tools.

How do I use dark green blue in CSS?

To apply dark green blue in CSS:

  • Text color: color: rgb(31, 99, 87);
  • Background: background-color: rgb(31, 99, 87);
  • Border: border-color: rgb(31, 99, 87);

What are all the color format values for dark green blue?

FormatValue
HEX#1f6357
RGBrgb(31, 99, 87)
HSLhsl(169.4, 52.3%, 25.5%)
CMYKcmyk(68.7%, 0%, 12.1%, 61.2%)

How do I convert dark green blue to RGB?

Select dark green blue from the color name list in our color converter. The RGB value — rgb(31, 99, 87) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark green blue belong to?

dark green blue belongs to the cyan color family. It is a dark, moderately saturated color with HSL values: hue 169.4°, saturation 52.3%, lightness 25.5%.

How do I create lighter and darker shades of dark green blue?

Lighter variant (lightness 40.5%): #319d8a. Darker variant (lightness 10.5%): #0d2924. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.