Color Hex Logo

#29934e Color Hex

#29934E
(41,147,78)
0 Favorites   0 Comments

Color spaces of #29934e

RGB 4114778
HSL0.390.560.37
HSV141°72°58°
CMYK 0.720.000.47   0.42
XYZ12.723321.888910.7621
Yxy21.88890.28040.4824
Hunter Lab46.7856-33.331819.1114
CIE-Lab53.9089-45.557228.0609

#29934e color RGB value is (41,147,78).

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

The process color (four color CMYK) of #29934e color hex is 0.72, 0.00, 0.47, 0.42. Web safe color of #29934e is #339966. Color #29934e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 01001110
Octal 51 223 116
Decimal 41 147 78
Hex 29 93 4E

RGB Percentages of Color #29934e

%15.41
%55.26
%29.32

CMYK Percentages of Color #29934e

%72
%0
%47
%42

Triadic Colors of #29934e

#29934e #4e2993 #934e29

Analogous Colors of #29934e

#29934e #299383 #399329

Monochromatic Colors of #29934e

#29934e

Complementary Color

#29934e #93296e

#29934e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29934e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29934e Color CSS Codes

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

#29934e Text Font Color

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

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


#29934e Background Color

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

This div background color is #29934e


#29934e Border Color

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

This div border color is #29934e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29934e


Comments

No comments written yet.

Please login to write comment.