Color Hex Logo

#29942e Color Hex

#29942E
(41,148,46)
0 Favorites   0 Comments

Color spaces of #29942e

RGB 4114846
HSL0.340.570.37
HSV123°72°58°
CMYK 0.720.000.69   0.42
XYZ11.997521.84856.1696
Yxy21.84850.29980.5460
Hunter Lab46.7424-35.983124.8939
CIE-Lab53.8659-50.330743.6406

#29942e color RGB value is (41,148,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010100 00101110
Octal 51 224 56
Decimal 41 148 46
Hex 29 94 2E

RGB Percentages of Color #29942e

%17.45
%62.98
%19.57

CMYK Percentages of Color #29942e

%72
%0
%69
%42

Triadic Colors of #29942e

#29942e #2e2994 #942e29

Analogous Colors of #29942e

#29942e #299464 #599429

Monochromatic Colors of #29942e

#29942e

Complementary Color

#29942e #94298f

#29942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29942e Color CSS Codes

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

#29942e Text Font Color

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

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


#29942e Background Color

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

This div background color is #29942e


#29942e Border Color

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

This div border color is #29942e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,148,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 #29942e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29942e


Comments

No comments written yet.

Please login to write comment.