Color Hex Logo

#29684f Color Hex

#29684F
(41,104,79)
0 Favorites   0 Comments

Color spaces of #29684f

RGB 4110479
HSL0.430.430.28
HSV156°61°41°
CMYK 0.610.000.24   0.59
XYZ7.276010.93669.1246
Yxy10.93660.26620.4001
Hunter Lab33.0705-18.60086.7905
CIE-Lab39.4735-26.80758.1225

#29684f color RGB value is (41,104,79).

#29684f hex color red value is 41, green value is 104 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #29684f hue: 0.43 , saturation: 0.43 and the lightness value of 29684f is 0.28.

The process color (four color CMYK) of #29684f color hex is 0.61, 0.00, 0.24, 0.59. Web safe color of #29684f is #336666. Color #29684f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101000 01001111
Octal 51 150 117
Decimal 41 104 79
Hex 29 68 4F

RGB Percentages of Color #29684f

%18.30
%46.43
%35.27

CMYK Percentages of Color #29684f

%61
%0
%24
%59

Triadic Colors of #29684f

#29684f #4f2968 #684f29

Analogous Colors of #29684f

#29684f #296268 #296830

Monochromatic Colors of #29684f

#29684f

Complementary Color

#29684f #682942

#29684f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29684f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29684f Color CSS Codes

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

#29684f Text Font Color

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

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


#29684f Background Color

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

This div background color is #29684f


#29684f Border Color

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

This div border color is #29684f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29684f


Comments

No comments written yet.

Please login to write comment.