Shades of Green #197202
Tints of Green #197202
RGB
CMYK
RGB Variations
Color information
#197202 (or 0x197202) is known color: 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
| RGB | 25 | 114 | 2 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.55 |
| HSL | 107.68º | 0.97% | 0.23% | - |
| HSV(B) | 107.68º | 0.98% | 0.45% | - |
| XYZ | 6.43 | 12.25 | 2.08 | - |
| YUV | 74.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 2 | 0.78 | 0 | 0.98 | 0.55 | 107.68 | 0.97 | 0.23 |
| Hex | 19 | 72 | 2 | 4E | 0 | 62 | 37 | 6C | 61 | 17 |
| Octal | 31 | 162 | 2 | 116 | 0 | 142 | 67 | 154 | 141 | 27 |
| Binary | 11001 | 1110010 | 10 | 1001110 | 0 | 1100010 | 110111 | 1101100 | 1100001 | 10111 |
Color Harmonies of #197202
Complementary color
Monochromatic Colors of #197202
Black with #197202
Text Example
Text Example
White with #197202
Text Example
Text Example
HTML Codes & Css Web 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>