Color Hex Logo

#199219 Color Hex

#199219
(25,146,25)
0 Favorites   0 Comments

Color spaces of #199219

RGB 2514625
HSL0.330.710.34
HSV120°83°57°
CMYK 0.830.000.83   0.43
XYZ10.855320.83464.3691
Yxy20.83460.30100.5778
Hunter Lab45.6449-37.427726.2763
CIE-Lab52.7680-53.824850.0944

#199219 color RGB value is (25,146,25).

#199219 hex color red value is 25, green value is 146 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #199219 hue: 0.33 , saturation: 0.71 and the lightness value of 199219 is 0.34.

The process color (four color CMYK) of #199219 color hex is 0.83, 0.00, 0.83, 0.43. Web safe color of #199219 is #009900. Color #199219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010010 00011001
Octal 31 222 31
Decimal 25 146 25
Hex 19 92 19

RGB Percentages of Color #199219

%12.76
%74.49
%12.76

CMYK Percentages of Color #199219

%83
%0
%83
%43

Triadic Colors of #199219

#199219 #191992 #921919

Analogous Colors of #199219

#199219 #199256 #559219

Monochromatic Colors of #199219

#199219

Complementary Color

#199219 #921992

#199219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199219 Color CSS Codes

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

#199219 Text Font Color

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

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


#199219 Background Color

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

This div background color is #199219


#199219 Border Color

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

This div border color is #199219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199219


Comments

No comments written yet.

Please login to write comment.