Color Hex Logo

#29501e Color Hex

#29501E
(41,80,30)
0 Favorites   0 Comments

Color spaces of #29501e

RGB 418030
HSL0.300.450.22
HSV107°63°31°
CMYK 0.490.000.63   0.69
XYZ4.01756.30252.2331
Yxy6.30250.32000.5021
Hunter Lab25.1048-15.368112.2994
CIE-Lab30.1632-24.808224.8465

#29501e color RGB value is (41,80,30).

#29501e hex color red value is 41, green value is 80 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #29501e hue: 0.30 , saturation: 0.45 and the lightness value of 29501e is 0.22.

The process color (four color CMYK) of #29501e color hex is 0.49, 0.00, 0.63, 0.69. Web safe color of #29501e is #336633. Color #29501e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 00011110
Octal 51 120 36
Decimal 41 80 30
Hex 29 50 1E

RGB Percentages of Color #29501e

%27.15
%52.98
%19.87

CMYK Percentages of Color #29501e

%49
%0
%63
%69

Triadic Colors of #29501e

#29501e #1e2950 #501e29

Analogous Colors of #29501e

#29501e #1e502c #42501e

Monochromatic Colors of #29501e

#29501e

Complementary Color

#29501e #451e50

#29501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29501e Color CSS Codes

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

#29501e Text Font Color

<p style="color:#29501e">Text here</p>

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


#29501e Background Color

<div style="background-color:#29501e">
Div content here</div>

This div background color is #29501e


#29501e Border Color

<div style="border:3px solid #29501e">
Div here</div>

This div border color is #29501e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,80,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29501e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29501e;
  -webkit-box-shadow: 1px 1px 3px 2px #29501e;
  box-shadow:         1px 1px 3px 2px #29501e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29501e


Comments

No comments written yet.

Please login to write comment.