#197201

Color #197201 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #197201

Tints of Green #197201

Color information

#197201 (or 0x197201) is unknown color: approx Green. HEX triplet: 19, 72 and 01. RGB value is (25,114,1). Sum of RGB (Red+Green+Blue) = 25+114+1=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #197201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197201 is #E68DFE. Grayscale: #4A4A4A. Windows color (decimal): -15109631 or 94745. OLE color: 94745.

HSL color Cylindrical-coordinate representation of color #197201: hue angle of 107.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #197201 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB251141-
CMYK0.7800.990.55
HSL107.26º98.26%22.55%-
HSV(B)107.26º99.12%44.71%-
XYZ6.4212.242.05-
YUV74.5186.5192.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 114 (44.92% from 255) = 81.43%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=17.86%
G=81.43%
B=0.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511410.7800.990.55107.2698.2622.55
Hex197214E063376b6217
Octal31162111601436715314227
Binary11001111001011001110011000111101111101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197201; }

 p { color: rgb(25,114,1); }

 H1.HeaderClassName
 {
   color: #197201;
 }
 .AnyTagClassName
 {
   color: #197201;
 }
</style>
background-color css

<style>
 a { background-color: #197201; }

 a { background-color: rgb(25,114,1); }

 div.DivClassName
 {
   background-color: #197201;
 }
 .BgClassName
 {
   background-color: #197201;
 }
</style>
border-color css

<style>
 span { border-color: #197201; }

 span { border-color: rgb(25,114,1); }

 td.TdClassName
 {
   border-color: #197201;
 }
 .TagClassName
 {
   border-color: #197201;
 }
</style>