Color Hex Logo

#304801 Color Hex

#304801
(48,72,1)
0 Favorites   0 Comments

Color spaces of #304801

RGB 48721
HSL0.220.970.14
HSV80°99°28°
CMYK 0.330.000.99   0.72
XYZ3.54185.26530.8583
Yxy5.26530.36640.5448
Hunter Lab22.9462-12.604113.8446
CIE-Lab27.4776-20.397635.0986

#304801 color RGB value is (48,72,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001000 00000001
Octal 60 110 1
Decimal 48 72 1
Hex 30 48 1

RGB Percentages of Color #304801

%39.67
%59.50
%0.83

CMYK Percentages of Color #304801

%33
%0
%99
%72

Triadic Colors of #304801

#304801 #013048 #480130

Analogous Colors of #304801

#304801 #0d4801 #483d01

Monochromatic Colors of #304801

#304801

Complementary Color

#304801 #190148

#304801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304801 Color CSS Codes

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

#304801 Text Font Color

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

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


#304801 Background Color

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

This div background color is #304801


#304801 Border Color

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

This div border color is #304801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304801


Comments

No comments written yet.

Please login to write comment.