Shades of Green #197500
Tints of Green #197500
RGB
CMYK
RGB Variations
Color information
#197500 (or 0x197500) is known color: Green. HEX triplet: 19, 75 and 00. RGB value is (25,117,0). Sum of RGB (Red+Green+Blue) = 25+117+0=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #197500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197500 is #E68AFF. Grayscale: #4C4C4C. Windows color (decimal): -15108864 or 29977. OLE color: 29977.
HSL color Cylindrical-coordinate representation of color #197500: hue angle of 107.18º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #197500 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.54 |
| HSL | 107.18º | 1% | 0.23% | - |
| HSV(B) | 107.18º | 1% | 0.46% | - |
| XYZ | 6.76 | 12.93 | 2.14 | - |
| YUV | 76.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 0 | 0.79 | 0 | 1 | 0.54 | 107.18 | 1 | 0.23 |
| Hex | 19 | 75 | 0 | 4F | 0 | 64 | 36 | 6B | 64 | 17 |
| Octal | 31 | 165 | 0 | 117 | 0 | 144 | 66 | 153 | 144 | 27 |
| Binary | 11001 | 1110101 | 0 | 1001111 | 0 | 1100100 | 110110 | 1101011 | 1100100 | 10111 |
Color Harmonies of #197500
Complementary color
Monochromatic Colors of #197500
Black with #197500
Text Example
Text Example
White with #197500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197500; }
p { color: rgb(25,117,0); }
H1.HeaderClassName
{
color: #197500;
}
.AnyTagClassName
{
color: #197500;
}
</style>
background-color css
<style>
a { background-color: #197500; }
a { background-color: rgb(25,117,0); }
div.DivClassName
{
background-color: #197500;
}
.BgClassName
{
background-color: #197500;
}
</style>
border-color css
<style>
span { border-color: #197500; }
span { border-color: rgb(25,117,0); }
td.TdClassName
{
border-color: #197500;
}
.TagClassName
{
border-color: #197500;
}
</style>