Color Hex Logo

#218740 Color Hex

#218740
(33,135,64)
0 Favorites   0 Comments

Color spaces of #218740

RGB 3313564
HSL0.380.610.33
HSV138°76°53°
CMYK 0.760.000.53   0.47
XYZ10.216618.02147.7905
Yxy18.02140.28360.5002
Hunter Lab42.4516-31.331718.8355
CIE-Lab49.5221-44.687929.9397

#218740 color RGB value is (33,135,64).

#218740 hex color red value is 33, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #218740 hue: 0.38 , saturation: 0.61 and the lightness value of 218740 is 0.33.

The process color (four color CMYK) of #218740 color hex is 0.76, 0.00, 0.53, 0.47. Web safe color of #218740 is #339933. Color #218740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000111 01000000
Octal 41 207 100
Decimal 33 135 64
Hex 21 87 40

RGB Percentages of Color #218740

%14.22
%58.19
%27.59

CMYK Percentages of Color #218740

%76
%0
%53
%47

Triadic Colors of #218740

#218740 #402187 #874021

Analogous Colors of #218740

#218740 #218773 #358721

Monochromatic Colors of #218740

#218740

Complementary Color

#218740 #872168

#218740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#218740 Color CSS Codes

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

#218740 Text Font Color

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

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


#218740 Background Color

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

This div background color is #218740


#218740 Border Color

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

This div border color is #218740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218740


Comments

No comments written yet.

Please login to write comment.