Color Hex Logo

#197920 Color Hex

#197920
(25,121,32)
0 Favorites   0 Comments

Color spaces of #197920

RGB 2512132
HSL0.350.660.29
HSV124°79°47°
CMYK 0.790.000.74   0.53
XYZ7.499013.98573.6708
Yxy13.98570.29810.5560
Hunter Lab37.3975-29.652420.3585
CIE-Lab44.2124-45.086839.2049

#197920 color RGB value is (25,121,32).

#197920 hex color red value is 25, green value is 121 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #197920 hue: 0.35 , saturation: 0.66 and the lightness value of 197920 is 0.29.

The process color (four color CMYK) of #197920 color hex is 0.79, 0.00, 0.74, 0.53. Web safe color of #197920 is #006633. Color #197920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111001 00100000
Octal 31 171 40
Decimal 25 121 32
Hex 19 79 20

RGB Percentages of Color #197920

%14.04
%67.98
%17.98

CMYK Percentages of Color #197920

%79
%0
%74
%53

Triadic Colors of #197920

#197920 #201979 #792019

Analogous Colors of #197920

#197920 #197950 #427919

Monochromatic Colors of #197920

#197920

Complementary Color

#197920 #791972

#197920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197920 Color CSS Codes

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

#197920 Text Font Color

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

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


#197920 Background Color

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

This div background color is #197920


#197920 Border Color

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

This div border color is #197920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197920


Comments

No comments written yet.

Please login to write comment.