Color Hex Logo

#218713 Color Hex

#218713
(33,135,19)
0 Favorites   0 Comments

Color spaces of #218713

RGB 3313519
HSL0.310.750.30
HSV113°86°53°
CMYK 0.760.000.86   0.47
XYZ9.408717.69833.5363
Yxy17.69830.30700.5776
Hunter Lab42.0693-33.700324.4647
CIE-Lab49.1281-49.429248.4792

#218713 color RGB value is (33,135,19).

#218713 hex color red value is 33, green value is 135 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #218713 hue: 0.31 , saturation: 0.75 and the lightness value of 218713 is 0.30.

The process color (four color CMYK) of #218713 color hex is 0.76, 0.00, 0.86, 0.47. Web safe color of #218713 is #339900. Color #218713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000111 00010011
Octal 41 207 23
Decimal 33 135 19
Hex 21 87 13

RGB Percentages of Color #218713

%17.65
%72.19
%10.16

CMYK Percentages of Color #218713

%76
%0
%86
%47

Triadic Colors of #218713

#218713 #132187 #871321

Analogous Colors of #218713

#218713 #13873f #5b8713

Monochromatic Colors of #218713

#218713

Complementary Color

#218713 #791387

#218713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#218713 Color CSS Codes

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

#218713 Text Font Color

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

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


#218713 Background Color

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

This div background color is #218713


#218713 Border Color

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

This div border color is #218713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218713


Comments

No comments written yet.

Please login to write comment.