Shades of Green Waterloo #191B08
Tints of Green Waterloo #191B08
RGB
CMYK
RGB Variations
Color information
#191B08 (or 0x191B08) is known color: Green Waterloo. HEX triplet: 19, 1B and 08. RGB value is (25,27,8). Sum of RGB (Red+Green+Blue) = 25+27+8=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #191B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B08 is #E6E4F7. Grayscale: #181818. Windows color (decimal): -15131896 or 531225. OLE color: 531225.
HSL color Cylindrical-coordinate representation of color #191B08: hue angle of 66.32º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191B08 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 8 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.89 |
| HSL | 66.32º | 0.54% | 0.07% | - |
| HSV(B) | 66.32º | 0.7% | 0.11% | - |
| XYZ | 0.84 | 1.01 | 0.38 | - |
| YUV | 24.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 8 | 0.07 | 0 | 0.70 | 0.89 | 66.32 | 0.54 | 0.07 |
| Hex | 19 | 1B | 8 | 7 | 0 | 46 | 59 | 42 | 36 | 7 |
| Octal | 31 | 33 | 10 | 7 | 0 | 106 | 131 | 102 | 66 | 7 |
| Binary | 11001 | 11011 | 1000 | 111 | 0 | 1000110 | 1011001 | 1000010 | 110110 | 111 |
Color Harmonies of #191B08
Complementary color
Monochromatic Colors of #191B08
Black with #191B08
Text Example
Text Example
White with #191B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B08; }
p { color: rgb(25,27,8); }
H1.HeaderClassName
{
color: #191B08;
}
.AnyTagClassName
{
color: #191B08;
}
</style>
background-color css
<style>
a { background-color: #191B08; }
a { background-color: rgb(25,27,8); }
div.DivClassName
{
background-color: #191B08;
}
.BgClassName
{
background-color: #191B08;
}
</style>
border-color css
<style>
span { border-color: #191B08; }
span { border-color: rgb(25,27,8); }
td.TdClassName
{
border-color: #191B08;
}
.TagClassName
{
border-color: #191B08;
}
</style>