Color Hex Logo

#29952e Color Hex

#29952E
(41,149,46)
0 Favorites   0 Comments

Color spaces of #29952e

RGB 4114946
HSL0.340.570.37
HSV123°72°58°
CMYK 0.720.000.69   0.42
XYZ12.155022.16366.2221
Yxy22.16360.29980.5467
Hunter Lab47.0782-36.300525.1187
CIE-Lab54.2002-50.678843.9996

#29952e color RGB value is (41,149,46).

#29952e hex color red value is 41, green value is 149 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #29952e hue: 0.34 , saturation: 0.57 and the lightness value of 29952e is 0.37.

The process color (four color CMYK) of #29952e color hex is 0.72, 0.00, 0.69, 0.42. Web safe color of #29952e is #339933. Color #29952e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010101 00101110
Octal 51 225 56
Decimal 41 149 46
Hex 29 95 2E

RGB Percentages of Color #29952e

%17.37
%63.14
%19.49

CMYK Percentages of Color #29952e

%72
%0
%69
%42

Triadic Colors of #29952e

#29952e #2e2995 #952e29

Analogous Colors of #29952e

#29952e #299564 #5a9529

Monochromatic Colors of #29952e

#29952e

Complementary Color

#29952e #952990

#29952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29952e Color CSS Codes

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

#29952e Text Font Color

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

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


#29952e Background Color

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

This div background color is #29952e


#29952e Border Color

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

This div border color is #29952e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,149,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29952e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29952e;
  -webkit-box-shadow: 1px 1px 3px 2px #29952e;
  box-shadow:         1px 1px 3px 2px #29952e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29952e


Comments

No comments written yet.

Please login to write comment.