Color Hex Logo

#217020 Color Hex

#217020
(33,112,32)
0 Favorites   0 Comments

Color spaces of #217020

RGB 3311232
HSL0.330.560.28
HSV119°71°44°
CMYK 0.710.000.71   0.56
XYZ6.682112.01603.3336
Yxy12.01600.30330.5454
Hunter Lab34.6641-26.253218.5630
CIE-Lab41.2415-40.369536.1250

#217020 color RGB value is (33,112,32).

#217020 hex color red value is 33, green value is 112 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #217020 hue: 0.33 , saturation: 0.56 and the lightness value of 217020 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110000 00100000
Octal 41 160 40
Decimal 33 112 32
Hex 21 70 20

RGB Percentages of Color #217020

%18.64
%63.28
%18.08

CMYK Percentages of Color #217020

%71
%0
%71
%56

Triadic Colors of #217020

#217020 #202170 #702021

Analogous Colors of #217020

#217020 #207047 #497020

Monochromatic Colors of #217020

#217020

Complementary Color

#217020 #6f2070

#217020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217020 Color CSS Codes

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

#217020 Text Font Color

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

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


#217020 Background Color

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

This div background color is #217020


#217020 Border Color

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

This div border color is #217020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217020


Comments

No comments written yet.

Please login to write comment.