Shades of Green Waterloo #1A1B15
Tints of Green Waterloo #1A1B15
RGB
CMYK
RGB Variations
Color information
#1A1B15 (or 0x1A1B15) is known color: Green Waterloo. HEX triplet: 1A, 1B and 15. RGB value is (26,27,21). Sum of RGB (Red+Green+Blue) = 26+27+21=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B15 is #E5E4EA. Grayscale: #1A1A1A. Windows color (decimal): -15066347 or 1383194. OLE color: 1383194.
HSL color Cylindrical-coordinate representation of color #1A1B15: hue angle of 70º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1A1B15 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 27 | 21 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.89 |
| HSL | 70º | 0.13% | 0.09% | - |
| HSV(B) | 70º | 0.22% | 0.11% | - |
| XYZ | 0.95 | 1.06 | 0.86 | - |
| YUV | 26.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 21 | 0.04 | 0 | 0.22 | 0.89 | 70 | 0.13 | 0.09 |
| Hex | 1A | 1B | 15 | 4 | 0 | 16 | 59 | 46 | C | 9 |
| Octal | 32 | 33 | 25 | 4 | 0 | 26 | 131 | 106 | 14 | 11 |
| Binary | 11010 | 11011 | 10101 | 100 | 0 | 10110 | 1011001 | 1000110 | 1100 | 1001 |
Color Harmonies of #1A1B15
Complementary color
Monochromatic Colors of #1A1B15
Black with #1A1B15
Text Example
Text Example
White with #1A1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B15; }
p { color: rgb(26,27,21); }
H1.HeaderClassName
{
color: #1A1B15;
}
.AnyTagClassName
{
color: #1A1B15;
}
</style>
background-color css
<style>
a { background-color: #1A1B15; }
a { background-color: rgb(26,27,21); }
div.DivClassName
{
background-color: #1A1B15;
}
.BgClassName
{
background-color: #1A1B15;
}
</style>
border-color css
<style>
span { border-color: #1A1B15; }
span { border-color: rgb(26,27,21); }
td.TdClassName
{
border-color: #1A1B15;
}
.TagClassName
{
border-color: #1A1B15;
}
</style>