Color Hex Logo

#295306 Color Hex

#295306
(41,83,6)
0 Favorites   0 Comments

Color spaces of #295306

RGB 41836
HSL0.260.870.17
HSV93°93°33°
CMYK 0.510.000.93   0.67
XYZ4.04066.67111.2470
Yxy6.67110.33790.5578
Hunter Lab25.8285-17.275315.2174
CIE-Lab31.0461-28.280836.0325

#295306 color RGB value is (41,83,6).

#295306 hex color red value is 41, green value is 83 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #295306 hue: 0.26 , saturation: 0.87 and the lightness value of 295306 is 0.17.

The process color (four color CMYK) of #295306 color hex is 0.51, 0.00, 0.93, 0.67. Web safe color of #295306 is #336600. Color #295306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010011 00000110
Octal 51 123 6
Decimal 41 83 6
Hex 29 53 6

RGB Percentages of Color #295306

%31.54
%63.85
%4.62

CMYK Percentages of Color #295306

%51
%0
%93
%67

Triadic Colors of #295306

#295306 #062953 #530629

Analogous Colors of #295306

#295306 #065309 #505306

Monochromatic Colors of #295306

#295306

Complementary Color

#295306 #300653

#295306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295306 Color CSS Codes

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

#295306 Text Font Color

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

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


#295306 Background Color

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

This div background color is #295306


#295306 Border Color

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

This div border color is #295306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295306


Comments

No comments written yet.

Please login to write comment.