Color Hex Logo

#049530 Color Hex

#049530
(4,149,48)
0 Favorites   0 Comments

Color spaces of #049530

RGB 414948
HSL0.380.950.30
HSV138°97°58°
CMYK 0.970.000.68   0.42
XYZ11.331021.73416.3942
Yxy21.73410.28720.5508
Hunter Lab46.6198-38.200124.5019
CIE-Lab53.7437-54.537542.5089

#049530 color RGB value is (4,149,48).

#049530 hex color red value is 4, green value is 149 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #049530 hue: 0.38 , saturation: 0.95 and the lightness value of 049530 is 0.30.

The process color (four color CMYK) of #049530 color hex is 0.97, 0.00, 0.68, 0.42. Web safe color of #049530 is #009933. Color #049530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010101 00110000
Octal 4 225 60
Decimal 4 149 48
Hex 4 95 30

RGB Percentages of Color #049530

%1.99
%74.13
%23.88

CMYK Percentages of Color #049530

%97
%0
%68
%42

Triadic Colors of #049530

#049530 #300495 #953004

Analogous Colors of #049530

#049530 #049579 #219504

Monochromatic Colors of #049530

#049530

Complementary Color

#049530 #950469

#049530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049530 Color CSS Codes

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

#049530 Text Font Color

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

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


#049530 Background Color

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

This div background color is #049530


#049530 Border Color

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

This div border color is #049530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,149,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049530;
  -webkit-box-shadow: 1px 1px 3px 2px #049530;
  box-shadow:         1px 1px 3px 2px #049530; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049530


Comments

No comments written yet.

Please login to write comment.