Shades of Green Waterloo #191D09
Tints of Green Waterloo #191D09
RGB
CMYK
RGB Variations
Color information
#191D09 (or 0x191D09) is known color: Green Waterloo. HEX triplet: 19, 1D and 09. RGB value is (25,29,9). Sum of RGB (Red+Green+Blue) = 25+29+9=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #191D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D09 is #E6E2F6. Grayscale: #191919. Windows color (decimal): -15131383 or 597273. OLE color: 597273.
HSL color Cylindrical-coordinate representation of color #191D09: hue angle of 72º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191D09 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 9 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.89 |
| HSL | 72º | 0.53% | 0.07% | - |
| HSV(B) | 72º | 0.69% | 0.11% | - |
| XYZ | 0.89 | 1.11 | 0.42 | - |
| YUV | 25.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 9 | 0.14 | 0 | 0.69 | 0.89 | 72 | 0.53 | 0.07 |
| Hex | 19 | 1D | 9 | E | 0 | 45 | 59 | 48 | 35 | 7 |
| Octal | 31 | 35 | 11 | 16 | 0 | 105 | 131 | 110 | 65 | 7 |
| Binary | 11001 | 11101 | 1001 | 1110 | 0 | 1000101 | 1011001 | 1001000 | 110101 | 111 |
Color Harmonies of #191D09
Complementary color
Monochromatic Colors of #191D09
Black with #191D09
Text Example
Text Example
White with #191D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D09; }
p { color: rgb(25,29,9); }
H1.HeaderClassName
{
color: #191D09;
}
.AnyTagClassName
{
color: #191D09;
}
</style>
background-color css
<style>
a { background-color: #191D09; }
a { background-color: rgb(25,29,9); }
div.DivClassName
{
background-color: #191D09;
}
.BgClassName
{
background-color: #191D09;
}
</style>
border-color css
<style>
span { border-color: #191D09; }
span { border-color: rgb(25,29,9); }
td.TdClassName
{
border-color: #191D09;
}
.TagClassName
{
border-color: #191D09;
}
</style>