Color Hex Logo

#29492a Color Hex

#29492A
(41,73,42)
0 Favorites   0 Comments

Color spaces of #29492a

RGB 417342
HSL0.340.280.22
HSV122°44°29°
CMYK 0.440.000.42   0.71
XYZ3.71495.40373.0377
Yxy5.40370.30560.4445
Hunter Lab23.2459-12.15438.5243
CIE-Lab27.8553-19.347814.9540

#29492a color RGB value is (41,73,42).

#29492a hex color red value is 41, green value is 73 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #29492a hue: 0.34 , saturation: 0.28 and the lightness value of 29492a is 0.22.

The process color (four color CMYK) of #29492a color hex is 0.44, 0.00, 0.42, 0.71. Web safe color of #29492a is #333333. Color #29492a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001001 00101010
Octal 51 111 52
Decimal 41 73 42
Hex 29 49 2A

RGB Percentages of Color #29492a

%26.28
%46.79
%26.92

CMYK Percentages of Color #29492a

%44
%0
%42
%71

Triadic Colors of #29492a

#29492a #2a2949 #492a29

Analogous Colors of #29492a

#29492a #29493a #384929

Monochromatic Colors of #29492a

#29492a

Complementary Color

#29492a #492948

#29492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29492a Color CSS Codes

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

#29492a Text Font Color

<p style="color:#29492a">Text here</p>

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


#29492a Background Color

<div style="background-color:#29492a">
Div content here</div>

This div background color is #29492a


#29492a Border Color

<div style="border:3px solid #29492a">
Div here</div>

This div border color is #29492a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,73,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29492a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29492a;
  -webkit-box-shadow: 1px 1px 3px 2px #29492a;
  box-shadow:         1px 1px 3px 2px #29492a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29492a


Comments

No comments written yet.

Please login to write comment.