Color Hex Logo

#429028 Color Hex

#429028
(66,144,40)
0 Favorites   0 Comments

Color spaces of #429028

RGB 6614440
HSL0.290.570.36
HSV105°72°56°
CMYK 0.540.000.72   0.44
XYZ12.603021.25805.4464
Yxy21.25800.32060.5408
Hunter Lab46.1064-31.893925.2707
CIE-Lab53.2307-43.442545.6725

#429028 color RGB value is (66,144,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 00101000
Octal 102 220 50
Decimal 66 144 40
Hex 42 90 28

RGB Percentages of Color #429028

%26.40
%57.60
%16.00

CMYK Percentages of Color #429028

%54
%0
%72
%44

Triadic Colors of #429028

#429028 #284290 #902842

Analogous Colors of #429028

#429028 #289042 #769028

Monochromatic Colors of #429028

#429028

Complementary Color

#429028 #762890

#429028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429028 Color CSS Codes

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

#429028 Text Font Color

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

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


#429028 Background Color

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

This div background color is #429028


#429028 Border Color

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

This div border color is #429028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429028


Comments

No comments written yet.

Please login to write comment.