Shades of Green #197308
Tints of Green #197308
RGB
CMYK
RGB Variations
Color information
#197308 (or 0x197308) is known color: Green. HEX triplet: 19, 73 and 08. RGB value is (25,115,8). Sum of RGB (Red+Green+Blue) = 25+115+8=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #197308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197308 is #E68CF7. Grayscale: #4C4C4C. Windows color (decimal): -15109368 or 553753. OLE color: 553753.
HSL color Cylindrical-coordinate representation of color #197308: hue angle of 110.47º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #197308 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 8 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.55 |
| HSL | 110.47º | 0.87% | 0.24% | - |
| HSV(B) | 110.47º | 0.93% | 0.45% | - |
| XYZ | 6.58 | 12.49 | 2.29 | - |
| YUV | 75.89 | 89.68 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 8 | 0.78 | 0 | 0.93 | 0.55 | 110.47 | 0.87 | 0.24 |
| Hex | 19 | 73 | 8 | 4E | 0 | 5D | 37 | 6E | 57 | 18 |
| Octal | 31 | 163 | 10 | 116 | 0 | 135 | 67 | 156 | 127 | 30 |
| Binary | 11001 | 1110011 | 1000 | 1001110 | 0 | 1011101 | 110111 | 1101110 | 1010111 | 11000 |
Color Harmonies of #197308
Complementary color
Monochromatic Colors of #197308
Black with #197308
Text Example
Text Example
White with #197308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197308; }
p { color: rgb(25,115,8); }
H1.HeaderClassName
{
color: #197308;
}
.AnyTagClassName
{
color: #197308;
}
</style>
background-color css
<style>
a { background-color: #197308; }
a { background-color: rgb(25,115,8); }
div.DivClassName
{
background-color: #197308;
}
.BgClassName
{
background-color: #197308;
}
</style>
border-color css
<style>
span { border-color: #197308; }
span { border-color: rgb(25,115,8); }
td.TdClassName
{
border-color: #197308;
}
.TagClassName
{
border-color: #197308;
}
</style>