Color: #294948

#294948 Color Information

#294948 is a dark color. The closest websafe version is #294948. A complement of this color would be #482829, perceived brightness is 0.25, and the grayscale version is #393939.

In the HSL color space, this color has a hue angle of 178°,a saturation of 28%, and a lightness of 22%.The HSV representation shows a hue of 178°, a saturation of 100%, and a value of 100%.

In a RGB color space, #294948 is composed of 16% red, 29% green and 28% blue. Whereas in a CMYK color space, it is composed of 44% cyan, 0% magenta, 1% yellow and 71% black.

In the Yxy color space, this color is represented as Y: 5.66, x: 0.2890, and y: 0.3668.

Color Code #294948

HEX
#294948
RGB
rgb(41, 73, 72)
HSL
hsl(178, 28%, 22%)
HSV
hsv(178, 44%, 29%)
CMYK
44%, 0%, 1%, 71%
XYZ
X: 4.46, Y: 5.66, Z: 5.31
Lab
L: 28.54, a: -12.52, b: -3.32
Name

Shades of Color #294948

Shades are created by darkening the original color #294948 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #294948

Tints are created by lightening the original color #294948 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #294948 Color Code

In the HSL color space, this color has a hue angle of 178°, a saturation of 28%, and a lightness of 22%. The HSV representation shows a hue of 178°, a saturation of 44%, and a value of 29%.

  • HEX: #294948
  • RGB: rgb(41, 73, 72)
  • HSL: hsl(178, 28%, 22%)
  • HSV: hsv(178, 44%, 29%)
  • CMYK: 44.00% cyan, 0.00% magenta, 100.00% yellow, 71.00% black
  • XYZ: 4.46, 5.66, 5.31
  • Yxy: 5.66, 0.2890, 0.3668
  • Hunter Lab: 28.54, -12.52, -3.32
  • CIE-Lab: 28.54, -12.52, -3.32

In the XYZ color space, this color is represented as X: 4.46, Y: 5.66, Z: 5.31. The Yxy representation further refines this as Y: 5.66, x: 0.2890, and y: 0.3668.

In the Hunter Lab color space, this color is represented as L: 28.54, a: -12.52, and b: -3.32. Similarly, in the CIE-Lab color space, it is represented as L: 28.54, a: -12.52, and b: -3.32.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #294948

Triadic colors are three colors evenly spaced around the color wheel, including #294948. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #294948

Analogous colors are adjacent to #294948 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #294948

Monochromatic colors are variations of #294948, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #294948

The complementary color of #294948 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #294948

/* Using HEX */
body {
  background-color: #294948;
}
/* Using RGB */
body {
  background-color: rgb(41, 73, 72);
}
/* Using RGB with opacity */
body {
  background-color: rgba(41, 73, 72, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(178, 28%, 22%);
}
/* Text color */
p {
  color: #294948;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #294948;
}

HTML Examples of #294948

<!-- Using HEX -->
<div style="background-color: #294948; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(41, 73, 72); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(41, 73, 72, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(178, 28%, 22%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #294948;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #294948; width: 100px; height: 100px;"></div>

Related Colors of #294948

These colors are similar to #294948, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.