Color Hex Logo

#429240 Color Hex

#429240
(66,146,64)
0 Favorites   0 Comments

Color spaces of #429240

RGB 6614664
HSL0.330.390.41
HSV119°56°57°
CMYK 0.550.000.56   0.43
XYZ13.451122.08628.4046
Yxy22.08620.30610.5026
Hunter Lab46.9960-31.153022.2939
CIE-Lab54.1183-41.673035.7376

#429240 color RGB value is (66,146,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010010 01000000
Octal 102 222 100
Decimal 66 146 64
Hex 42 92 40

RGB Percentages of Color #429240

%23.91
%52.90
%23.19

CMYK Percentages of Color #429240

%55
%0
%56
%43

Triadic Colors of #429240

#429240 #404292 #924042

Analogous Colors of #429240

#429240 #409267 #6b9240

Monochromatic Colors of #429240

#429240

Complementary Color

#429240 #904092

#429240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429240 Color CSS Codes

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

#429240 Text Font Color

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

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


#429240 Background Color

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

This div background color is #429240


#429240 Border Color

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

This div border color is #429240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429240


Comments

No comments written yet.

Please login to write comment.