Color Hex Logo

#29442a Color Hex

#29442A
(41,68,42)
0 Favorites   0 Comments

Color spaces of #29442a

RGB 416842
HSL0.340.250.21
HSV122°40°27°
CMYK 0.400.000.38   0.73
XYZ3.39954.77282.9326
Yxy4.77280.30610.4298
Hunter Lab21.8467-10.45607.3339
CIE-Lab26.0774-16.629512.5966

#29442a color RGB value is (41,68,42).

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

The process color (four color CMYK) of #29442a color hex is 0.40, 0.00, 0.38, 0.73. Web safe color of #29442a is #333333. Color #29442a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000100 00101010
Octal 51 104 52
Decimal 41 68 42
Hex 29 44 2A

RGB Percentages of Color #29442a

%27.15
%45.03
%27.81

CMYK Percentages of Color #29442a

%40
%0
%38
%73

Triadic Colors of #29442a

#29442a #2a2944 #442a29

Analogous Colors of #29442a

#29442a #294438 #364429

Monochromatic Colors of #29442a

#29442a

Complementary Color

#29442a #442943

#29442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29442a Color CSS Codes

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

#29442a Text Font Color

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

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


#29442a Background Color

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

This div background color is #29442a


#29442a Border Color

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

This div border color is #29442a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29442a


Comments

No comments written yet.

Please login to write comment.