Shades of Green Waterloo #191D00
Tints of Green Waterloo #191D00
RGB
CMYK
RGB Variations
Color information
#191D00 (or 0x191D00) is known color: Green Waterloo. HEX triplet: 19, 1D and 00. RGB value is (25,29,0). Sum of RGB (Red+Green+Blue) = 25+29+0=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #191D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D00 is #E6E2FF. Grayscale: #181818. Windows color (decimal): -15131392 or 7449. OLE color: 7449.
HSL color Cylindrical-coordinate representation of color #191D00: hue angle of 68.28º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #191D00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.89 |
| HSL | 68.28º | 1% | 0.06% | - |
| HSV(B) | 68.28º | 1% | 0.11% | - |
| XYZ | 0.84 | 1.09 | 0.17 | - |
| YUV | 24.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 0 | 0.14 | 0 | 1 | 0.89 | 68.28 | 1 | 0.06 |
| Hex | 19 | 1D | 0 | E | 0 | 64 | 59 | 44 | 64 | 6 |
| Octal | 31 | 35 | 0 | 16 | 0 | 144 | 131 | 104 | 144 | 6 |
| Binary | 11001 | 11101 | 0 | 1110 | 0 | 1100100 | 1011001 | 1000100 | 1100100 | 110 |
Color Harmonies of #191D00
Complementary color
Monochromatic Colors of #191D00
Black with #191D00
Text Example
Text Example
White with #191D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D00; }
p { color: rgb(25,29,0); }
H1.HeaderClassName
{
color: #191D00;
}
.AnyTagClassName
{
color: #191D00;
}
</style>
background-color css
<style>
a { background-color: #191D00; }
a { background-color: rgb(25,29,0); }
div.DivClassName
{
background-color: #191D00;
}
.BgClassName
{
background-color: #191D00;
}
</style>
border-color css
<style>
span { border-color: #191D00; }
span { border-color: rgb(25,29,0); }
td.TdClassName
{
border-color: #191D00;
}
.TagClassName
{
border-color: #191D00;
}
</style>