Shades of Green Waterloo #191F00
Tints of Green Waterloo #191F00
RGB
CMYK
RGB Variations
Color information
#191F00 (or 0x191F00) is known color: Green Waterloo. HEX triplet: 19, 1F and 00. RGB value is (25,31,0). Sum of RGB (Red+Green+Blue) = 25+31+0=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #191F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F00 is #E6E0FF. Grayscale: #191919. Windows color (decimal): -15130880 or 7961. OLE color: 7961.
HSL color Cylindrical-coordinate representation of color #191F00: hue angle of 71.61º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #191F00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.88 |
| HSL | 71.61º | 1% | 0.06% | - |
| HSV(B) | 71.61º | 1% | 0.12% | - |
| XYZ | 0.89 | 1.19 | 0.18 | - |
| YUV | 25.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 0 | 0.19 | 0 | 1 | 0.88 | 71.61 | 1 | 0.06 |
| Hex | 19 | 1F | 0 | 13 | 0 | 64 | 58 | 48 | 64 | 6 |
| Octal | 31 | 37 | 0 | 23 | 0 | 144 | 130 | 110 | 144 | 6 |
| Binary | 11001 | 11111 | 0 | 10011 | 0 | 1100100 | 1011000 | 1001000 | 1100100 | 110 |
Color Harmonies of #191F00
Complementary color
Monochromatic Colors of #191F00
Black with #191F00
Text Example
Text Example
White with #191F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F00; }
p { color: rgb(25,31,0); }
H1.HeaderClassName
{
color: #191F00;
}
.AnyTagClassName
{
color: #191F00;
}
</style>
background-color css
<style>
a { background-color: #191F00; }
a { background-color: rgb(25,31,0); }
div.DivClassName
{
background-color: #191F00;
}
.BgClassName
{
background-color: #191F00;
}
</style>
border-color css
<style>
span { border-color: #191F00; }
span { border-color: rgb(25,31,0); }
td.TdClassName
{
border-color: #191F00;
}
.TagClassName
{
border-color: #191F00;
}
</style>