Shades of Green Waterloo #1A1B12
Tints of Green Waterloo #1A1B12
RGB
CMYK
RGB Variations
Color information
#1A1B12 (or 0x1A1B12) is known color: Green Waterloo. HEX triplet: 1A, 1B and 12. RGB value is (26,27,18). Sum of RGB (Red+Green+Blue) = 26+27+18=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B12 is #E5E4ED. Grayscale: #191919. Windows color (decimal): -15066350 or 1186586. OLE color: 1186586.
HSL color Cylindrical-coordinate representation of color #1A1B12: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A1B12 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 27 | 18 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.89 |
| HSL | 66.67º | 0.2% | 0.09% | - |
| HSV(B) | 66.67º | 0.33% | 0.11% | - |
| XYZ | 0.93 | 1.05 | 0.73 | - |
| YUV | 25.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 18 | 0.04 | 0 | 0.33 | 0.89 | 66.67 | 0.2 | 0.09 |
| Hex | 1A | 1B | 12 | 4 | 0 | 21 | 59 | 43 | 14 | 9 |
| Octal | 32 | 33 | 22 | 4 | 0 | 41 | 131 | 103 | 24 | 11 |
| Binary | 11010 | 11011 | 10010 | 100 | 0 | 100001 | 1011001 | 1000011 | 10100 | 1001 |
Color Harmonies of #1A1B12
Complementary color
Monochromatic Colors of #1A1B12
Black with #1A1B12
Text Example
Text Example
White with #1A1B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B12; }
p { color: rgb(26,27,18); }
H1.HeaderClassName
{
color: #1A1B12;
}
.AnyTagClassName
{
color: #1A1B12;
}
</style>
background-color css
<style>
a { background-color: #1A1B12; }
a { background-color: rgb(26,27,18); }
div.DivClassName
{
background-color: #1A1B12;
}
.BgClassName
{
background-color: #1A1B12;
}
</style>
border-color css
<style>
span { border-color: #1A1B12; }
span { border-color: rgb(26,27,18); }
td.TdClassName
{
border-color: #1A1B12;
}
.TagClassName
{
border-color: #1A1B12;
}
</style>