Shades of Green Waterloo #191E07
Tints of Green Waterloo #191E07
RGB
CMYK
RGB Variations
Color information
#191E07 (or 0x191E07) is known color: Green Waterloo. HEX triplet: 19, 1E and 07. RGB value is (25,30,7). Sum of RGB (Red+Green+Blue) = 25+30+7=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #191E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E07 is #E6E1F8. Grayscale: #191919. Windows color (decimal): -15131129 or 466457. OLE color: 466457.
HSL color Cylindrical-coordinate representation of color #191E07: hue angle of 73.04º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #191E07 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 7 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.88 |
| HSL | 73.04º | 0.62% | 0.07% | - |
| HSV(B) | 73.04º | 0.77% | 0.12% | - |
| XYZ | 0.9 | 1.15 | 0.38 | - |
| YUV | 25.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 7 | 0.17 | 0 | 0.77 | 0.88 | 73.04 | 0.62 | 0.07 |
| Hex | 19 | 1E | 7 | 11 | 0 | 4D | 58 | 49 | 3E | 7 |
| Octal | 31 | 36 | 7 | 21 | 0 | 115 | 130 | 111 | 76 | 7 |
| Binary | 11001 | 11110 | 111 | 10001 | 0 | 1001101 | 1011000 | 1001001 | 111110 | 111 |
Color Harmonies of #191E07
Complementary color
Monochromatic Colors of #191E07
Black with #191E07
Text Example
Text Example
White with #191E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E07; }
p { color: rgb(25,30,7); }
H1.HeaderClassName
{
color: #191E07;
}
.AnyTagClassName
{
color: #191E07;
}
</style>
background-color css
<style>
a { background-color: #191E07; }
a { background-color: rgb(25,30,7); }
div.DivClassName
{
background-color: #191E07;
}
.BgClassName
{
background-color: #191E07;
}
</style>
border-color css
<style>
span { border-color: #191E07; }
span { border-color: rgb(25,30,7); }
td.TdClassName
{
border-color: #191E07;
}
.TagClassName
{
border-color: #191E07;
}
</style>