Shades of Green #19680B
Tints of Green #19680B
RGB
CMYK
RGB Variations
Color information
#19680B (or 0x19680B) is known color: Green. HEX triplet: 19, 68 and 0B. RGB value is (25,104,11). Sum of RGB (Red+Green+Blue) = 25+104+11=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #19680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19680B is #E697F4. Grayscale: #464646. Windows color (decimal): -15112181 or 747545. OLE color: 747545.
HSL color Cylindrical-coordinate representation of color #19680B: hue angle of 110.97º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19680B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 11 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.59 |
| HSL | 110.97º | 0.81% | 0.23% | - |
| HSV(B) | 110.97º | 0.89% | 0.41% | - |
| XYZ | 5.41 | 10.13 | 1.99 | - |
| YUV | 69.78 | 94.83 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 11 | 0.76 | 0 | 0.89 | 0.59 | 110.97 | 0.81 | 0.23 |
| Hex | 19 | 68 | B | 4C | 0 | 59 | 3B | 6F | 51 | 17 |
| Octal | 31 | 150 | 13 | 114 | 0 | 131 | 73 | 157 | 121 | 27 |
| Binary | 11001 | 1101000 | 1011 | 1001100 | 0 | 1011001 | 111011 | 1101111 | 1010001 | 10111 |
Color Harmonies of #19680B
Complementary color
Monochromatic Colors of #19680B
Black with #19680B
Text Example
Text Example
White with #19680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19680B; }
p { color: rgb(25,104,11); }
H1.HeaderClassName
{
color: #19680B;
}
.AnyTagClassName
{
color: #19680B;
}
</style>
background-color css
<style>
a { background-color: #19680B; }
a { background-color: rgb(25,104,11); }
div.DivClassName
{
background-color: #19680B;
}
.BgClassName
{
background-color: #19680B;
}
</style>
border-color css
<style>
span { border-color: #19680B; }
span { border-color: rgb(25,104,11); }
td.TdClassName
{
border-color: #19680B;
}
.TagClassName
{
border-color: #19680B;
}
</style>