Color Hex Logo

#299041 Color Hex

#299041
(41,144,65)
0 Favorites   0 Comments

Color spaces of #299041

RGB 4114465
HSL0.370.560.36
HSV134°72°56°
CMYK 0.720.000.55   0.44
XYZ11.841820.79968.3916
Yxy20.79960.28860.5069
Hunter Lab45.6066-33.463821.0153
CIE-Lab52.7295-46.522133.3869

#299041 color RGB value is (41,144,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 01000001
Octal 51 220 101
Decimal 41 144 65
Hex 29 90 41

RGB Percentages of Color #299041

%16.40
%57.60
%26.00

CMYK Percentages of Color #299041

%72
%0
%55
%44

Triadic Colors of #299041

#299041 #412990 #904129

Analogous Colors of #299041

#299041 #299075 #459029

Monochromatic Colors of #299041

#299041

Complementary Color

#299041 #902978

#299041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#299041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#299041 Color CSS Codes

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

#299041 Text Font Color

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

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


#299041 Background Color

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

This div background color is #299041


#299041 Border Color

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

This div border color is #299041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #299041


Comments

No comments written yet.

Please login to write comment.