Color Hex Logo

#304912 Color Hex

#304912
(48,73,18)
0 Favorites   0 Comments

Color spaces of #304912

RGB 487318
HSL0.240.600.18
HSV87°75°29°
CMYK 0.340.000.75   0.71
XYZ3.71065.43711.4262
Yxy5.43710.35090.5142
Hunter Lab23.3176-12.400512.6959
CIE-Lab27.9454-19.802028.6229

#304912 color RGB value is (48,73,18).

#304912 hex color red value is 48, green value is 73 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #304912 hue: 0.24 , saturation: 0.60 and the lightness value of 304912 is 0.18.

The process color (four color CMYK) of #304912 color hex is 0.34, 0.00, 0.75, 0.71. Web safe color of #304912 is #333300. Color #304912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 00010010
Octal 60 111 22
Decimal 48 73 18
Hex 30 49 12

RGB Percentages of Color #304912

%34.53
%52.52
%12.95

CMYK Percentages of Color #304912

%34
%0
%75
%71

Triadic Colors of #304912

#304912 #123049 #491230

Analogous Colors of #304912

#304912 #154912 #494712

Monochromatic Colors of #304912

#304912

Complementary Color

#304912 #2b1249

#304912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304912 Color CSS Codes

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

#304912 Text Font Color

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

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


#304912 Background Color

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

This div background color is #304912


#304912 Border Color

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

This div border color is #304912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304912


Comments

No comments written yet.

Please login to write comment.