Color Hex Logo

#42a449 Color Hex

#42A449
(66,164,73)
0 Favorites   0 Comments

Color spaces of #42a449

RGB 6616473
HSL0.350.430.45
HSV124°60°64°
CMYK 0.600.000.55   0.36
XYZ16.724828.190210.8631
Yxy28.19020.29980.5054
Hunter Lab53.0944-36.687625.0354
CIE-Lab60.0602-47.661138.3781

#42a449 color RGB value is (66,164,73).

#42a449 hex color red value is 66, green value is 164 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #42a449 hue: 0.35 , saturation: 0.43 and the lightness value of 42a449 is 0.45.

The process color (four color CMYK) of #42a449 color hex is 0.60, 0.00, 0.55, 0.36. Web safe color of #42a449 is #339933. Color #42a449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10100100 01001001
Octal 102 244 111
Decimal 66 164 73
Hex 42 A4 49

RGB Percentages of Color #42a449

%21.78
%54.13
%24.09

CMYK Percentages of Color #42a449

%60
%0
%55
%36

Triadic Colors of #42a449

#42a449 #4942a4 #a44942

Analogous Colors of #42a449

#42a449 #42a47a #6ca442

Monochromatic Colors of #42a449

#42a449

Complementary Color

#42a449 #a4429d

#42a449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42a449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42a449 Color CSS Codes

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

#42a449 Text Font Color

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

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


#42a449 Background Color

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

This div background color is #42a449


#42a449 Border Color

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

This div border color is #42a449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,164,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42a449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42a449;
  -webkit-box-shadow: 1px 1px 3px 2px #42a449;
  box-shadow:         1px 1px 3px 2px #42a449; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42a449


Comments

No comments written yet.

Please login to write comment.