Shades of Green Waterloo #191A0F
Tints of Green Waterloo #191A0F
RGB
CMYK
RGB Variations
Color information
#191A0F (or 0x191A0F) is known color: Green Waterloo. HEX triplet: 19, 1A and 0F. RGB value is (25,26,15). Sum of RGB (Red+Green+Blue) = 25+26+15=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #191A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A0F is #E6E5F0. Grayscale: #181818. Windows color (decimal): -15132145 or 989721. OLE color: 989721.
HSL color Cylindrical-coordinate representation of color #191A0F: hue angle of 65.45º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #191A0F is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 26 | 15 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.90 |
| HSL | 65.45º | 0.27% | 0.08% | - |
| HSV(B) | 65.45º | 0.42% | 0.1% | - |
| XYZ | 0.86 | 0.98 | 0.6 | - |
| YUV | 24.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 15 | 0.04 | 0 | 0.42 | 0.90 | 65.45 | 0.27 | 0.08 |
| Hex | 19 | 1A | F | 4 | 0 | 2A | 5A | 41 | 1B | 8 |
| Octal | 31 | 32 | 17 | 4 | 0 | 52 | 132 | 101 | 33 | 10 |
| Binary | 11001 | 11010 | 1111 | 100 | 0 | 101010 | 1011010 | 1000001 | 11011 | 1000 |
Color Harmonies of #191A0F
Complementary color
Monochromatic Colors of #191A0F
Black with #191A0F
Text Example
Text Example
White with #191A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A0F; }
p { color: rgb(25,26,15); }
H1.HeaderClassName
{
color: #191A0F;
}
.AnyTagClassName
{
color: #191A0F;
}
</style>
background-color css
<style>
a { background-color: #191A0F; }
a { background-color: rgb(25,26,15); }
div.DivClassName
{
background-color: #191A0F;
}
.BgClassName
{
background-color: #191A0F;
}
</style>
border-color css
<style>
span { border-color: #191A0F; }
span { border-color: rgb(25,26,15); }
td.TdClassName
{
border-color: #191A0F;
}
.TagClassName
{
border-color: #191A0F;
}
</style>