Color Hex Logo

#217221 Color Hex

#217221
(33,114,33)
0 Favorites   0 Comments

Color spaces of #217221

RGB 3311433
HSL0.330.550.29
HSV120°71°45°
CMYK 0.710.000.71   0.55
XYZ6.919012.46783.4807
Yxy12.46780.30260.5452
Hunter Lab35.3098-26.814818.8723
CIE-Lab41.9502-41.013436.4396

#217221 color RGB value is (33,114,33).

#217221 hex color red value is 33, green value is 114 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #217221 hue: 0.33 , saturation: 0.55 and the lightness value of 217221 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110010 00100001
Octal 41 162 41
Decimal 33 114 33
Hex 21 72 21

RGB Percentages of Color #217221

%18.33
%63.33
%18.33

CMYK Percentages of Color #217221

%71
%0
%71
%55

Triadic Colors of #217221

#217221 #212172 #722121

Analogous Colors of #217221

#217221 #21724a #4a7221

Monochromatic Colors of #217221

#217221

Complementary Color

#217221 #722172

#217221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217221 Color CSS Codes

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

#217221 Text Font Color

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

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


#217221 Background Color

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

This div background color is #217221


#217221 Border Color

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

This div border color is #217221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217221


Comments

No comments written yet.

Please login to write comment.