Color Hex Logo

#309001 Color Hex

#309001
(48,144,1)
0 Favorites   0 Comments

Color spaces of #309001

RGB 481441
HSL0.280.990.28
HSV100°99°56°
CMYK 0.670.000.99   0.44
XYZ11.197720.57713.4103
Yxy20.57710.31830.5848
Hunter Lab45.3620-35.320427.2960
CIE-Lab52.4835-50.074355.0315

#309001 color RGB value is (48,144,1).

#309001 hex color red value is 48, green value is 144 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #309001 hue: 0.28 , saturation: 0.99 and the lightness value of 309001 is 0.28.

The process color (four color CMYK) of #309001 color hex is 0.67, 0.00, 0.99, 0.44. Web safe color of #309001 is #339900. Color #309001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010000 00000001
Octal 60 220 1
Decimal 48 144 1
Hex 30 90 1

RGB Percentages of Color #309001

%24.87
%74.61
%0.52

CMYK Percentages of Color #309001

%67
%0
%99
%44

Triadic Colors of #309001

#309001 #013090 #900130

Analogous Colors of #309001

#309001 #01901a #789001

Monochromatic Colors of #309001

#309001

Complementary Color

#309001 #610190

#309001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309001 Color CSS Codes

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

#309001 Text Font Color

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

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


#309001 Background Color

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

This div background color is #309001


#309001 Border Color

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

This div border color is #309001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309001


Comments

No comments written yet.

Please login to write comment.