Color Hex Logo

#048032 Color Hex

#048032
(4,128,50)
0 Favorites   0 Comments

Color spaces of #048032

RGB 412850
HSL0.400.940.26
HSV142°97°50°
CMYK 0.970.000.61   0.50
XYZ8.345015.69445.6071
Yxy15.69440.28150.5294
Hunter Lab39.6162-31.727919.3397
CIE-Lab46.5710-47.474233.4725

#048032 color RGB value is (4,128,50).

#048032 hex color red value is 4, green value is 128 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #048032 hue: 0.40 , saturation: 0.94 and the lightness value of 048032 is 0.26.

The process color (four color CMYK) of #048032 color hex is 0.97, 0.00, 0.61, 0.50. Web safe color of #048032 is #009933. Color #048032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000000 00110010
Octal 4 200 62
Decimal 4 128 50
Hex 4 80 32

RGB Percentages of Color #048032

%2.20
%70.33
%27.47

CMYK Percentages of Color #048032

%97
%0
%61
%50

Triadic Colors of #048032

#048032 #320480 #803204

Analogous Colors of #048032

#048032 #048070 #148004

Monochromatic Colors of #048032

#048032

Complementary Color

#048032 #800452

#048032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048032 Color CSS Codes

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

#048032 Text Font Color

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

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


#048032 Background Color

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

This div background color is #048032


#048032 Border Color

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

This div border color is #048032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048032


Comments

No comments written yet.

Please login to write comment.