Color Hex Logo

#29896f Color Hex

#29896F
(41,137,111)
0 Favorites   0 Comments

Color spaces of #29896f

RGB 41137111
HSL0.450.540.35
HSV164°70°54°
CMYK 0.700.000.19   0.46
XYZ12.729419.510418.1339
Yxy19.51040.25270.3873
Hunter Lab44.1706-25.85716.5783
CIE-Lab51.2791-34.18075.9610

#29896f color RGB value is (41,137,111).

#29896f hex color red value is 41, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #29896f hue: 0.45 , saturation: 0.54 and the lightness value of 29896f is 0.35.

The process color (four color CMYK) of #29896f color hex is 0.70, 0.00, 0.19, 0.46. Web safe color of #29896f is #339966. Color #29896f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001001 01101111
Octal 51 211 157
Decimal 41 137 111
Hex 29 89 6F

RGB Percentages of Color #29896f

%14.19
%47.40
%38.41

CMYK Percentages of Color #29896f

%70
%0
%19
%46

Triadic Colors of #29896f

#29896f #6f2989 #896f29

Analogous Colors of #29896f

#29896f #297389 #29893f

Monochromatic Colors of #29896f

#29896f

Complementary Color

#29896f #892943

#29896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29896f Color CSS Codes

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

#29896f Text Font Color

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

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


#29896f Background Color

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

This div background color is #29896f


#29896f Border Color

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

This div border color is #29896f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29896f


Comments

No comments written yet.

Please login to write comment.