Color Hex Logo

#428628 Color Hex

#428628
(66,134,40)
0 Favorites   0 Comments

Color spaces of #428628

RGB 6613440
HSL0.290.540.34
HSV103°70°53°
CMYK 0.510.000.70   0.47
XYZ11.154918.36164.9637
Yxy18.36160.32350.5325
Hunter Lab42.8504-28.520823.1273
CIE-Lab49.9318-39.388242.2294

#428628 color RGB value is (66,134,40).

#428628 hex color red value is 66, green value is 134 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #428628 hue: 0.29 , saturation: 0.54 and the lightness value of 428628 is 0.34.

The process color (four color CMYK) of #428628 color hex is 0.51, 0.00, 0.70, 0.47. Web safe color of #428628 is #339933. Color #428628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 00101000
Octal 102 206 50
Decimal 66 134 40
Hex 42 86 28

RGB Percentages of Color #428628

%27.50
%55.83
%16.67

CMYK Percentages of Color #428628

%51
%0
%70
%47

Triadic Colors of #428628

#428628 #284286 #862842

Analogous Colors of #428628

#428628 #28863d #718628

Monochromatic Colors of #428628

#428628

Complementary Color

#428628 #6c2886

#428628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428628 Color CSS Codes

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

#428628 Text Font Color

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

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


#428628 Background Color

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

This div background color is #428628


#428628 Border Color

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

This div border color is #428628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428628


Comments

No comments written yet.

Please login to write comment.