Color Hex Logo

#29411a Color Hex

#29411A
(41,65,26)
0 Favorites   0 Comments

Color spaces of #29411a

RGB 416526
HSL0.270.430.18
HSV97°60°25°
CMYK 0.370.000.60   0.75
XYZ2.99124.32661.6547
Yxy4.32660.33340.4822
Hunter Lab20.8005-10.73189.8438
CIE-Lab24.7230-17.670320.6729

#29411a color RGB value is (41,65,26).

#29411a hex color red value is 41, green value is 65 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #29411a hue: 0.27 , saturation: 0.43 and the lightness value of 29411a is 0.18.

The process color (four color CMYK) of #29411a color hex is 0.37, 0.00, 0.60, 0.75. Web safe color of #29411a is #333333. Color #29411a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000001 00011010
Octal 51 101 32
Decimal 41 65 26
Hex 29 41 1A

RGB Percentages of Color #29411a

%31.06
%49.24
%19.70

CMYK Percentages of Color #29411a

%37
%0
%60
%75

Triadic Colors of #29411a

#29411a #1a2941 #411a29

Analogous Colors of #29411a

#29411a #1a411f #3d411a

Monochromatic Colors of #29411a

#29411a

Complementary Color

#29411a #321a41

#29411a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29411a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29411a Color CSS Codes

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

#29411a Text Font Color

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

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


#29411a Background Color

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

This div background color is #29411a


#29411a Border Color

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

This div border color is #29411a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29411a


Comments

No comments written yet.

Please login to write comment.