Shades of Green #197209
Tints of Green #197209
RGB
CMYK
RGB Variations
Color information
#197209 (or 0x197209) is known color: Green. HEX triplet: 19, 72 and 09. RGB value is (25,114,9). Sum of RGB (Red+Green+Blue) = 25+114+9=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #197209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197209 is #E68DF6. Grayscale: #4B4B4B. Windows color (decimal): -15109623 or 619033. OLE color: 619033.
HSL color Cylindrical-coordinate representation of color #197209: hue angle of 110.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #197209 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 9 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.55 |
| HSL | 110.86º | 0.85% | 0.24% | - |
| HSV(B) | 110.86º | 0.92% | 0.45% | - |
| XYZ | 6.47 | 12.26 | 2.28 | - |
| YUV | 75.42 | 90.51 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 9 | 0.78 | 0 | 0.92 | 0.55 | 110.86 | 0.85 | 0.24 |
| Hex | 19 | 72 | 9 | 4E | 0 | 5C | 37 | 6F | 55 | 18 |
| Octal | 31 | 162 | 11 | 116 | 0 | 134 | 67 | 157 | 125 | 30 |
| Binary | 11001 | 1110010 | 1001 | 1001110 | 0 | 1011100 | 110111 | 1101111 | 1010101 | 11000 |
Color Harmonies of #197209
Complementary color
Monochromatic Colors of #197209
Black with #197209
Text Example
Text Example
White with #197209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197209; }
p { color: rgb(25,114,9); }
H1.HeaderClassName
{
color: #197209;
}
.AnyTagClassName
{
color: #197209;
}
</style>
background-color css
<style>
a { background-color: #197209; }
a { background-color: rgb(25,114,9); }
div.DivClassName
{
background-color: #197209;
}
.BgClassName
{
background-color: #197209;
}
</style>
border-color css
<style>
span { border-color: #197209; }
span { border-color: rgb(25,114,9); }
td.TdClassName
{
border-color: #197209;
}
.TagClassName
{
border-color: #197209;
}
</style>