Color Hex Logo

#29571f Color Hex

#29571F
(41,87,31)
0 Favorites   0 Comments

Color spaces of #29571f

RGB 418731
HSL0.300.470.23
HSV109°64°34°
CMYK 0.530.000.64   0.66
XYZ4.57007.38672.4812
Yxy7.38670.31650.5116
Hunter Lab27.1785-17.548013.6122
CIE-Lab32.6715-27.976227.2145

#29571f color RGB value is (41,87,31).

#29571f hex color red value is 41, green value is 87 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #29571f hue: 0.30 , saturation: 0.47 and the lightness value of 29571f is 0.23.

The process color (four color CMYK) of #29571f color hex is 0.53, 0.00, 0.64, 0.66. Web safe color of #29571f is #336633. Color #29571f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010111 00011111
Octal 51 127 37
Decimal 41 87 31
Hex 29 57 1F

RGB Percentages of Color #29571f

%25.79
%54.72
%19.50

CMYK Percentages of Color #29571f

%53
%0
%64
%66

Triadic Colors of #29571f

#29571f #1f2957 #571f29

Analogous Colors of #29571f

#29571f #1f5731 #45571f

Monochromatic Colors of #29571f

#29571f

Complementary Color

#29571f #4d1f57

#29571f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29571f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29571f Color CSS Codes

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

#29571f Text Font Color

<p style="color:#29571f">Text here</p>

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


#29571f Background Color

<div style="background-color:#29571f">
Div content here</div>

This div background color is #29571f


#29571f Border Color

<div style="border:3px solid #29571f">
Div here</div>

This div border color is #29571f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,87,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29571f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29571f;
  -webkit-box-shadow: 1px 1px 3px 2px #29571f;
  box-shadow:         1px 1px 3px 2px #29571f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29571f


Comments

No comments written yet.

Please login to write comment.