Color Hex Logo

#428d2d Color Hex

#428D2D
(66,141,45)
0 Favorites   0 Comments

Color spaces of #428d2d

RGB 6614145
HSL0.300.520.36
HSV107°68°55°
CMYK 0.530.000.68   0.45
XYZ12.245320.39755.7743
Yxy20.39750.31870.5309
Hunter Lab45.1636-30.639224.0341
CIE-Lab52.2837-41.795842.5896

#428d2d color RGB value is (66,141,45).

#428d2d hex color red value is 66, green value is 141 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #428d2d hue: 0.30 , saturation: 0.52 and the lightness value of 428d2d is 0.36.

The process color (four color CMYK) of #428d2d color hex is 0.53, 0.00, 0.68, 0.45. Web safe color of #428d2d is #339933. Color #428d2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 00101101
Octal 102 215 55
Decimal 66 141 45
Hex 42 8D 2D

RGB Percentages of Color #428d2d

%26.19
%55.95
%17.86

CMYK Percentages of Color #428d2d

%53
%0
%68
%45

Triadic Colors of #428d2d

#428d2d #2d428d #8d2d42

Analogous Colors of #428d2d

#428d2d #2d8d48 #728d2d

Monochromatic Colors of #428d2d

#428d2d

Complementary Color

#428d2d #782d8d

#428d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#428d2d Color CSS Codes

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

#428d2d Text Font Color

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

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


#428d2d Background Color

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

This div background color is #428d2d


#428d2d Border Color

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

This div border color is #428d2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,141,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428d2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428d2d;
  -webkit-box-shadow: 1px 1px 3px 2px #428d2d;
  box-shadow:         1px 1px 3px 2px #428d2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428d2d


Comments

No comments written yet.

Please login to write comment.