Shades of Green Waterloo #191D04
Tints of Green Waterloo #191D04
RGB
CMYK
RGB Variations
Color information
#191D04 (or 0x191D04) is known color: Green Waterloo. HEX triplet: 19, 1D and 04. RGB value is (25,29,4). Sum of RGB (Red+Green+Blue) = 25+29+4=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #191D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D04 is #E6E2FB. Grayscale: #191919. Windows color (decimal): -15131388 or 269593. OLE color: 269593.
HSL color Cylindrical-coordinate representation of color #191D04: hue angle of 69.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191D04 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 4 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.89 |
| HSL | 69.6º | 0.76% | 0.06% | - |
| HSV(B) | 69.6º | 0.86% | 0.11% | - |
| XYZ | 0.86 | 1.09 | 0.28 | - |
| YUV | 24.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 4 | 0.14 | 0 | 0.86 | 0.89 | 69.6 | 0.76 | 0.06 |
| Hex | 19 | 1D | 4 | E | 0 | 56 | 59 | 46 | 4C | 6 |
| Octal | 31 | 35 | 4 | 16 | 0 | 126 | 131 | 106 | 114 | 6 |
| Binary | 11001 | 11101 | 100 | 1110 | 0 | 1010110 | 1011001 | 1000110 | 1001100 | 110 |
Color Harmonies of #191D04
Complementary color
Monochromatic Colors of #191D04
Black with #191D04
Text Example
Text Example
White with #191D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D04; }
p { color: rgb(25,29,4); }
H1.HeaderClassName
{
color: #191D04;
}
.AnyTagClassName
{
color: #191D04;
}
</style>
background-color css
<style>
a { background-color: #191D04; }
a { background-color: rgb(25,29,4); }
div.DivClassName
{
background-color: #191D04;
}
.BgClassName
{
background-color: #191D04;
}
</style>
border-color css
<style>
span { border-color: #191D04; }
span { border-color: rgb(25,29,4); }
td.TdClassName
{
border-color: #191D04;
}
.TagClassName
{
border-color: #191D04;
}
</style>