Shades of Green Waterloo #191A15
Tints of Green Waterloo #191A15
RGB
CMYK
RGB Variations
Color information
#191A15 (or 0x191A15) is known color: Green Waterloo. HEX triplet: 19, 1A and 15. RGB value is (25,26,21). Sum of RGB (Red+Green+Blue) = 25+26+21=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 26 - color contains mainly: green. Hex color #191A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A15 is #E6E5EA. Grayscale: #191919. Windows color (decimal): -15132139 or 1382937. OLE color: 1382937.
HSL color Cylindrical-coordinate representation of color #191A15: hue angle of 72º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191A15 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 26 | 21 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.90 |
| HSL | 72º | 0.11% | 0.09% | - |
| HSV(B) | 72º | 0.19% | 0.1% | - |
| XYZ | 0.91 | 1 | 0.85 | - |
| YUV | 25.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 21 | 0.04 | 0 | 0.19 | 0.90 | 72 | 0.11 | 0.09 |
| Hex | 19 | 1A | 15 | 4 | 0 | 13 | 5A | 48 | B | 9 |
| Octal | 31 | 32 | 25 | 4 | 0 | 23 | 132 | 110 | 13 | 11 |
| Binary | 11001 | 11010 | 10101 | 100 | 0 | 10011 | 1011010 | 1001000 | 1011 | 1001 |
Color Harmonies of #191A15
Complementary color
Monochromatic Colors of #191A15
Black with #191A15
Text Example
Text Example
White with #191A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A15; }
p { color: rgb(25,26,21); }
H1.HeaderClassName
{
color: #191A15;
}
.AnyTagClassName
{
color: #191A15;
}
</style>
background-color css
<style>
a { background-color: #191A15; }
a { background-color: rgb(25,26,21); }
div.DivClassName
{
background-color: #191A15;
}
.BgClassName
{
background-color: #191A15;
}
</style>
border-color css
<style>
span { border-color: #191A15; }
span { border-color: rgb(25,26,21); }
td.TdClassName
{
border-color: #191A15;
}
.TagClassName
{
border-color: #191A15;
}
</style>