Color Hex Logo

#428224 Color Hex

#428224
(66,130,36)
0 Favorites   0 Comments

Color spaces of #428224

RGB 6613036
HSL0.280.570.33
HSV101°72°51°
CMYK 0.490.000.72   0.49
XYZ10.547817.25094.4429
Yxy17.25090.32710.5351
Hunter Lab41.5342-27.354022.7317
CIE-Lab48.5746-38.062542.4811

#428224 color RGB value is (66,130,36).

#428224 hex color red value is 66, green value is 130 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #428224 hue: 0.28 , saturation: 0.57 and the lightness value of 428224 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 00100100
Octal 102 202 44
Decimal 66 130 36
Hex 42 82 24

RGB Percentages of Color #428224

%28.45
%56.03
%15.52

CMYK Percentages of Color #428224

%49
%0
%72
%49

Triadic Colors of #428224

#428224 #244282 #822442

Analogous Colors of #428224

#428224 #248235 #718224

Monochromatic Colors of #428224

#428224

Complementary Color

#428224 #642482

#428224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428224 Color CSS Codes

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

#428224 Text Font Color

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

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


#428224 Background Color

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

This div background color is #428224


#428224 Border Color

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

This div border color is #428224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428224


Comments

No comments written yet.

Please login to write comment.