Color Hex Logo

#29763f Color Hex

#29763F
(41,118,63)
0 Favorites   0 Comments

Color spaces of #29763f

RGB 4111863
HSL0.380.480.31
HSV137°65°46°
CMYK 0.650.000.47   0.54
XYZ8.290113.78726.9269
Yxy13.78720.28580.4754
Hunter Lab37.1311-25.126614.9311
CIE-Lab43.9262-36.562723.4806

#29763f color RGB value is (41,118,63).

#29763f hex color red value is 41, green value is 118 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #29763f hue: 0.38 , saturation: 0.48 and the lightness value of 29763f is 0.31.

The process color (four color CMYK) of #29763f color hex is 0.65, 0.00, 0.47, 0.54. Web safe color of #29763f is #336633. Color #29763f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110110 00111111
Octal 51 166 77
Decimal 41 118 63
Hex 29 76 3F

RGB Percentages of Color #29763f

%18.47
%53.15
%28.38

CMYK Percentages of Color #29763f

%65
%0
%47
%54

Triadic Colors of #29763f

#29763f #3f2976 #763f29

Analogous Colors of #29763f

#29763f #297666 #3a7629

Monochromatic Colors of #29763f

#29763f

Complementary Color

#29763f #762960

#29763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29763f Color CSS Codes

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

#29763f Text Font Color

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

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


#29763f Background Color

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

This div background color is #29763f


#29763f Border Color

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

This div border color is #29763f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29763f


Comments

No comments written yet.

Please login to write comment.