Color Hex Logo

#299031 Color Hex

#299031
(41,144,49)
0 Favorites   0 Comments

Color spaces of #299031

RGB 4114449
HSL0.350.560.36
HSV125°72°56°
CMYK 0.720.000.66   0.44
XYZ11.442120.63976.2865
Yxy20.63970.29820.5379
Hunter Lab45.4309-34.547723.5974
CIE-Lab52.5529-48.602940.8946

#299031 color RGB value is (41,144,49).

#299031 hex color red value is 41, green value is 144 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #299031 hue: 0.35 , saturation: 0.56 and the lightness value of 299031 is 0.36.

The process color (four color CMYK) of #299031 color hex is 0.72, 0.00, 0.66, 0.44. Web safe color of #299031 is #339933. Color #299031 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 00110001
Octal 51 220 61
Decimal 41 144 49
Hex 29 90 31

RGB Percentages of Color #299031

%17.52
%61.54
%20.94

CMYK Percentages of Color #299031

%72
%0
%66
%44

Triadic Colors of #299031

#299031 #312990 #903129

Analogous Colors of #299031

#299031 #299065 #559029

Monochromatic Colors of #299031

#299031

Complementary Color

#299031 #902988

#299031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299031 Color CSS Codes

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

#299031 Text Font Color

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

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


#299031 Background Color

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

This div background color is #299031


#299031 Border Color

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

This div border color is #299031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299031


Comments

No comments written yet.

Please login to write comment.