Shades of Green Waterloo #191E05
Tints of Green Waterloo #191E05
RGB
CMYK
RGB Variations
Color information
#191E05 (or 0x191E05) is known color: Green Waterloo. HEX triplet: 19, 1E and 05. RGB value is (25,30,5). Sum of RGB (Red+Green+Blue) = 25+30+5=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 30 (12.11% from 255 or 50% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 30 - color contains mainly: green. Hex color #191E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E05 is #E6E1FA. Grayscale: #191919. Windows color (decimal): -15131131 or 335385. OLE color: 335385.
HSL color Cylindrical-coordinate representation of color #191E05: hue angle of 72º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191E05 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 5 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.88 |
| HSL | 72º | 0.71% | 0.07% | - |
| HSV(B) | 72º | 0.83% | 0.12% | - |
| XYZ | 0.89 | 1.15 | 0.32 | - |
| YUV | 25.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 5 | 0.17 | 0 | 0.83 | 0.88 | 72 | 0.71 | 0.07 |
| Hex | 19 | 1E | 5 | 11 | 0 | 53 | 58 | 48 | 47 | 7 |
| Octal | 31 | 36 | 5 | 21 | 0 | 123 | 130 | 110 | 107 | 7 |
| Binary | 11001 | 11110 | 101 | 10001 | 0 | 1010011 | 1011000 | 1001000 | 1000111 | 111 |
Color Harmonies of #191E05
Complementary color
Monochromatic Colors of #191E05
Black with #191E05
Text Example
Text Example
White with #191E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E05; }
p { color: rgb(25,30,5); }
H1.HeaderClassName
{
color: #191E05;
}
.AnyTagClassName
{
color: #191E05;
}
</style>
background-color css
<style>
a { background-color: #191E05; }
a { background-color: rgb(25,30,5); }
div.DivClassName
{
background-color: #191E05;
}
.BgClassName
{
background-color: #191E05;
}
</style>
border-color css
<style>
span { border-color: #191E05; }
span { border-color: rgb(25,30,5); }
td.TdClassName
{
border-color: #191E05;
}
.TagClassName
{
border-color: #191E05;
}
</style>