Shades of Green #197304
Tints of Green #197304
RGB
CMYK
RGB Variations
Color information
#197304 (or 0x197304) is known color: Green. HEX triplet: 19, 73 and 04. RGB value is (25,115,4). Sum of RGB (Red+Green+Blue) = 25+115+4=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 115 (45.31% from 255 or 79.86% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 115 - color contains mainly: green. Hex color #197304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197304 is #E68CFB. Grayscale: #4B4B4B. Windows color (decimal): -15109372 or 291609. OLE color: 291609.
HSL color Cylindrical-coordinate representation of color #197304: hue angle of 108.65º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #197304 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 4 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.55 |
| HSL | 108.65º | 0.93% | 0.23% | - |
| HSV(B) | 108.65º | 0.97% | 0.45% | - |
| XYZ | 6.55 | 12.48 | 2.18 | - |
| YUV | 75.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 4 | 0.78 | 0 | 0.97 | 0.55 | 108.65 | 0.93 | 0.23 |
| Hex | 19 | 73 | 4 | 4E | 0 | 61 | 37 | 6D | 5D | 17 |
| Octal | 31 | 163 | 4 | 116 | 0 | 141 | 67 | 155 | 135 | 27 |
| Binary | 11001 | 1110011 | 100 | 1001110 | 0 | 1100001 | 110111 | 1101101 | 1011101 | 10111 |
Color Harmonies of #197304
Complementary color
Monochromatic Colors of #197304
Black with #197304
Text Example
Text Example
White with #197304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197304; }
p { color: rgb(25,115,4); }
H1.HeaderClassName
{
color: #197304;
}
.AnyTagClassName
{
color: #197304;
}
</style>
background-color css
<style>
a { background-color: #197304; }
a { background-color: rgb(25,115,4); }
div.DivClassName
{
background-color: #197304;
}
.BgClassName
{
background-color: #197304;
}
</style>
border-color css
<style>
span { border-color: #197304; }
span { border-color: rgb(25,115,4); }
td.TdClassName
{
border-color: #197304;
}
.TagClassName
{
border-color: #197304;
}
</style>