Shades of Green Waterloo #191B0A
Tints of Green Waterloo #191B0A
RGB
CMYK
RGB Variations
Color information
#191B0A (or 0x191B0A) is known color: Green Waterloo. HEX triplet: 19, 1B and 0A. RGB value is (25,27,10). Sum of RGB (Red+Green+Blue) = 25+27+10=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #191B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B0A is #E6E4F5. Grayscale: #181818. Windows color (decimal): -15131894 or 662297. OLE color: 662297.
HSL color Cylindrical-coordinate representation of color #191B0A: hue angle of 67.06º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #191B0A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 10 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.89 |
| HSL | 67.06º | 0.46% | 0.07% | - |
| HSV(B) | 67.06º | 0.63% | 0.11% | - |
| XYZ | 0.85 | 1.01 | 0.44 | - |
| YUV | 24.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 10 | 0.07 | 0 | 0.63 | 0.89 | 67.06 | 0.46 | 0.07 |
| Hex | 19 | 1B | A | 7 | 0 | 3F | 59 | 43 | 2E | 7 |
| Octal | 31 | 33 | 12 | 7 | 0 | 77 | 131 | 103 | 56 | 7 |
| Binary | 11001 | 11011 | 1010 | 111 | 0 | 111111 | 1011001 | 1000011 | 101110 | 111 |
Color Harmonies of #191B0A
Complementary color
Monochromatic Colors of #191B0A
Black with #191B0A
Text Example
Text Example
White with #191B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B0A; }
p { color: rgb(25,27,10); }
H1.HeaderClassName
{
color: #191B0A;
}
.AnyTagClassName
{
color: #191B0A;
}
</style>
background-color css
<style>
a { background-color: #191B0A; }
a { background-color: rgb(25,27,10); }
div.DivClassName
{
background-color: #191B0A;
}
.BgClassName
{
background-color: #191B0A;
}
</style>
border-color css
<style>
span { border-color: #191B0A; }
span { border-color: rgb(25,27,10); }
td.TdClassName
{
border-color: #191B0A;
}
.TagClassName
{
border-color: #191B0A;
}
</style>