Color Hex Logo

#296d11 Color Hex

#296D11
(41,109,17)
0 Favorites   0 Comments

Color spaces of #296d11

RGB 4110917
HSL0.290.730.25
HSV104°84°43°
CMYK 0.620.000.84   0.57
XYZ6.484311.44922.3985
Yxy11.44920.31890.5631
Hunter Lab33.8367-25.007319.4829
CIE-Lab40.3270-38.484041.0507

#296d11 color RGB value is (41,109,17).

#296d11 hex color red value is 41, green value is 109 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #296d11 hue: 0.29 , saturation: 0.73 and the lightness value of 296d11 is 0.25.

The process color (four color CMYK) of #296d11 color hex is 0.62, 0.00, 0.84, 0.57. Web safe color of #296d11 is #336600. Color #296d11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101101 00010001
Octal 51 155 21
Decimal 41 109 17
Hex 29 6D 11

RGB Percentages of Color #296d11

%24.55
%65.27
%10.18

CMYK Percentages of Color #296d11

%62
%0
%84
%57

Triadic Colors of #296d11

#296d11 #11296d #6d1129

Analogous Colors of #296d11

#296d11 #116d27 #576d11

Monochromatic Colors of #296d11

#296d11

Complementary Color

#296d11 #55116d

#296d11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296d11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#296d11 Color CSS Codes

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

#296d11 Text Font Color

<p style="color:#296d11">Text here</p>

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


#296d11 Background Color

<div style="background-color:#296d11">
Div content here</div>

This div background color is #296d11


#296d11 Border Color

<div style="border:3px solid #296d11">
Div here</div>

This div border color is #296d11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,109,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #296d11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #296d11;
  -webkit-box-shadow: 1px 1px 3px 2px #296d11;
  box-shadow:         1px 1px 3px 2px #296d11; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296d11


Comments

No comments written yet.

Please login to write comment.