Shades of Green #196301
Tints of Green #196301
RGB
CMYK
RGB Variations
Color information
#196301 (or 0x196301) is known color: Green. HEX triplet: 19, 63 and 01. RGB value is (25,99,1). Sum of RGB (Red+Green+Blue) = 25+99+1=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 99 (39.06% from 255 or 79.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 99 - color contains mainly: green. Hex color #196301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196301 is #E69CFE. Grayscale: #424242. Windows color (decimal): -15113471 or 90905. OLE color: 90905.
HSL color Cylindrical-coordinate representation of color #196301: hue angle of 105.31º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196301 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.61 |
| HSL | 105.31º | 0.98% | 0.2% | - |
| HSV(B) | 105.31º | 0.99% | 0.39% | - |
| XYZ | 4.87 | 9.13 | 1.53 | - |
| YUV | 65.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 1 | 0.75 | 0 | 0.99 | 0.61 | 105.31 | 0.98 | 0.2 |
| Hex | 19 | 63 | 1 | 4B | 0 | 63 | 3D | 69 | 62 | 14 |
| Octal | 31 | 143 | 1 | 113 | 0 | 143 | 75 | 151 | 142 | 24 |
| Binary | 11001 | 1100011 | 1 | 1001011 | 0 | 1100011 | 111101 | 1101001 | 1100010 | 10100 |
Color Harmonies of #196301
Complementary color
Monochromatic Colors of #196301
Black with #196301
Text Example
Text Example
White with #196301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196301; }
p { color: rgb(25,99,1); }
H1.HeaderClassName
{
color: #196301;
}
.AnyTagClassName
{
color: #196301;
}
</style>
background-color css
<style>
a { background-color: #196301; }
a { background-color: rgb(25,99,1); }
div.DivClassName
{
background-color: #196301;
}
.BgClassName
{
background-color: #196301;
}
</style>
border-color css
<style>
span { border-color: #196301; }
span { border-color: rgb(25,99,1); }
td.TdClassName
{
border-color: #196301;
}
.TagClassName
{
border-color: #196301;
}
</style>