Shades of Green Waterloo #191D07
Tints of Green Waterloo #191D07
RGB
CMYK
RGB Variations
Color information
#191D07 (or 0x191D07) is known color: Green Waterloo. HEX triplet: 19, 1D and 07. RGB value is (25,29,7). Sum of RGB (Red+Green+Blue) = 25+29+7=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #191D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D07 is #E6E2F8. Grayscale: #191919. Windows color (decimal): -15131385 or 466201. OLE color: 466201.
HSL color Cylindrical-coordinate representation of color #191D07: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191D07 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 7 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.89 |
| HSL | 70.91º | 0.61% | 0.07% | - |
| HSV(B) | 70.91º | 0.76% | 0.11% | - |
| XYZ | 0.88 | 1.1 | 0.37 | - |
| YUV | 25.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 7 | 0.14 | 0 | 0.76 | 0.89 | 70.91 | 0.61 | 0.07 |
| Hex | 19 | 1D | 7 | E | 0 | 4C | 59 | 47 | 3D | 7 |
| Octal | 31 | 35 | 7 | 16 | 0 | 114 | 131 | 107 | 75 | 7 |
| Binary | 11001 | 11101 | 111 | 1110 | 0 | 1001100 | 1011001 | 1000111 | 111101 | 111 |
Color Harmonies of #191D07
Complementary color
Monochromatic Colors of #191D07
Black with #191D07
Text Example
Text Example
White with #191D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D07; }
p { color: rgb(25,29,7); }
H1.HeaderClassName
{
color: #191D07;
}
.AnyTagClassName
{
color: #191D07;
}
</style>
background-color css
<style>
a { background-color: #191D07; }
a { background-color: rgb(25,29,7); }
div.DivClassName
{
background-color: #191D07;
}
.BgClassName
{
background-color: #191D07;
}
</style>
border-color css
<style>
span { border-color: #191D07; }
span { border-color: rgb(25,29,7); }
td.TdClassName
{
border-color: #191D07;
}
.TagClassName
{
border-color: #191D07;
}
</style>