Shades of Green Waterloo #191D05
Tints of Green Waterloo #191D05
RGB
CMYK
RGB Variations
Color information
#191D05 (or 0x191D05) is known color: Green Waterloo. HEX triplet: 19, 1D and 05. RGB value is (25,29,5). Sum of RGB (Red+Green+Blue) = 25+29+5=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #191D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D05 is #E6E2FA. Grayscale: #191919. Windows color (decimal): -15131387 or 335129. OLE color: 335129.
HSL color Cylindrical-coordinate representation of color #191D05: hue angle of 70º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191D05 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 5 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.89 |
| HSL | 70º | 0.71% | 0.07% | - |
| HSV(B) | 70º | 0.83% | 0.11% | - |
| XYZ | 0.87 | 1.1 | 0.31 | - |
| YUV | 25.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 5 | 0.14 | 0 | 0.83 | 0.89 | 70 | 0.71 | 0.07 |
| Hex | 19 | 1D | 5 | E | 0 | 53 | 59 | 46 | 47 | 7 |
| Octal | 31 | 35 | 5 | 16 | 0 | 123 | 131 | 106 | 107 | 7 |
| Binary | 11001 | 11101 | 101 | 1110 | 0 | 1010011 | 1011001 | 1000110 | 1000111 | 111 |
Color Harmonies of #191D05
Complementary color
Monochromatic Colors of #191D05
Black with #191D05
Text Example
Text Example
White with #191D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D05; }
p { color: rgb(25,29,5); }
H1.HeaderClassName
{
color: #191D05;
}
.AnyTagClassName
{
color: #191D05;
}
</style>
background-color css
<style>
a { background-color: #191D05; }
a { background-color: rgb(25,29,5); }
div.DivClassName
{
background-color: #191D05;
}
.BgClassName
{
background-color: #191D05;
}
</style>
border-color css
<style>
span { border-color: #191D05; }
span { border-color: rgb(25,29,5); }
td.TdClassName
{
border-color: #191D05;
}
.TagClassName
{
border-color: #191D05;
}
</style>