Color Hex Logo

#29442d Color Hex

#29442D
(41,68,45)
0 Favorites   0 Comments

Color spaces of #29442d

RGB 416845
HSL0.360.250.21
HSV129°40°27°
CMYK 0.400.000.34   0.73
XYZ3.45524.79513.2261
Yxy4.79510.30110.4178
Hunter Lab21.8977-10.15586.5935
CIE-Lab26.1428-16.016710.7726

#29442d color RGB value is (41,68,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000100 00101101
Octal 51 104 55
Decimal 41 68 45
Hex 29 44 2D

RGB Percentages of Color #29442d

%26.62
%44.16
%29.22

CMYK Percentages of Color #29442d

%40
%0
%34
%73

Triadic Colors of #29442d

#29442d #2d2944 #442d29

Analogous Colors of #29442d

#29442d #29443b #334429

Monochromatic Colors of #29442d

#29442d

Complementary Color

#29442d #442940

#29442d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29442d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29442d Color CSS Codes

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

#29442d Text Font Color

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

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


#29442d Background Color

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

This div background color is #29442d


#29442d Border Color

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

This div border color is #29442d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29442d

#29442d Color Palettes


Comments

No comments written yet.

Please login to write comment.