Color Hex Logo

#307901 Color Hex

#307901
(48,121,1)
0 Favorites   0 Comments

Color spaces of #307901

RGB 481211
HSL0.270.980.24
HSV97°99°47°
CMYK 0.600.000.99   0.53
XYZ8.061814.30532.3650
Yxy14.30530.32600.5784
Hunter Lab37.8223-28.142022.7683
CIE-Lab44.6676-41.813048.7968

#307901 color RGB value is (48,121,1).

#307901 hex color red value is 48, green value is 121 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #307901 hue: 0.27 , saturation: 0.98 and the lightness value of 307901 is 0.24.

The process color (four color CMYK) of #307901 color hex is 0.60, 0.00, 0.99, 0.53. Web safe color of #307901 is #336600. Color #307901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111001 00000001
Octal 60 171 1
Decimal 48 121 1
Hex 30 79 1

RGB Percentages of Color #307901

%28.24
%71.18
%0.59

CMYK Percentages of Color #307901

%60
%0
%99
%53

Triadic Colors of #307901

#307901 #013079 #790130

Analogous Colors of #307901

#307901 #01790e #6c7901

Monochromatic Colors of #307901

#307901

Complementary Color

#307901 #4a0179

#307901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307901 Color CSS Codes

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

#307901 Text Font Color

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

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


#307901 Background Color

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

This div background color is #307901


#307901 Border Color

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

This div border color is #307901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307901


Comments

No comments written yet.

Please login to write comment.