Color Hex Logo

#299344 Color Hex

#299344
(41,147,68)
0 Favorites   0 Comments

Color spaces of #299344

RGB 4114768
HSL0.380.560.37
HSV135°72°58°
CMYK 0.720.000.54   0.42
XYZ12.391621.75629.0151
Yxy21.75620.28710.5040
Hunter Lab46.6435-34.204821.1911
CIE-Lab53.7674-47.189333.1186

#299344 color RGB value is (41,147,68).

#299344 hex color red value is 41, green value is 147 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #299344 hue: 0.38 , saturation: 0.56 and the lightness value of 299344 is 0.37.

The process color (four color CMYK) of #299344 color hex is 0.72, 0.00, 0.54, 0.42. Web safe color of #299344 is #339933. Color #299344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 01000100
Octal 51 223 104
Decimal 41 147 68
Hex 29 93 44

RGB Percentages of Color #299344

%16.02
%57.42
%26.56

CMYK Percentages of Color #299344

%72
%0
%54
%42

Triadic Colors of #299344

#299344 #442993 #934429

Analogous Colors of #299344

#299344 #299379 #439329

Monochromatic Colors of #299344

#299344

Complementary Color

#299344 #932978

#299344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299344 Color CSS Codes

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

#299344 Text Font Color

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

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


#299344 Background Color

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

This div background color is #299344


#299344 Border Color

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

This div border color is #299344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299344


Comments

No comments written yet.

Please login to write comment.