Shades of Green Waterloo #191D08
Tints of Green Waterloo #191D08
RGB
CMYK
RGB Variations
Color information
#191D08 (or 0x191D08) is known color: Green Waterloo. HEX triplet: 19, 1D and 08. RGB value is (25,29,8). Sum of RGB (Red+Green+Blue) = 25+29+8=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #191D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191D08 is #E6E2F7. Grayscale: #191919. Windows color (decimal): -15131384 or 531737. OLE color: 531737.
HSL color Cylindrical-coordinate representation of color #191D08: hue angle of 71.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191D08 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 29 | 8 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.89 |
| HSL | 71.43º | 0.57% | 0.07% | - |
| HSV(B) | 71.43º | 0.72% | 0.11% | - |
| XYZ | 0.88 | 1.1 | 0.4 | - |
| YUV | 25.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 8 | 0.14 | 0 | 0.72 | 0.89 | 71.43 | 0.57 | 0.07 |
| Hex | 19 | 1D | 8 | E | 0 | 48 | 59 | 47 | 39 | 7 |
| Octal | 31 | 35 | 10 | 16 | 0 | 110 | 131 | 107 | 71 | 7 |
| Binary | 11001 | 11101 | 1000 | 1110 | 0 | 1001000 | 1011001 | 1000111 | 111001 | 111 |
Color Harmonies of #191D08
Complementary color
Monochromatic Colors of #191D08
Black with #191D08
Text Example
Text Example
White with #191D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D08; }
p { color: rgb(25,29,8); }
H1.HeaderClassName
{
color: #191D08;
}
.AnyTagClassName
{
color: #191D08;
}
</style>
background-color css
<style>
a { background-color: #191D08; }
a { background-color: rgb(25,29,8); }
div.DivClassName
{
background-color: #191D08;
}
.BgClassName
{
background-color: #191D08;
}
</style>
border-color css
<style>
span { border-color: #191D08; }
span { border-color: rgb(25,29,8); }
td.TdClassName
{
border-color: #191D08;
}
.TagClassName
{
border-color: #191D08;
}
</style>