Color Hex Logo

#217942 Color Hex

#217942
(33,121,66)
0 Favorites   0 Comments

Color spaces of #217942

RGB 3312166
HSL0.400.570.30
HSV143°73°47°
CMYK 0.730.000.45   0.53
XYZ8.447914.39147.4868
Yxy14.39140.27860.4746
Hunter Lab37.9360-26.638214.8541
CIE-Lab44.7891-38.884022.8727

#217942 color RGB value is (33,121,66).

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

The process color (four color CMYK) of #217942 color hex is 0.73, 0.00, 0.45, 0.53. Web safe color of #217942 is #336633. Color #217942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111001 01000010
Octal 41 171 102
Decimal 33 121 66
Hex 21 79 42

RGB Percentages of Color #217942

%15.00
%55.00
%30.00

CMYK Percentages of Color #217942

%73
%0
%45
%53

Triadic Colors of #217942

#217942 #422179 #794221

Analogous Colors of #217942

#217942 #21796e #2c7921

Monochromatic Colors of #217942

#217942

Complementary Color

#217942 #792158

#217942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217942 Color CSS Codes

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

#217942 Text Font Color

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

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


#217942 Background Color

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

This div background color is #217942


#217942 Border Color

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

This div border color is #217942


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,121,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 #217942">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217942


Comments

No comments written yet.

Please login to write comment.