Color Hex Logo

#309417 Color Hex

#309417
(48,148,23)
0 Favorites   0 Comments

Color spaces of #309417

RGB 4814823
HSL0.300.730.34
HSV108°84°58°
CMYK 0.680.000.84   0.42
XYZ11.963521.87004.4014
Yxy21.87000.31290.5720
Hunter Lab46.7654-36.175627.1556
CIE-Lab53.8888-50.666651.8585

#309417 color RGB value is (48,148,23).

#309417 hex color red value is 48, green value is 148 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #309417 hue: 0.30 , saturation: 0.73 and the lightness value of 309417 is 0.34.

The process color (four color CMYK) of #309417 color hex is 0.68, 0.00, 0.84, 0.42. Web safe color of #309417 is #339900. Color #309417 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010100 00010111
Octal 60 224 27
Decimal 48 148 23
Hex 30 94 17

RGB Percentages of Color #309417

%21.92
%67.58
%10.50

CMYK Percentages of Color #309417

%68
%0
%84
%42

Triadic Colors of #309417

#309417 #173094 #941730

Analogous Colors of #309417

#309417 #17943d #6f9417

Monochromatic Colors of #309417

#309417

Complementary Color

#309417 #7b1794

#309417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309417 Color CSS Codes

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

#309417 Text Font Color

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

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


#309417 Background Color

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

This div background color is #309417


#309417 Border Color

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

This div border color is #309417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309417


Comments

No comments written yet.

Please login to write comment.