Color Hex Logo

#29522a Color Hex

#29522A
(41,82,42)
0 Favorites   0 Comments

Color spaces of #29522a

RGB 418242
HSL0.340.330.24
HSV121°50°32°
CMYK 0.500.000.49   0.68
XYZ4.34976.67323.2493
Yxy6.67320.30480.4676
Hunter Lab25.8325-15.151010.6251
CIE-Lab31.0511-23.961219.0871

#29522a color RGB value is (41,82,42).

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

The process color (four color CMYK) of #29522a color hex is 0.50, 0.00, 0.49, 0.68. Web safe color of #29522a is #336633. Color #29522a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010010 00101010
Octal 51 122 52
Decimal 41 82 42
Hex 29 52 2A

RGB Percentages of Color #29522a

%24.85
%49.70
%25.45

CMYK Percentages of Color #29522a

%50
%0
%49
%68

Triadic Colors of #29522a

#29522a #2a2952 #522a29

Analogous Colors of #29522a

#29522a #29523f #3d5229

Monochromatic Colors of #29522a

#29522a

Complementary Color

#29522a #522951

#29522a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29522a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29522a Color CSS Codes

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

#29522a Text Font Color

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

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


#29522a Background Color

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

This div background color is #29522a


#29522a Border Color

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

This div border color is #29522a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29522a


Comments

No comments written yet.

Please login to write comment.