Color Hex Logo

#299555 Color Hex

#299555
(41,149,85)
0 Favorites   0 Comments

Color spaces of #299555

RGB 4114985
HSL0.400.570.37
HSV144°72°58°
CMYK 0.720.000.43   0.42
XYZ13.301622.622212.2598
Yxy22.62220.27610.4695
Hunter Lab47.5628-33.314918.0114
CIE-Lab54.6810-45.067325.2874

#299555 color RGB value is (41,149,85).

#299555 hex color red value is 41, green value is 149 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #299555 hue: 0.40 , saturation: 0.57 and the lightness value of 299555 is 0.37.

The process color (four color CMYK) of #299555 color hex is 0.72, 0.00, 0.43, 0.42. Web safe color of #299555 is #339966. Color #299555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010101 01010101
Octal 51 225 125
Decimal 41 149 85
Hex 29 95 55

RGB Percentages of Color #299555

%14.91
%54.18
%30.91

CMYK Percentages of Color #299555

%72
%0
%43
%42

Triadic Colors of #299555

#299555 #552995 #955529

Analogous Colors of #299555

#299555 #29958b #339529

Monochromatic Colors of #299555

#299555

Complementary Color

#299555 #952969

#299555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299555 Color CSS Codes

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

#299555 Text Font Color

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

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


#299555 Background Color

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

This div background color is #299555


#299555 Border Color

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

This div border color is #299555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299555


Comments

No comments written yet.

Please login to write comment.