Color Hex Logo

#429100 Color Hex

#429100
(66,145,0)
0 Favorites   0 Comments

Color spaces of #429100

RGB 661450
HSL0.261.000.28
HSV93°100°57°
CMYK 0.540.001.00   0.43
XYZ12.372221.40903.4803
Yxy21.40900.33200.5746
Hunter Lab46.2699-33.242727.9293
CIE-Lab53.3942-45.713456.1732

#429100 color RGB value is (66,145,0).

#429100 hex color red value is 66, green value is 145 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #429100 hue: 0.26 , saturation: 1.00 and the lightness value of 429100 is 0.28.

The process color (four color CMYK) of #429100 color hex is 0.54, 0.00, 1.00, 0.43. Web safe color of #429100 is #339900. Color #429100 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010001 00000000
Octal 102 221 0
Decimal 66 145 0
Hex 42 91 0

RGB Percentages of Color #429100

%31.28
%68.72
%0.00

CMYK Percentages of Color #429100

%54
%0
%100
%43

Triadic Colors of #429100

#429100 #004291 #910042

Analogous Colors of #429100

#429100 #009106 #8b9100

Monochromatic Colors of #429100

#429100

Complementary Color

#429100 #4f0091

#429100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429100 Color CSS Codes

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

#429100 Text Font Color

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

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


#429100 Background Color

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

This div background color is #429100


#429100 Border Color

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

This div border color is #429100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429100


Comments

No comments written yet.

Please login to write comment.