Shades of Green Waterloo #191E02
Tints of Green Waterloo #191E02
RGB
CMYK
RGB Variations
Color information
#191E02 (or 0x191E02) is known color: Green Waterloo. HEX triplet: 19, 1E and 02. RGB value is (25,30,2). Sum of RGB (Red+Green+Blue) = 25+30+2=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #191E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E02 is #E6E1FD. Grayscale: #191919. Windows color (decimal): -15131134 or 138777. OLE color: 138777.
HSL color Cylindrical-coordinate representation of color #191E02: hue angle of 70.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #191E02 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 2 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.88 |
| HSL | 70.71º | 0.88% | 0.06% | - |
| HSV(B) | 70.71º | 0.93% | 0.12% | - |
| XYZ | 0.88 | 1.14 | 0.23 | - |
| YUV | 25.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 2 | 0.17 | 0 | 0.93 | 0.88 | 70.71 | 0.88 | 0.06 |
| Hex | 19 | 1E | 2 | 11 | 0 | 5D | 58 | 47 | 58 | 6 |
| Octal | 31 | 36 | 2 | 21 | 0 | 135 | 130 | 107 | 130 | 6 |
| Binary | 11001 | 11110 | 10 | 10001 | 0 | 1011101 | 1011000 | 1000111 | 1011000 | 110 |
Color Harmonies of #191E02
Complementary color
Monochromatic Colors of #191E02
Black with #191E02
Text Example
Text Example
White with #191E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E02; }
p { color: rgb(25,30,2); }
H1.HeaderClassName
{
color: #191E02;
}
.AnyTagClassName
{
color: #191E02;
}
</style>
background-color css
<style>
a { background-color: #191E02; }
a { background-color: rgb(25,30,2); }
div.DivClassName
{
background-color: #191E02;
}
.BgClassName
{
background-color: #191E02;
}
</style>
border-color css
<style>
span { border-color: #191E02; }
span { border-color: rgb(25,30,2); }
td.TdClassName
{
border-color: #191E02;
}
.TagClassName
{
border-color: #191E02;
}
</style>