Color Hex Logo

#428912 Color Hex

#428912
(66,137,18)
0 Favorites   0 Comments

Color spaces of #428912

RGB 6613718
HSL0.270.770.30
HSV96°87°54°
CMYK 0.520.000.87   0.46
XYZ11.301619.09323.6620
Yxy19.09320.33180.5606
Hunter Lab43.6958-30.299825.6181
CIE-Lab50.7961-42.045050.6077

#428912 color RGB value is (66,137,18).

#428912 hex color red value is 66, green value is 137 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #428912 hue: 0.27 , saturation: 0.77 and the lightness value of 428912 is 0.30.

The process color (four color CMYK) of #428912 color hex is 0.52, 0.00, 0.87, 0.46. Web safe color of #428912 is #339900. Color #428912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 00010010
Octal 102 211 22
Decimal 66 137 18
Hex 42 89 12

RGB Percentages of Color #428912

%29.86
%61.99
%8.14

CMYK Percentages of Color #428912

%52
%0
%87
%46

Triadic Colors of #428912

#428912 #124289 #891242

Analogous Colors of #428912

#428912 #12891e #7e8912

Monochromatic Colors of #428912

#428912

Complementary Color

#428912 #591289

#428912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428912 Color CSS Codes

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

#428912 Text Font Color

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

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


#428912 Background Color

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

This div background color is #428912


#428912 Border Color

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

This div border color is #428912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,137,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 #428912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428912


Comments

No comments written yet.

Please login to write comment.