Color Hex Logo

#13b329 Color Hex

#13B329
(19,179,41)
0 Favorites   0 Comments

Color spaces of #13b329

RGB 1917941
HSL0.360.810.39
HSV128°89°70°
CMYK 0.890.000.77   0.30
XYZ16.788932.53877.4936
Yxy32.53870.29550.5727
Hunter Lab57.0427-47.288332.1411
CIE-Lab63.7856-63.361655.6005

#13b329 color RGB value is (19,179,41).

#13b329 hex color red value is 19, green value is 179 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #13b329 hue: 0.36 , saturation: 0.81 and the lightness value of 13b329 is 0.39.

The process color (four color CMYK) of #13b329 color hex is 0.89, 0.00, 0.77, 0.30. Web safe color of #13b329 is #00cc33. Color #13b329 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110011 00101001
Octal 23 263 51
Decimal 19 179 41
Hex 13 B3 29

RGB Percentages of Color #13b329

%7.95
%74.90
%17.15

CMYK Percentages of Color #13b329

%89
%0
%77
%30

Triadic Colors of #13b329

#13b329 #2913b3 #b32913

Analogous Colors of #13b329

#13b329 #13b379 #4db313

Monochromatic Colors of #13b329

#13b329

Complementary Color

#13b329 #b3139d

#13b329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b329 Color CSS Codes

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

#13b329 Text Font Color

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

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


#13b329 Background Color

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

This div background color is #13b329


#13b329 Border Color

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

This div border color is #13b329


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,179,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13b329; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13b329;
  -webkit-box-shadow: 1px 1px 3px 2px #13b329;
  box-shadow:         1px 1px 3px 2px #13b329; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b329


Comments

No comments written yet.

Please login to write comment.