Color Hex Logo

#429641 Color Hex

#429641
(66,150,65)
0 Favorites   0 Comments

Color spaces of #429641

RGB 6615065
HSL0.330.400.42
HSV119°57°59°
CMYK 0.560.000.57   0.41
XYZ14.107223.35268.7650
Yxy23.35260.30520.5052
Hunter Lab48.3245-32.459123.0733
CIE-Lab55.4337-43.173236.8052

#429641 color RGB value is (66,150,65).

#429641 hex color red value is 66, green value is 150 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #429641 hue: 0.33 , saturation: 0.40 and the lightness value of 429641 is 0.42.

The process color (four color CMYK) of #429641 color hex is 0.56, 0.00, 0.57, 0.41. Web safe color of #429641 is #339933. Color #429641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010110 01000001
Octal 102 226 101
Decimal 66 150 65
Hex 42 96 41

RGB Percentages of Color #429641

%23.49
%53.38
%23.13

CMYK Percentages of Color #429641

%56
%0
%57
%41

Triadic Colors of #429641

#429641 #414296 #964142

Analogous Colors of #429641

#429641 #41966b #6d9641

Monochromatic Colors of #429641

#429641

Complementary Color

#429641 #954196

#429641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429641 Color CSS Codes

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

#429641 Text Font Color

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

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


#429641 Background Color

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

This div background color is #429641


#429641 Border Color

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

This div border color is #429641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,150,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 #429641">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429641


Comments

No comments written yet.

Please login to write comment.