Shades of Green Waterloo #191B05
Tints of Green Waterloo #191B05
RGB
CMYK
RGB Variations
Color information
#191B05 (or 0x191B05) is known color: Green Waterloo. HEX triplet: 19, 1B and 05. RGB value is (25,27,5). Sum of RGB (Red+Green+Blue) = 25+27+5=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #191B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B05 is #E6E4FA. Grayscale: #171717. Windows color (decimal): -15131899 or 334617. OLE color: 334617.
HSL color Cylindrical-coordinate representation of color #191B05: hue angle of 65.45º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191B05 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 25 | 27 | 5 | - |
CMYK | 0.07 | 0 | 0.81 | 0.89 |
HSL | 65.45º | 0.69% | 0.06% | - |
HSV(B) | 65.45º | 0.81% | 0.11% | - |
XYZ | 0.82 | 1 | 0.29 | - |
YUV | 23.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 27 | 5 | 0.07 | 0 | 0.81 | 0.89 | 65.45 | 0.69 | 0.06 |
Hex | 19 | 1B | 5 | 7 | 0 | 51 | 59 | 41 | 45 | 6 |
Octal | 31 | 33 | 5 | 7 | 0 | 121 | 131 | 101 | 105 | 6 |
Binary | 11001 | 11011 | 101 | 111 | 0 | 1010001 | 1011001 | 1000001 | 1000101 | 110 |
Color Harmonies of #191B05
Complementary color
Monochromatic Colors of #191B05
Black with #191B05
Text Example
Text Example
White with #191B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B05; }
p { color: rgb(25,27,5); }
H1.HeaderClassName
{
color: #191B05;
}
.AnyTagClassName
{
color: #191B05;
}
</style>
background-color css
<style>
a { background-color: #191B05; }
a { background-color: rgb(25,27,5); }
div.DivClassName
{
background-color: #191B05;
}
.BgClassName
{
background-color: #191B05;
}
</style>
border-color css
<style>
span { border-color: #191B05; }
span { border-color: rgb(25,27,5); }
td.TdClassName
{
border-color: #191B05;
}
.TagClassName
{
border-color: #191B05;
}
</style>