Color Hex Logo

#429021 Color Hex

#429021
(66,144,33)
0 Favorites   0 Comments

Color spaces of #429021

RGB 6614433
HSL0.280.630.35
HSV102°77°56°
CMYK 0.540.000.77   0.44
XYZ12.494521.21464.8751
Yxy21.21460.32380.5498
Hunter Lab46.0593-32.182125.9660
CIE-Lab53.1836-43.973148.2636

#429021 color RGB value is (66,144,33).

#429021 hex color red value is 66, green value is 144 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #429021 hue: 0.28 , saturation: 0.63 and the lightness value of 429021 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 00100001
Octal 102 220 41
Decimal 66 144 33
Hex 42 90 21

RGB Percentages of Color #429021

%27.16
%59.26
%13.58

CMYK Percentages of Color #429021

%54
%0
%77
%44

Triadic Colors of #429021

#429021 #214290 #902142

Analogous Colors of #429021

#429021 #219037 #7a9021

Monochromatic Colors of #429021

#429021

Complementary Color

#429021 #6f2190

#429021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429021 Color CSS Codes

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

#429021 Text Font Color

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

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


#429021 Background Color

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

This div background color is #429021


#429021 Border Color

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

This div border color is #429021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429021


Comments

No comments written yet.

Please login to write comment.