Color Hex Logo

#197a4d Color Hex

#197A4D
(25,122,77)
0 Favorites   0 Comments

Color spaces of #197a4d

RGB 2512277
HSL0.420.660.29
HSV152°80°48°
CMYK 0.800.000.37   0.52
XYZ8.700014.66169.3926
Yxy14.66160.26560.4476
Hunter Lab38.2905-26.451212.2596
CIE-Lab45.1672-38.315817.0906

#197a4d color RGB value is (25,122,77).

#197a4d hex color red value is 25, green value is 122 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #197a4d hue: 0.42 , saturation: 0.66 and the lightness value of 197a4d is 0.29.

The process color (four color CMYK) of #197a4d color hex is 0.80, 0.00, 0.37, 0.52. Web safe color of #197a4d is #006666. Color #197a4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 01001101
Octal 31 172 115
Decimal 25 122 77
Hex 19 7A 4D

RGB Percentages of Color #197a4d

%11.16
%54.46
%34.38

CMYK Percentages of Color #197a4d

%80
%0
%37
%52

Triadic Colors of #197a4d

#197a4d #4d197a #7a4d19

Analogous Colors of #197a4d

#197a4d #19777a #197a1d

Monochromatic Colors of #197a4d

#197a4d

Complementary Color

#197a4d #7a1946

#197a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#197a4d Color CSS Codes

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

#197a4d Text Font Color

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

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


#197a4d Background Color

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

This div background color is #197a4d


#197a4d Border Color

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

This div border color is #197a4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197a4d


Comments

No comments written yet.

Please login to write comment.