Shades of Green #19690B
Tints of Green #19690B
RGB
CMYK
RGB Variations
Color information
#19690B (or 0x19690B) is known color: Green. HEX triplet: 19, 69 and 0B. RGB value is (25,105,11). Sum of RGB (Red+Green+Blue) = 25+105+11=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #19690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19690B is #E696F4. Grayscale: #464646. Windows color (decimal): -15111925 or 747801. OLE color: 747801.
HSL color Cylindrical-coordinate representation of color #19690B: hue angle of 111.06º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19690B is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 11 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.59 |
| HSL | 111.06º | 0.81% | 0.23% | - |
| HSV(B) | 111.06º | 0.9% | 0.41% | - |
| XYZ | 5.51 | 10.33 | 2.02 | - |
| YUV | 70.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 11 | 0.76 | 0 | 0.90 | 0.59 | 111.06 | 0.81 | 0.23 |
| Hex | 19 | 69 | B | 4C | 0 | 5A | 3B | 6F | 51 | 17 |
| Octal | 31 | 151 | 13 | 114 | 0 | 132 | 73 | 157 | 121 | 27 |
| Binary | 11001 | 1101001 | 1011 | 1001100 | 0 | 1011010 | 111011 | 1101111 | 1010001 | 10111 |
Color Harmonies of #19690B
Complementary color
Monochromatic Colors of #19690B
Black with #19690B
Text Example
Text Example
White with #19690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19690B; }
p { color: rgb(25,105,11); }
H1.HeaderClassName
{
color: #19690B;
}
.AnyTagClassName
{
color: #19690B;
}
</style>
background-color css
<style>
a { background-color: #19690B; }
a { background-color: rgb(25,105,11); }
div.DivClassName
{
background-color: #19690B;
}
.BgClassName
{
background-color: #19690B;
}
</style>
border-color css
<style>
span { border-color: #19690B; }
span { border-color: rgb(25,105,11); }
td.TdClassName
{
border-color: #19690B;
}
.TagClassName
{
border-color: #19690B;
}
</style>