Color Hex Logo

#428232 Color Hex

#428232
(66,130,50)
0 Favorites   0 Comments

Color spaces of #428232

RGB 6613050
HSL0.300.440.35
HSV108°62°51°
CMYK 0.490.000.62   0.49
XYZ10.805117.35385.7977
Yxy17.35380.31820.5111
Hunter Lab41.6579-26.602520.9089
CIE-Lab48.7028-36.676736.3142

#428232 color RGB value is (66,130,50).

#428232 hex color red value is 66, green value is 130 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #428232 hue: 0.30 , saturation: 0.44 and the lightness value of 428232 is 0.35.

The process color (four color CMYK) of #428232 color hex is 0.49, 0.00, 0.62, 0.49. Web safe color of #428232 is #339933. Color #428232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 00110010
Octal 102 202 62
Decimal 66 130 50
Hex 42 82 32

RGB Percentages of Color #428232

%26.83
%52.85
%20.33

CMYK Percentages of Color #428232

%49
%0
%62
%49

Triadic Colors of #428232

#428232 #324282 #823242

Analogous Colors of #428232

#428232 #32824a #6a8232

Monochromatic Colors of #428232

#428232

Complementary Color

#428232 #723282

#428232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428232 Color CSS Codes

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

#428232 Text Font Color

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

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


#428232 Background Color

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

This div background color is #428232


#428232 Border Color

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

This div border color is #428232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428232


Comments

No comments written yet.

Please login to write comment.