Color Hex Logo

#297011 Color Hex

#297011
(41,112,17)
0 Favorites   0 Comments

Color spaces of #297011

RGB 4111217
HSL0.290.740.25
HSV105°85°44°
CMYK 0.630.000.85   0.56
XYZ6.809812.10022.5070
Yxy12.10020.31800.5650
Hunter Lab34.7853-25.930120.0767
CIE-Lab41.3749-39.638242.0246

#297011 color RGB value is (41,112,17).

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

The process color (four color CMYK) of #297011 color hex is 0.63, 0.00, 0.85, 0.56. Web safe color of #297011 is #336600. Color #297011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110000 00010001
Octal 51 160 21
Decimal 41 112 17
Hex 29 70 11

RGB Percentages of Color #297011

%24.12
%65.88
%10.00

CMYK Percentages of Color #297011

%63
%0
%85
%56

Triadic Colors of #297011

#297011 #112970 #701129

Analogous Colors of #297011

#297011 #117029 #587011

Monochromatic Colors of #297011

#297011

Complementary Color

#297011 #581170

#297011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297011 Color CSS Codes

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

#297011 Text Font Color

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

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


#297011 Background Color

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

This div background color is #297011


#297011 Border Color

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

This div border color is #297011


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,112,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 #297011">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297011


Comments

No comments written yet.

Please login to write comment.