Color Hex Logo

#199239 Color Hex

#199239
(25,146,57)
0 Favorites   0 Comments

Color spaces of #199239

RGB 2514657
HSL0.380.710.34
HSV136°83°57°
CMYK 0.830.000.61   0.43
XYZ11.418321.05987.3340
Yxy21.05980.28680.5290
Hunter Lab45.8910-35.895922.6483
CIE-Lab53.0149-50.765537.6163

#199239 color RGB value is (25,146,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010010 00111001
Octal 31 222 71
Decimal 25 146 57
Hex 19 92 39

RGB Percentages of Color #199239

%10.96
%64.04
%25.00

CMYK Percentages of Color #199239

%83
%0
%61
%43

Triadic Colors of #199239

#199239 #391992 #923919

Analogous Colors of #199239

#199239 #199276 #369219

Monochromatic Colors of #199239

#199239

Complementary Color

#199239 #921972

#199239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199239 Color CSS Codes

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

#199239 Text Font Color

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

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


#199239 Background Color

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

This div background color is #199239


#199239 Border Color

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

This div border color is #199239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199239


Comments

No comments written yet.

Please login to write comment.