Color Hex Logo

#29680e Color Hex

#29680E
(41,104,14)
0 Favorites   0 Comments

Color spaces of #29680e

RGB 4110414
HSL0.280.760.23
HSV102°87°41°
CMYK 0.610.000.87   0.59
XYZ5.944010.40382.1103
Yxy10.40380.32200.5636
Hunter Lab32.2549-23.551818.6994
CIE-Lab38.5576-36.697340.3421

#29680e color RGB value is (41,104,14).

#29680e hex color red value is 41, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #29680e hue: 0.28 , saturation: 0.76 and the lightness value of 29680e is 0.23.

The process color (four color CMYK) of #29680e color hex is 0.61, 0.00, 0.87, 0.59. Web safe color of #29680e is #336600. Color #29680e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101000 00001110
Octal 51 150 16
Decimal 41 104 14
Hex 29 68 E

RGB Percentages of Color #29680e

%25.79
%65.41
%8.81

CMYK Percentages of Color #29680e

%61
%0
%87
%59

Triadic Colors of #29680e

#29680e #0e2968 #680e29

Analogous Colors of #29680e

#29680e #0e6820 #56680e

Monochromatic Colors of #29680e

#29680e

Complementary Color

#29680e #4d0e68

#29680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29680e Color CSS Codes

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

#29680e Text Font Color

<p style="color:#29680e">Text here</p>

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


#29680e Background Color

<div style="background-color:#29680e">
Div content here</div>

This div background color is #29680e


#29680e Border Color

<div style="border:3px solid #29680e">
Div here</div>

This div border color is #29680e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29680e


Comments

No comments written yet.

Please login to write comment.