#197200

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

Shades of Green #197200

Tints of Green #197200

Color information

#197200 (or 0x197200) is unknown color: approx Green. HEX triplet: 19, 72 and 00. RGB value is (25,114,0). Sum of RGB (Red+Green+Blue) = 25+114+0=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #197200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197200 is #E68DFF. Grayscale: #4A4A4A. Windows color (decimal): -15109632 or 29209. OLE color: 29209.

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

Color convert

RGB251140-
CMYK0.78010.55
HSL106.84º100%22.35%-
HSV(B)106.84º100%44.71%-
XYZ6.4212.242.02-
YUV74.3986.0192.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 114 (44.92% from 255) = 82.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.99%
G=82.01%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511400.78010.55106.8410022.35
Hex197204E064376b6416
Octal31162011601446715314426
Binary11001111001001001110011001001101111101011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197200; }

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

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

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

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

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

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

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

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