Color Hex Logo

#217442 Color Hex

#217442
(33,116,66)
0 Favorites   0 Comments

Color spaces of #217442

RGB 3311666
HSL0.400.560.29
HSV144°72°45°
CMYK 0.720.000.43   0.55
XYZ7.856013.20757.2895
Yxy13.20750.27710.4658
Hunter Lab36.3421-25.012813.5471
CIE-Lab43.0742-36.830520.6422

#217442 color RGB value is (33,116,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110100 01000010
Octal 41 164 102
Decimal 33 116 66
Hex 21 74 42

RGB Percentages of Color #217442

%15.35
%53.95
%30.70

CMYK Percentages of Color #217442

%72
%0
%43
%55

Triadic Colors of #217442

#217442 #422174 #744221

Analogous Colors of #217442

#217442 #21746c #2a7421

Monochromatic Colors of #217442

#217442

Complementary Color

#217442 #742153

#217442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217442 Color CSS Codes

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

#217442 Text Font Color

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

This sample text font color is #217442
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.


#217442 Background Color

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

This div background color is #217442


#217442 Border Color

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

This div border color is #217442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217442


Comments

No comments written yet.

Please login to write comment.