#197202

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

Shades of Green #197202

Tints of Green #197202

Color information

#197202 (or 0x197202) is unknown color: approx Green. HEX triplet: 19, 72 and 02. RGB value is (25,114,2). Sum of RGB (Red+Green+Blue) = 25+114+2=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #197202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197202 is #E68DFD. Grayscale: #4A4A4A. Windows color (decimal): -15109630 or 160281. OLE color: 160281.

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

Color convert

RGB251142-
CMYK0.7800.980.55
HSL107.68º96.55%22.75%-
HSV(B)107.68º98.25%44.71%-
XYZ6.4312.252.08-
YUV74.6287.0192.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 114 (44.92% from 255) = 80.85%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=17.73%
G=80.85%
B=1.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511420.7800.980.55107.6896.5522.75
Hex197224E062376c6117
Octal31162211601426715414127
Binary110011110010101001110011000101101111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197202; }

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

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

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

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

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

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

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

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