Shades of Green #196300
Tints of Green #196300
RGB
CMYK
RGB Variations
Color information
#196300 (or 0x196300) is known color: Green. HEX triplet: 19, 63 and 00. RGB value is (25,99,0). Sum of RGB (Red+Green+Blue) = 25+99+0=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #196300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196300 is #E69CFF. Grayscale: #414141. Windows color (decimal): -15113472 or 25369. OLE color: 25369.
HSL color Cylindrical-coordinate representation of color #196300: hue angle of 104.85º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #196300 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.61 |
| HSL | 104.85º | 1% | 0.19% | - |
| HSV(B) | 104.85º | 1% | 0.39% | - |
| XYZ | 4.86 | 9.13 | 1.51 | - |
| YUV | 65.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 0 | 0.75 | 0 | 1 | 0.61 | 104.85 | 1 | 0.19 |
| Hex | 19 | 63 | 0 | 4B | 0 | 64 | 3D | 69 | 64 | 13 |
| Octal | 31 | 143 | 0 | 113 | 0 | 144 | 75 | 151 | 144 | 23 |
| Binary | 11001 | 1100011 | 0 | 1001011 | 0 | 1100100 | 111101 | 1101001 | 1100100 | 10011 |
Color Harmonies of #196300
Complementary color
Monochromatic Colors of #196300
Black with #196300
Text Example
Text Example
White with #196300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196300; }
p { color: rgb(25,99,0); }
H1.HeaderClassName
{
color: #196300;
}
.AnyTagClassName
{
color: #196300;
}
</style>
background-color css
<style>
a { background-color: #196300; }
a { background-color: rgb(25,99,0); }
div.DivClassName
{
background-color: #196300;
}
.BgClassName
{
background-color: #196300;
}
</style>
border-color css
<style>
span { border-color: #196300; }
span { border-color: rgb(25,99,0); }
td.TdClassName
{
border-color: #196300;
}
.TagClassName
{
border-color: #196300;
}
</style>