Color Hex Logo

#29935f Color Hex

#29935F
(41,147,95)
0 Favorites   0 Comments

Color spaces of #29935f

RGB 4114795
HSL0.420.560.37
HSV151°72°58°
CMYK 0.720.000.35   0.42
XYZ13.413722.165114.3978
Yxy22.16510.26840.4435
Hunter Lab47.0798-31.532614.8240
CIE-Lab54.2017-42.274219.1450

#29935f color RGB value is (41,147,95).

#29935f hex color red value is 41, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #29935f hue: 0.42 , saturation: 0.56 and the lightness value of 29935f is 0.37.

The process color (four color CMYK) of #29935f color hex is 0.72, 0.00, 0.35, 0.42. Web safe color of #29935f is #339966. Color #29935f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 01011111
Octal 51 223 137
Decimal 41 147 95
Hex 29 93 5F

RGB Percentages of Color #29935f

%14.49
%51.94
%33.57

CMYK Percentages of Color #29935f

%72
%0
%35
%42

Triadic Colors of #29935f

#29935f #5f2993 #935f29

Analogous Colors of #29935f

#29935f #299293 #29932a

Monochromatic Colors of #29935f

#29935f

Complementary Color

#29935f #93295d

#29935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29935f Color CSS Codes

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

#29935f Text Font Color

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

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


#29935f Background Color

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

This div background color is #29935f


#29935f Border Color

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

This div border color is #29935f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,147,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29935f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29935f;
  -webkit-box-shadow: 1px 1px 3px 2px #29935f;
  box-shadow:         1px 1px 3px 2px #29935f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29935f


Comments

No comments written yet.

Please login to write comment.