Color Hex Logo

#29772f Color Hex

#29772F
(41,119,47)
0 Favorites   0 Comments

Color spaces of #29772f

RGB 4111947
HSL0.350.490.31
HSV125°66°47°
CMYK 0.660.000.61   0.53
XYZ8.024413.87034.9436
Yxy13.87030.29900.5168
Hunter Lab37.2429-26.715118.1999
CIE-Lab44.0463-39.475332.1787

#29772f color RGB value is (41,119,47).

#29772f hex color red value is 41, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #29772f hue: 0.35 , saturation: 0.49 and the lightness value of 29772f is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110111 00101111
Octal 51 167 57
Decimal 41 119 47
Hex 29 77 2F

RGB Percentages of Color #29772f

%19.81
%57.49
%22.71

CMYK Percentages of Color #29772f

%66
%0
%61
%53

Triadic Colors of #29772f

#29772f #2f2977 #772f29

Analogous Colors of #29772f

#29772f #297756 #4a7729

Monochromatic Colors of #29772f

#29772f

Complementary Color

#29772f #772971

#29772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29772f Color CSS Codes

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

#29772f Text Font Color

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

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


#29772f Background Color

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

This div background color is #29772f


#29772f Border Color

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

This div border color is #29772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29772f


Comments

No comments written yet.

Please login to write comment.