Shades of Green #198307
Tints of Green #198307
RGB
CMYK
RGB Variations
Color information
#198307 (or 0x198307) is known color: Green. HEX triplet: 19, 83 and 07. RGB value is (25,131,7). Sum of RGB (Red+Green+Blue) = 25+131+7=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 131 (51.56% from 255 or 80.37% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 131 - color contains mainly: green. Hex color #198307 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198307 is #E67CF8. Grayscale: #555555. Windows color (decimal): -15105273 or 492313. OLE color: 492313.
HSL color Cylindrical-coordinate representation of color #198307: hue angle of 111.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #198307 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 7 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.49 |
| HSL | 111.29º | 0.9% | 0.27% | - |
| HSV(B) | 111.29º | 0.95% | 0.51% | - |
| XYZ | 8.56 | 16.45 | 2.93 | - |
| YUV | 85.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 7 | 0.81 | 0 | 0.95 | 0.49 | 111.29 | 0.9 | 0.27 |
| Hex | 19 | 83 | 7 | 51 | 0 | 5F | 31 | 6F | 5A | 1B |
| Octal | 31 | 203 | 7 | 121 | 0 | 137 | 61 | 157 | 132 | 33 |
| Binary | 11001 | 10000011 | 111 | 1010001 | 0 | 1011111 | 110001 | 1101111 | 1011010 | 11011 |
Color Harmonies of #198307
Complementary color
Monochromatic Colors of #198307
Black with #198307
Text Example
Text Example
White with #198307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198307; }
p { color: rgb(25,131,7); }
H1.HeaderClassName
{
color: #198307;
}
.AnyTagClassName
{
color: #198307;
}
</style>
background-color css
<style>
a { background-color: #198307; }
a { background-color: rgb(25,131,7); }
div.DivClassName
{
background-color: #198307;
}
.BgClassName
{
background-color: #198307;
}
</style>
border-color css
<style>
span { border-color: #198307; }
span { border-color: rgb(25,131,7); }
td.TdClassName
{
border-color: #198307;
}
.TagClassName
{
border-color: #198307;
}
</style>