Color Hex Logo

#21742a Color Hex

#21742A
(33,116,42)
0 Favorites   0 Comments

Color spaces of #21742a

RGB 3311642
HSL0.350.560.29
HSV127°72°45°
CMYK 0.720.000.64   0.55
XYZ7.290512.98134.3119
Yxy12.98130.29660.5280
Hunter Lab36.0296-26.932718.1251
CIE-Lab42.7351-40.725133.0964

#21742a color RGB value is (33,116,42).

#21742a hex color red value is 33, green value is 116 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #21742a hue: 0.35 , saturation: 0.56 and the lightness value of 21742a is 0.29.

The process color (four color CMYK) of #21742a color hex is 0.72, 0.00, 0.64, 0.55. Web safe color of #21742a is #336633. Color #21742a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110100 00101010
Octal 41 164 52
Decimal 33 116 42
Hex 21 74 2A

RGB Percentages of Color #21742a

%17.28
%60.73
%21.99

CMYK Percentages of Color #21742a

%72
%0
%64
%55

Triadic Colors of #21742a

#21742a #2a2174 #742a21

Analogous Colors of #21742a

#21742a #217454 #427421

Monochromatic Colors of #21742a

#21742a

Complementary Color

#21742a #74216b

#21742a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21742a Color Preview on White Background

Lorem ipsum dolor sit amet.

#21742a Color CSS Codes

.mybgcolor {background-color:#21742a; } 
.myforecolor {color:#21742a; }
.mybordercolor {border:3px solid #21742a; }

#21742a Text Font Color

<p style="color:#21742a">Text here</p>

This sample text font color is #21742a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#21742a Background Color

<div style="background-color:#21742a">
Div content here</div>

This div background color is #21742a


#21742a Border Color

<div style="border:3px solid #21742a">
Div here</div>

This div border color is #21742a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,116,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21742a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21742a;
  -webkit-box-shadow: 1px 1px 3px 2px #21742a;
  box-shadow:         1px 1px 3px 2px #21742a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,116,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #21742a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #21742a;
  -webkit-box-shadow: 1px 1px 3px 2px #21742a;
  box-shadow:         1px 1px 3px 2px #21742a;">
Div content here</div>

This div box has shadow with color #21742a


Comments

No comments written yet.

Please login to write comment.