Color Hex Logo

#428911 Color Hex

#428911
(66,137,17)
0 Favorites   0 Comments

Color spaces of #428911

RGB 6613717
HSL0.270.780.30
HSV96°88°54°
CMYK 0.520.000.88   0.46
XYZ11.293619.09003.6198
Yxy19.09000.33210.5614
Hunter Lab43.6921-30.322225.6724
CIE-Lab50.7923-42.087050.8502

#428911 color RGB value is (66,137,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 00010001
Octal 102 211 21
Decimal 66 137 17
Hex 42 89 11

RGB Percentages of Color #428911

%30.00
%62.27
%7.73

CMYK Percentages of Color #428911

%52
%0
%88
%46

Triadic Colors of #428911

#428911 #114289 #891142

Analogous Colors of #428911

#428911 #11891c #7e8911

Monochromatic Colors of #428911

#428911

Complementary Color

#428911 #581189

#428911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428911 Color CSS Codes

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

#428911 Text Font Color

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

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


#428911 Background Color

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

This div background color is #428911


#428911 Border Color

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

This div border color is #428911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428911


Comments

No comments written yet.

Please login to write comment.