Color Hex Logo

#428741 Color Hex

#428741
(66,135,65)
0 Favorites   0 Comments

Color spaces of #428741

RGB 6613565
HSL0.330.350.39
HSV119°52°53°
CMYK 0.510.000.52   0.47
XYZ11.864918.86798.0175
Yxy18.86790.30620.4869
Hunter Lab43.4372-27.257719.4625
CIE-Lab50.5323-36.889230.8828

#428741 color RGB value is (66,135,65).

#428741 hex color red value is 66, green value is 135 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #428741 hue: 0.33 , saturation: 0.35 and the lightness value of 428741 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 01000001
Octal 102 207 101
Decimal 66 135 65
Hex 42 87 41

RGB Percentages of Color #428741

%24.81
%50.75
%24.44

CMYK Percentages of Color #428741

%51
%0
%52
%47

Triadic Colors of #428741

#428741 #414287 #874142

Analogous Colors of #428741

#428741 #418763 #658741

Monochromatic Colors of #428741

#428741

Complementary Color

#428741 #864187

#428741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#428741 Color CSS Codes

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

#428741 Text Font Color

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

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


#428741 Background Color

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

This div background color is #428741


#428741 Border Color

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

This div border color is #428741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428741


Comments

No comments written yet.

Please login to write comment.