Color Hex Logo

#219341 Color Hex

#219341
(33,147,65)
0 Favorites   0 Comments

Color spaces of #219341

RGB 3314765
HSL0.380.630.35
HSV137°78°58°
CMYK 0.780.000.56   0.42
XYZ12.015121.57248.5317
Yxy21.57240.28530.5122
Hunter Lab46.4461-35.104721.6213
CIE-Lab53.5703-48.934234.3657

#219341 color RGB value is (33,147,65).

#219341 hex color red value is 33, green value is 147 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #219341 hue: 0.38 , saturation: 0.63 and the lightness value of 219341 is 0.35.

The process color (four color CMYK) of #219341 color hex is 0.78, 0.00, 0.56, 0.42. Web safe color of #219341 is #339933. Color #219341 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010011 01000001
Octal 41 223 101
Decimal 33 147 65
Hex 21 93 41

RGB Percentages of Color #219341

%13.47
%60.00
%26.53

CMYK Percentages of Color #219341

%78
%0
%56
%42

Triadic Colors of #219341

#219341 #412193 #934121

Analogous Colors of #219341

#219341 #21937a #3a9321

Monochromatic Colors of #219341

#219341

Complementary Color

#219341 #932173

#219341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#219341 Color CSS Codes

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

#219341 Text Font Color

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

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


#219341 Background Color

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

This div background color is #219341


#219341 Border Color

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

This div border color is #219341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219341


Comments

No comments written yet.

Please login to write comment.