Shades of Green #19660B
Tints of Green #19660B
RGB
CMYK
RGB Variations
Color information
#19660B (or 0x19660B) is known color: Green. HEX triplet: 19, 66 and 0B. RGB value is (25,102,11). Sum of RGB (Red+Green+Blue) = 25+102+11=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #19660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19660B is #E699F4. Grayscale: #444444. Windows color (decimal): -15112693 or 747033. OLE color: 747033.
HSL color Cylindrical-coordinate representation of color #19660B: hue angle of 110.77º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19660B is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 11 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.6 |
| HSL | 110.77º | 0.81% | 0.22% | - |
| HSV(B) | 110.77º | 0.89% | 0.4% | - |
| XYZ | 5.21 | 9.73 | 1.92 | - |
| YUV | 68.6 | 95.49 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 11 | 0.75 | 0 | 0.89 | 0.6 | 110.77 | 0.81 | 0.22 |
| Hex | 19 | 66 | B | 4B | 0 | 59 | 3C | 6F | 51 | 16 |
| Octal | 31 | 146 | 13 | 113 | 0 | 131 | 74 | 157 | 121 | 26 |
| Binary | 11001 | 1100110 | 1011 | 1001011 | 0 | 1011001 | 111100 | 1101111 | 1010001 | 10110 |
Color Harmonies of #19660B
Complementary color
Monochromatic Colors of #19660B
Black with #19660B
Text Example
Text Example
White with #19660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19660B; }
p { color: rgb(25,102,11); }
H1.HeaderClassName
{
color: #19660B;
}
.AnyTagClassName
{
color: #19660B;
}
</style>
background-color css
<style>
a { background-color: #19660B; }
a { background-color: rgb(25,102,11); }
div.DivClassName
{
background-color: #19660B;
}
.BgClassName
{
background-color: #19660B;
}
</style>
border-color css
<style>
span { border-color: #19660B; }
span { border-color: rgb(25,102,11); }
td.TdClassName
{
border-color: #19660B;
}
.TagClassName
{
border-color: #19660B;
}
</style>