Color Hex Logo

#429140 Color Hex

#429140
(66,145,64)
0 Favorites   0 Comments

Color spaces of #429140

RGB 6614564
HSL0.330.390.41
HSV119°56°57°
CMYK 0.540.000.56   0.43
XYZ13.297621.77928.3534
Yxy21.77920.30620.5015
Hunter Lab46.6682-30.807722.0551
CIE-Lab53.7919-41.261135.3481

#429140 color RGB value is (66,145,64).

#429140 hex color red value is 66, green value is 145 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #429140 hue: 0.33 , saturation: 0.39 and the lightness value of 429140 is 0.41.

The process color (four color CMYK) of #429140 color hex is 0.54, 0.00, 0.56, 0.43. Web safe color of #429140 is #339933. Color #429140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010001 01000000
Octal 102 221 100
Decimal 66 145 64
Hex 42 91 40

RGB Percentages of Color #429140

%24.00
%52.73
%23.27

CMYK Percentages of Color #429140

%54
%0
%56
%43

Triadic Colors of #429140

#429140 #404291 #914042

Analogous Colors of #429140

#429140 #409167 #6b9140

Monochromatic Colors of #429140

#429140

Complementary Color

#429140 #8f4091

#429140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429140 Color CSS Codes

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

#429140 Text Font Color

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

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


#429140 Background Color

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

This div background color is #429140


#429140 Border Color

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

This div border color is #429140


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,145,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429140


Comments

No comments written yet.

Please login to write comment.