Color Hex Logo

#428012 Color Hex

#428012
(66,128,18)
0 Favorites   0 Comments

Color spaces of #428012

RGB 6612818
HSL0.260.750.29
HSV94°86°50°
CMYK 0.480.000.86   0.50
XYZ10.075116.64033.2531
Yxy16.64030.33620.5553
Hunter Lab40.7925-27.300323.8265
CIE-Lab47.8036-38.383347.9466

#428012 color RGB value is (66,128,18).

#428012 hex color red value is 66, green value is 128 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #428012 hue: 0.26 , saturation: 0.75 and the lightness value of 428012 is 0.29.

The process color (four color CMYK) of #428012 color hex is 0.48, 0.00, 0.86, 0.50. Web safe color of #428012 is #339900. Color #428012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000000 00010010
Octal 102 200 22
Decimal 66 128 18
Hex 42 80 12

RGB Percentages of Color #428012

%31.13
%60.38
%8.49

CMYK Percentages of Color #428012

%48
%0
%86
%50

Triadic Colors of #428012

#428012 #124280 #801242

Analogous Colors of #428012

#428012 #128019 #798012

Monochromatic Colors of #428012

#428012

Complementary Color

#428012 #501280

#428012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428012 Color CSS Codes

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

#428012 Text Font Color

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

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


#428012 Background Color

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

This div background color is #428012


#428012 Border Color

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

This div border color is #428012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428012


Comments

No comments written yet.

Please login to write comment.