Shades of Green Waterloo #191B07
Tints of Green Waterloo #191B07
RGB
CMYK
RGB Variations
Color information
#191B07 (or 0x191B07) is known color: Green Waterloo. HEX triplet: 19, 1B and 07. RGB value is (25,27,7). Sum of RGB (Red+Green+Blue) = 25+27+7=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #191B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B07 is #E6E4F8. Grayscale: #181818. Windows color (decimal): -15131897 or 465689. OLE color: 465689.
HSL color Cylindrical-coordinate representation of color #191B07: hue angle of 66º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #191B07 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 7 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.89 |
| HSL | 66º | 0.59% | 0.07% | - |
| HSV(B) | 66º | 0.74% | 0.11% | - |
| XYZ | 0.83 | 1.01 | 0.35 | - |
| YUV | 24.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 7 | 0.07 | 0 | 0.74 | 0.89 | 66 | 0.59 | 0.07 |
| Hex | 19 | 1B | 7 | 7 | 0 | 4A | 59 | 42 | 3B | 7 |
| Octal | 31 | 33 | 7 | 7 | 0 | 112 | 131 | 102 | 73 | 7 |
| Binary | 11001 | 11011 | 111 | 111 | 0 | 1001010 | 1011001 | 1000010 | 111011 | 111 |
Color Harmonies of #191B07
Complementary color
Monochromatic Colors of #191B07
Black with #191B07
Text Example
Text Example
White with #191B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B07; }
p { color: rgb(25,27,7); }
H1.HeaderClassName
{
color: #191B07;
}
.AnyTagClassName
{
color: #191B07;
}
</style>
background-color css
<style>
a { background-color: #191B07; }
a { background-color: rgb(25,27,7); }
div.DivClassName
{
background-color: #191B07;
}
.BgClassName
{
background-color: #191B07;
}
</style>
border-color css
<style>
span { border-color: #191B07; }
span { border-color: rgb(25,27,7); }
td.TdClassName
{
border-color: #191B07;
}
.TagClassName
{
border-color: #191B07;
}
</style>