Color Hex Logo

#296b2d Color Hex

#296B2D
(41,107,45)
0 Favorites   0 Comments

Color spaces of #296b2d

RGB 4110745
HSL0.340.450.29
HSV124°62°42°
CMYK 0.620.000.58   0.58
XYZ6.645811.17634.2896
Yxy11.17630.30060.5054
Hunter Lab33.4310-23.019915.7941
CIE-Lab39.8758-34.857228.2844

#296b2d color RGB value is (41,107,45).

#296b2d hex color red value is 41, green value is 107 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #296b2d hue: 0.34 , saturation: 0.45 and the lightness value of 296b2d is 0.29.

The process color (four color CMYK) of #296b2d color hex is 0.62, 0.00, 0.58, 0.58. Web safe color of #296b2d is #336633. Color #296b2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101011 00101101
Octal 51 153 55
Decimal 41 107 45
Hex 29 6B 2D

RGB Percentages of Color #296b2d

%21.24
%55.44
%23.32

CMYK Percentages of Color #296b2d

%62
%0
%58
%58

Triadic Colors of #296b2d

#296b2d #2d296b #6b2d29

Analogous Colors of #296b2d

#296b2d #296b4e #466b29

Monochromatic Colors of #296b2d

#296b2d

Complementary Color

#296b2d #6b2967

#296b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#296b2d Color CSS Codes

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

#296b2d Text Font Color

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

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


#296b2d Background Color

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

This div background color is #296b2d


#296b2d Border Color

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

This div border color is #296b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296b2d


Comments

No comments written yet.

Please login to write comment.