Shades of Green #196502
Tints of Green #196502
RGB
CMYK
RGB Variations
Color information
#196502 (or 0x196502) is known color: Green. HEX triplet: 19, 65 and 02. RGB value is (25,101,2). Sum of RGB (Red+Green+Blue) = 25+101+2=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #196502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196502 is #E69AFD. Grayscale: #434343. Windows color (decimal): -15112958 or 156953. OLE color: 156953.
HSL color Cylindrical-coordinate representation of color #196502: hue angle of 106.06º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #196502 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 2 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.60 |
| HSL | 106.06º | 0.96% | 0.2% | - |
| HSV(B) | 106.06º | 0.98% | 0.4% | - |
| XYZ | 5.07 | 9.52 | 1.63 | - |
| YUV | 66.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 2 | 0.75 | 0 | 0.98 | 0.60 | 106.06 | 0.96 | 0.2 |
| Hex | 19 | 65 | 2 | 4B | 0 | 62 | 3C | 6A | 60 | 14 |
| Octal | 31 | 145 | 2 | 113 | 0 | 142 | 74 | 152 | 140 | 24 |
| Binary | 11001 | 1100101 | 10 | 1001011 | 0 | 1100010 | 111100 | 1101010 | 1100000 | 10100 |
Color Harmonies of #196502
Complementary color
Monochromatic Colors of #196502
Black with #196502
Text Example
Text Example
White with #196502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196502; }
p { color: rgb(25,101,2); }
H1.HeaderClassName
{
color: #196502;
}
.AnyTagClassName
{
color: #196502;
}
</style>
background-color css
<style>
a { background-color: #196502; }
a { background-color: rgb(25,101,2); }
div.DivClassName
{
background-color: #196502;
}
.BgClassName
{
background-color: #196502;
}
</style>
border-color css
<style>
span { border-color: #196502; }
span { border-color: rgb(25,101,2); }
td.TdClassName
{
border-color: #196502;
}
.TagClassName
{
border-color: #196502;
}
</style>