Shades of Green Waterloo #191E08
Tints of Green Waterloo #191E08
RGB
CMYK
RGB Variations
Color information
#191E08 (or 0x191E08) is known color: Green Waterloo. HEX triplet: 19, 1E and 08. RGB value is (25,30,8). Sum of RGB (Red+Green+Blue) = 25+30+8=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #191E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E08 is #E6E1F7. Grayscale: #1A1A1A. Windows color (decimal): -15131128 or 531993. OLE color: 531993.
HSL color Cylindrical-coordinate representation of color #191E08: hue angle of 73.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191E08 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 8 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.88 |
| HSL | 73.64º | 0.58% | 0.07% | - |
| HSV(B) | 73.64º | 0.73% | 0.12% | - |
| XYZ | 0.91 | 1.15 | 0.4 | - |
| YUV | 26 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 8 | 0.17 | 0 | 0.73 | 0.88 | 73.64 | 0.58 | 0.07 |
| Hex | 19 | 1E | 8 | 11 | 0 | 49 | 58 | 4A | 3A | 7 |
| Octal | 31 | 36 | 10 | 21 | 0 | 111 | 130 | 112 | 72 | 7 |
| Binary | 11001 | 11110 | 1000 | 10001 | 0 | 1001001 | 1011000 | 1001010 | 111010 | 111 |
Color Harmonies of #191E08
Complementary color
Monochromatic Colors of #191E08
Black with #191E08
Text Example
Text Example
White with #191E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E08; }
p { color: rgb(25,30,8); }
H1.HeaderClassName
{
color: #191E08;
}
.AnyTagClassName
{
color: #191E08;
}
</style>
background-color css
<style>
a { background-color: #191E08; }
a { background-color: rgb(25,30,8); }
div.DivClassName
{
background-color: #191E08;
}
.BgClassName
{
background-color: #191E08;
}
</style>
border-color css
<style>
span { border-color: #191E08; }
span { border-color: rgb(25,30,8); }
td.TdClassName
{
border-color: #191E08;
}
.TagClassName
{
border-color: #191E08;
}
</style>