Color Hex Logo

#309019 Color Hex

#309019
(48,144,25)
0 Favorites   0 Comments

Color spaces of #309019

RGB 4814425
HSL0.300.700.33
HSV108°83°56°
CMYK 0.670.000.83   0.44
XYZ11.367720.64514.3055
Yxy20.64510.31300.5684
Hunter Lab45.4369-34.856226.1876
CIE-Lab52.5589-49.164950.0677

#309019 color RGB value is (48,144,25).

#309019 hex color red value is 48, green value is 144 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #309019 hue: 0.30 , saturation: 0.70 and the lightness value of 309019 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010000 00011001
Octal 60 220 31
Decimal 48 144 25
Hex 30 90 19

RGB Percentages of Color #309019

%22.12
%66.36
%11.52

CMYK Percentages of Color #309019

%67
%0
%83
%44

Triadic Colors of #309019

#309019 #193090 #901930

Analogous Colors of #309019

#309019 #19903d #6c9019

Monochromatic Colors of #309019

#309019

Complementary Color

#309019 #791990

#309019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309019 Color CSS Codes

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

#309019 Text Font Color

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

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


#309019 Background Color

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

This div background color is #309019


#309019 Border Color

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

This div border color is #309019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309019


Comments

No comments written yet.

Please login to write comment.