Color Hex Logo

#197813 Color Hex

#197813
(25,120,19)
0 Favorites   0 Comments

Color spaces of #197813

RGB 2512019
HSL0.320.730.27
HSV116°84°47°
CMYK 0.790.000.84   0.53
XYZ7.234913.68662.8766
Yxy13.68660.30400.5751
Hunter Lab36.9954-29.834121.2867
CIE-Lab43.7801-45.770943.5025

#197813 color RGB value is (25,120,19).

#197813 hex color red value is 25, green value is 120 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #197813 hue: 0.32 , saturation: 0.73 and the lightness value of 197813 is 0.27.

The process color (four color CMYK) of #197813 color hex is 0.79, 0.00, 0.84, 0.53. Web safe color of #197813 is #006600. Color #197813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111000 00010011
Octal 31 170 23
Decimal 25 120 19
Hex 19 78 13

RGB Percentages of Color #197813

%15.24
%73.17
%11.59

CMYK Percentages of Color #197813

%79
%0
%84
%53

Triadic Colors of #197813

#197813 #131978 #781319

Analogous Colors of #197813

#197813 #137840 #4c7813

Monochromatic Colors of #197813

#197813

Complementary Color

#197813 #721378

#197813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197813 Color CSS Codes

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

#197813 Text Font Color

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

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


#197813 Background Color

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

This div background color is #197813


#197813 Border Color

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

This div border color is #197813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197813


Comments

No comments written yet.

Please login to write comment.