Shades of Green #198208
Tints of Green #198208
RGB
CMYK
RGB Variations
Color information
#198208 (or 0x198208) is known color: Green. HEX triplet: 19, 82 and 08. RGB value is (25,130,8). Sum of RGB (Red+Green+Blue) = 25+130+8=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #198208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198208 is #E67DF7. Grayscale: #555555. Windows color (decimal): -15105528 or 557593. OLE color: 557593.
HSL color Cylindrical-coordinate representation of color #198208: hue angle of 111.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #198208 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 8 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.49 |
| HSL | 111.64º | 0.88% | 0.27% | - |
| HSV(B) | 111.64º | 0.94% | 0.51% | - |
| XYZ | 8.43 | 16.19 | 2.91 | - |
| YUV | 84.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 8 | 0.81 | 0 | 0.94 | 0.49 | 111.64 | 0.88 | 0.27 |
| Hex | 19 | 82 | 8 | 51 | 0 | 5E | 31 | 70 | 58 | 1B |
| Octal | 31 | 202 | 10 | 121 | 0 | 136 | 61 | 160 | 130 | 33 |
| Binary | 11001 | 10000010 | 1000 | 1010001 | 0 | 1011110 | 110001 | 1110000 | 1011000 | 11011 |
Color Harmonies of #198208
Complementary color
Monochromatic Colors of #198208
Black with #198208
Text Example
Text Example
White with #198208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198208; }
p { color: rgb(25,130,8); }
H1.HeaderClassName
{
color: #198208;
}
.AnyTagClassName
{
color: #198208;
}
</style>
background-color css
<style>
a { background-color: #198208; }
a { background-color: rgb(25,130,8); }
div.DivClassName
{
background-color: #198208;
}
.BgClassName
{
background-color: #198208;
}
</style>
border-color css
<style>
span { border-color: #198208; }
span { border-color: rgb(25,130,8); }
td.TdClassName
{
border-color: #198208;
}
.TagClassName
{
border-color: #198208;
}
</style>