Shades of Green Waterloo #191B12
Tints of Green Waterloo #191B12
RGB
CMYK
RGB Variations
Color information
#191B12 (or 0x191B12) is known color: Green Waterloo. HEX triplet: 19, 1B and 12. RGB value is (25,27,18). Sum of RGB (Red+Green+Blue) = 25+27+18=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #191B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B12 is #E6E4ED. Grayscale: #191919. Windows color (decimal): -15131886 or 1186585. OLE color: 1186585.
HSL color Cylindrical-coordinate representation of color #191B12: hue angle of 73.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #191B12 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 18 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.89 |
| HSL | 73.33º | 0.2% | 0.09% | - |
| HSV(B) | 73.33º | 0.33% | 0.11% | - |
| XYZ | 0.9 | 1.03 | 0.72 | - |
| YUV | 25.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 18 | 0.07 | 0 | 0.33 | 0.89 | 73.33 | 0.2 | 0.09 |
| Hex | 19 | 1B | 12 | 7 | 0 | 21 | 59 | 49 | 14 | 9 |
| Octal | 31 | 33 | 22 | 7 | 0 | 41 | 131 | 111 | 24 | 11 |
| Binary | 11001 | 11011 | 10010 | 111 | 0 | 100001 | 1011001 | 1001001 | 10100 | 1001 |
Color Harmonies of #191B12
Complementary color
Monochromatic Colors of #191B12
Black with #191B12
Text Example
Text Example
White with #191B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B12; }
p { color: rgb(25,27,18); }
H1.HeaderClassName
{
color: #191B12;
}
.AnyTagClassName
{
color: #191B12;
}
</style>
background-color css
<style>
a { background-color: #191B12; }
a { background-color: rgb(25,27,18); }
div.DivClassName
{
background-color: #191B12;
}
.BgClassName
{
background-color: #191B12;
}
</style>
border-color css
<style>
span { border-color: #191B12; }
span { border-color: rgb(25,27,18); }
td.TdClassName
{
border-color: #191B12;
}
.TagClassName
{
border-color: #191B12;
}
</style>