Color Hex Logo

#429029 Color Hex

#429029
(66,144,41)
0 Favorites   0 Comments

Color spaces of #429029

RGB 6614441
HSL0.290.560.36
HSV105°72°56°
CMYK 0.540.000.72   0.44
XYZ12.620321.26495.5372
Yxy21.26490.32010.5394
Hunter Lab46.1139-31.848025.1604
CIE-Lab53.2382-43.358245.2782

#429029 color RGB value is (66,144,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 00101001
Octal 102 220 51
Decimal 66 144 41
Hex 42 90 29

RGB Percentages of Color #429029

%26.29
%57.37
%16.33

CMYK Percentages of Color #429029

%54
%0
%72
%44

Triadic Colors of #429029

#429029 #294290 #902942

Analogous Colors of #429029

#429029 #299044 #769029

Monochromatic Colors of #429029

#429029

Complementary Color

#429029 #772990

#429029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429029 Color CSS Codes

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

#429029 Text Font Color

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

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


#429029 Background Color

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

This div background color is #429029


#429029 Border Color

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

This div border color is #429029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429029


Comments

No comments written yet.

Please login to write comment.