Shades of Green #198302
Tints of Green #198302
RGB
CMYK
RGB Variations
Color information
#198302 (or 0x198302) is known color: Green. HEX triplet: 19, 83 and 02. RGB value is (25,131,2). Sum of RGB (Red+Green+Blue) = 25+131+2=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #198302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198302 is #E67CFD. Grayscale: #555555. Windows color (decimal): -15105278 or 164633. OLE color: 164633.
HSL color Cylindrical-coordinate representation of color #198302: hue angle of 109.3º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #198302 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 2 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.49 |
| HSL | 109.3º | 0.97% | 0.26% | - |
| HSV(B) | 109.3º | 0.98% | 0.51% | - |
| XYZ | 8.53 | 16.44 | 2.78 | - |
| YUV | 84.6 | 81.38 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 2 | 0.81 | 0 | 0.98 | 0.49 | 109.3 | 0.97 | 0.26 |
| Hex | 19 | 83 | 2 | 51 | 0 | 62 | 31 | 6D | 61 | 1A |
| Octal | 31 | 203 | 2 | 121 | 0 | 142 | 61 | 155 | 141 | 32 |
| Binary | 11001 | 10000011 | 10 | 1010001 | 0 | 1100010 | 110001 | 1101101 | 1100001 | 11010 |
Color Harmonies of #198302
Complementary color
Monochromatic Colors of #198302
Black with #198302
Text Example
Text Example
White with #198302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198302; }
p { color: rgb(25,131,2); }
H1.HeaderClassName
{
color: #198302;
}
.AnyTagClassName
{
color: #198302;
}
</style>
background-color css
<style>
a { background-color: #198302; }
a { background-color: rgb(25,131,2); }
div.DivClassName
{
background-color: #198302;
}
.BgClassName
{
background-color: #198302;
}
</style>
border-color css
<style>
span { border-color: #198302; }
span { border-color: rgb(25,131,2); }
td.TdClassName
{
border-color: #198302;
}
.TagClassName
{
border-color: #198302;
}
</style>