Shades of Green #197100
Tints of Green #197100
RGB
CMYK
RGB Variations
Color information
#197100 (or 0x197100) is known color: Green. HEX triplet: 19, 71 and 00. RGB value is (25,113,0). Sum of RGB (Red+Green+Blue) = 25+113+0=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #197100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197100 is #E68EFF. Grayscale: #4A4A4A. Windows color (decimal): -15109888 or 28953. OLE color: 28953.
HSL color Cylindrical-coordinate representation of color #197100: hue angle of 106.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #197100 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.56 |
| HSL | 106.73º | 1% | 0.22% | - |
| HSV(B) | 106.73º | 1% | 0.44% | - |
| XYZ | 6.31 | 12.02 | 1.99 | - |
| YUV | 73.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 0 | 0.78 | 0 | 1 | 0.56 | 106.73 | 1 | 0.22 |
| Hex | 19 | 71 | 0 | 4E | 0 | 64 | 38 | 6B | 64 | 16 |
| Octal | 31 | 161 | 0 | 116 | 0 | 144 | 70 | 153 | 144 | 26 |
| Binary | 11001 | 1110001 | 0 | 1001110 | 0 | 1100100 | 111000 | 1101011 | 1100100 | 10110 |
Color Harmonies of #197100
Complementary color
Monochromatic Colors of #197100
Black with #197100
Text Example
Text Example
White with #197100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197100; }
p { color: rgb(25,113,0); }
H1.HeaderClassName
{
color: #197100;
}
.AnyTagClassName
{
color: #197100;
}
</style>
background-color css
<style>
a { background-color: #197100; }
a { background-color: rgb(25,113,0); }
div.DivClassName
{
background-color: #197100;
}
.BgClassName
{
background-color: #197100;
}
</style>
border-color css
<style>
span { border-color: #197100; }
span { border-color: rgb(25,113,0); }
td.TdClassName
{
border-color: #197100;
}
.TagClassName
{
border-color: #197100;
}
</style>