Shades of Green Waterloo #191B0D
Tints of Green Waterloo #191B0D
RGB
CMYK
RGB Variations
Color information
#191B0D (or 0x191B0D) is known color: Green Waterloo. HEX triplet: 19, 1B and 0D. RGB value is (25,27,13). Sum of RGB (Red+Green+Blue) = 25+27+13=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 27 - color contains mainly: green. Hex color #191B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B0D is #E6E4F2. Grayscale: #181818. Windows color (decimal): -15131891 or 858905. OLE color: 858905.
HSL color Cylindrical-coordinate representation of color #191B0D: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #191B0D is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 13 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.89 |
| HSL | 68.57º | 0.35% | 0.08% | - |
| HSV(B) | 68.57º | 0.52% | 0.11% | - |
| XYZ | 0.87 | 1.02 | 0.53 | - |
| YUV | 24.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 13 | 0.07 | 0 | 0.52 | 0.89 | 68.57 | 0.35 | 0.08 |
| Hex | 19 | 1B | D | 7 | 0 | 34 | 59 | 45 | 23 | 8 |
| Octal | 31 | 33 | 15 | 7 | 0 | 64 | 131 | 105 | 43 | 10 |
| Binary | 11001 | 11011 | 1101 | 111 | 0 | 110100 | 1011001 | 1000101 | 100011 | 1000 |
Color Harmonies of #191B0D
Complementary color
Monochromatic Colors of #191B0D
Black with #191B0D
Text Example
Text Example
White with #191B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B0D; }
p { color: rgb(25,27,13); }
H1.HeaderClassName
{
color: #191B0D;
}
.AnyTagClassName
{
color: #191B0D;
}
</style>
background-color css
<style>
a { background-color: #191B0D; }
a { background-color: rgb(25,27,13); }
div.DivClassName
{
background-color: #191B0D;
}
.BgClassName
{
background-color: #191B0D;
}
</style>
border-color css
<style>
span { border-color: #191B0D; }
span { border-color: rgb(25,27,13); }
td.TdClassName
{
border-color: #191B0D;
}
.TagClassName
{
border-color: #191B0D;
}
</style>