Color Hex Logo

#304800 Color Hex

#304800
(48,72,0)
0 Favorites   0 Comments

Color spaces of #304800

RGB 48720
HSL0.221.000.14
HSV80°100°28°
CMYK 0.330.001.00   0.72
XYZ3.53635.26310.8295
Yxy5.26310.36730.5466
Hunter Lab22.9414-12.632713.9152
CIE-Lab27.4716-20.458035.5001

#304800 color RGB value is (48,72,0).

#304800 hex color red value is 48, green value is 72 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #304800 hue: 0.22 , saturation: 1.00 and the lightness value of 304800 is 0.14.

The process color (four color CMYK) of #304800 color hex is 0.33, 0.00, 1.00, 0.72. Web safe color of #304800 is #333300. Color #304800 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001000 00000000
Octal 60 110 0
Decimal 48 72 0
Hex 30 48 0

RGB Percentages of Color #304800

%40.00
%60.00
%0.00

CMYK Percentages of Color #304800

%33
%0
%100
%72

Triadic Colors of #304800

#304800 #003048 #480030

Analogous Colors of #304800

#304800 #0c4800 #483c00

Monochromatic Colors of #304800

#304800

Complementary Color

#304800 #180048

#304800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304800 Color CSS Codes

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

#304800 Text Font Color

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

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


#304800 Background Color

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

This div background color is #304800


#304800 Border Color

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

This div border color is #304800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304800


Comments

No comments written yet.

Please login to write comment.