Color Hex Logo

#29934b Color Hex

#29934B
(41,147,75)
0 Favorites   0 Comments

Color spaces of #29934b

RGB 4114775
HSL0.390.560.37
HSV139°72°58°
CMYK 0.720.000.49   0.42
XYZ12.618221.846910.2084
Yxy21.84690.28250.4890
Hunter Lab46.7407-33.608019.7692
CIE-Lab53.8642-46.070529.5976

#29934b color RGB value is (41,147,75).

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

The process color (four color CMYK) of #29934b color hex is 0.72, 0.00, 0.49, 0.42. Web safe color of #29934b is #339933. Color #29934b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 01001011
Octal 51 223 113
Decimal 41 147 75
Hex 29 93 4B

RGB Percentages of Color #29934b

%15.59
%55.89
%28.52

CMYK Percentages of Color #29934b

%72
%0
%49
%42

Triadic Colors of #29934b

#29934b #4b2993 #934b29

Analogous Colors of #29934b

#29934b #299380 #3c9329

Monochromatic Colors of #29934b

#29934b

Complementary Color

#29934b #932971

#29934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29934b Color CSS Codes

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

#29934b Text Font Color

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

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


#29934b Background Color

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

This div background color is #29934b


#29934b Border Color

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

This div border color is #29934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29934b


Comments

No comments written yet.

Please login to write comment.