Shades of Green #198002
Tints of Green #198002
RGB
CMYK
RGB Variations
Color information
#198002 (or 0x198002) is known color: Green. HEX triplet: 19, 80 and 02. RGB value is (25,128,2). Sum of RGB (Red+Green+Blue) = 25+128+2=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #198002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198002 is #E67FFD. Grayscale: #535353. Windows color (decimal): -15106046 or 163865. OLE color: 163865.
HSL color Cylindrical-coordinate representation of color #198002: hue angle of 109.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #198002 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 2 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.50 |
| HSL | 109.05º | 0.97% | 0.25% | - |
| HSV(B) | 109.05º | 0.98% | 0.5% | - |
| XYZ | 8.13 | 15.65 | 2.65 | - |
| YUV | 82.84 | 82.38 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 2 | 0.80 | 0 | 0.98 | 0.50 | 109.05 | 0.97 | 0.25 |
| Hex | 19 | 80 | 2 | 50 | 0 | 62 | 32 | 6D | 61 | 19 |
| Octal | 31 | 200 | 2 | 120 | 0 | 142 | 62 | 155 | 141 | 31 |
| Binary | 11001 | 10000000 | 10 | 1010000 | 0 | 1100010 | 110010 | 1101101 | 1100001 | 11001 |
Color Harmonies of #198002
Complementary color
Monochromatic Colors of #198002
Black with #198002
Text Example
Text Example
White with #198002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198002; }
p { color: rgb(25,128,2); }
H1.HeaderClassName
{
color: #198002;
}
.AnyTagClassName
{
color: #198002;
}
</style>
background-color css
<style>
a { background-color: #198002; }
a { background-color: rgb(25,128,2); }
div.DivClassName
{
background-color: #198002;
}
.BgClassName
{
background-color: #198002;
}
</style>
border-color css
<style>
span { border-color: #198002; }
span { border-color: rgb(25,128,2); }
td.TdClassName
{
border-color: #198002;
}
.TagClassName
{
border-color: #198002;
}
</style>