Shades of Green #198301
Tints of Green #198301
RGB
CMYK
RGB Variations
Color information
#198301 (or 0x198301) is known color: Green. HEX triplet: 19, 83 and 01. RGB value is (25,131,1). Sum of RGB (Red+Green+Blue) = 25+131+1=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 131 (51.56% from 255 or 83.44% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 131 - color contains mainly: green. Hex color #198301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198301 is #E67CFE. Grayscale: #545454. Windows color (decimal): -15105279 or 99097. OLE color: 99097.
HSL color Cylindrical-coordinate representation of color #198301: hue angle of 108.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #198301 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 1 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.49 |
| HSL | 108.92º | 0.98% | 0.26% | - |
| HSV(B) | 108.92º | 0.99% | 0.51% | - |
| XYZ | 8.52 | 16.44 | 2.75 | - |
| YUV | 84.49 | 80.88 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 1 | 0.81 | 0 | 0.99 | 0.49 | 108.92 | 0.98 | 0.26 |
| Hex | 19 | 83 | 1 | 51 | 0 | 63 | 31 | 6D | 62 | 1A |
| Octal | 31 | 203 | 1 | 121 | 0 | 143 | 61 | 155 | 142 | 32 |
| Binary | 11001 | 10000011 | 1 | 1010001 | 0 | 1100011 | 110001 | 1101101 | 1100010 | 11010 |
Color Harmonies of #198301
Complementary color
Monochromatic Colors of #198301
Black with #198301
Text Example
Text Example
White with #198301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198301; }
p { color: rgb(25,131,1); }
H1.HeaderClassName
{
color: #198301;
}
.AnyTagClassName
{
color: #198301;
}
</style>
background-color css
<style>
a { background-color: #198301; }
a { background-color: rgb(25,131,1); }
div.DivClassName
{
background-color: #198301;
}
.BgClassName
{
background-color: #198301;
}
</style>
border-color css
<style>
span { border-color: #198301; }
span { border-color: rgb(25,131,1); }
td.TdClassName
{
border-color: #198301;
}
.TagClassName
{
border-color: #198301;
}
</style>