Color Hex Logo

#059242 Color Hex

#059242
(5,146,66)
0 Favorites   0 Comments

Color spaces of #059242

RGB 514666
HSL0.410.930.30
HSV146°97°57°
CMYK 0.970.000.55   0.43
XYZ11.324820.98348.6076
Yxy20.98340.27680.5128
Hunter Lab45.8076-36.033720.9243
CIE-Lab52.9313-51.080633.0109

#059242 color RGB value is (5,146,66).

#059242 hex color red value is 5, green value is 146 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #059242 hue: 0.41 , saturation: 0.93 and the lightness value of 059242 is 0.30.

The process color (four color CMYK) of #059242 color hex is 0.97, 0.00, 0.55, 0.43. Web safe color of #059242 is #009933. Color #059242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010010 01000010
Octal 5 222 102
Decimal 5 146 66
Hex 5 92 42

RGB Percentages of Color #059242

%2.30
%67.28
%30.41

CMYK Percentages of Color #059242

%97
%0
%55
%43

Triadic Colors of #059242

#059242 #420592 #924205

Analogous Colors of #059242

#059242 #059289 #0f9205

Monochromatic Colors of #059242

#059242

Complementary Color

#059242 #920555

#059242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059242 Color CSS Codes

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

#059242 Text Font Color

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

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


#059242 Background Color

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

This div background color is #059242


#059242 Border Color

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

This div border color is #059242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059242


Comments

No comments written yet.

Please login to write comment.