Color Hex Logo

#29765a Color Hex

#29765A
(41,118,90)
0 Favorites   0 Comments

Color spaces of #29765a

RGB 4111890
HSL0.440.480.31
HSV158°65°46°
CMYK 0.650.000.24   0.54
XYZ9.238314.166511.9204
Yxy14.16650.26150.4010
Hunter Lab37.6384-22.05467.5692
CIE-Lab44.4708-30.75938.5831

#29765a color RGB value is (41,118,90).

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

The process color (four color CMYK) of #29765a color hex is 0.65, 0.00, 0.24, 0.54. Web safe color of #29765a is #336666. Color #29765a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110110 01011010
Octal 51 166 132
Decimal 41 118 90
Hex 29 76 5A

RGB Percentages of Color #29765a

%16.47
%47.39
%36.14

CMYK Percentages of Color #29765a

%65
%0
%24
%54

Triadic Colors of #29765a

#29765a #5a2976 #765a29

Analogous Colors of #29765a

#29765a #296c76 #297634

Monochromatic Colors of #29765a

#29765a

Complementary Color

#29765a #762945

#29765a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29765a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29765a Color CSS Codes

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

#29765a Text Font Color

<p style="color:#29765a">Text here</p>

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


#29765a Background Color

<div style="background-color:#29765a">
Div content here</div>

This div background color is #29765a


#29765a Border Color

<div style="border:3px solid #29765a">
Div here</div>

This div border color is #29765a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29765a


Comments

No comments written yet.

Please login to write comment.