Color Hex Logo

#049c30 Color Hex

#049C30
(4,156,48)
0 Favorites   0 Comments

Color spaces of #049c30

RGB 415648
HSL0.380.950.31
HSV137°97°61°
CMYK 0.970.000.69   0.39
XYZ12.472024.01616.7745
Yxy24.01610.28830.5551
Hunter Lab49.0062-40.332926.1083
CIE-Lab56.1039-56.713445.0665

#049c30 color RGB value is (4,156,48).

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

The process color (four color CMYK) of #049c30 color hex is 0.97, 0.00, 0.69, 0.39. Web safe color of #049c30 is #009933. Color #049c30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011100 00110000
Octal 4 234 60
Decimal 4 156 48
Hex 4 9C 30

RGB Percentages of Color #049c30

%1.92
%75.00
%23.08

CMYK Percentages of Color #049c30

%97
%0
%69
%39

Triadic Colors of #049c30

#049c30 #30049c #9c3004

Analogous Colors of #049c30

#049c30 #049c7c #249c04

Monochromatic Colors of #049c30

#049c30

Complementary Color

#049c30 #9c0470

#049c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049c30 Color CSS Codes

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

#049c30 Text Font Color

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

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


#049c30 Background Color

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

This div background color is #049c30


#049c30 Border Color

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

This div border color is #049c30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,156,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 #049c30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049c30


Comments

No comments written yet.

Please login to write comment.