Shades of Green Waterloo #1B1D10
Tints of Green Waterloo #1B1D10
RGB
CMYK
RGB Variations
Color information
#1B1D10 (or 0x1B1D10) is known color: Green Waterloo. HEX triplet: 1B, 1D and 10. RGB value is (27,29,16). Sum of RGB (Red+Green+Blue) = 27+29+16=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D10 is #E4E2EF. Grayscale: #1A1A1A. Windows color (decimal): -15000304 or 1056027. OLE color: 1056027.
HSL color Cylindrical-coordinate representation of color #1B1D10: hue angle of 69.23º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B1D10 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 29 | 16 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.89 |
| HSL | 69.23º | 0.29% | 0.09% | - |
| HSV(B) | 69.23º | 0.45% | 0.11% | - |
| XYZ | 0.98 | 1.15 | 0.66 | - |
| YUV | 26.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 16 | 0.07 | 0 | 0.45 | 0.89 | 69.23 | 0.29 | 0.09 |
| Hex | 1B | 1D | 10 | 7 | 0 | 2D | 59 | 45 | 1D | 9 |
| Octal | 33 | 35 | 20 | 7 | 0 | 55 | 131 | 105 | 35 | 11 |
| Binary | 11011 | 11101 | 10000 | 111 | 0 | 101101 | 1011001 | 1000101 | 11101 | 1001 |
Color Harmonies of #1B1D10
Complementary color
Monochromatic Colors of #1B1D10
Black with #1B1D10
Text Example
Text Example
White with #1B1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D10; }
p { color: rgb(27,29,16); }
H1.HeaderClassName
{
color: #1B1D10;
}
.AnyTagClassName
{
color: #1B1D10;
}
</style>
background-color css
<style>
a { background-color: #1B1D10; }
a { background-color: rgb(27,29,16); }
div.DivClassName
{
background-color: #1B1D10;
}
.BgClassName
{
background-color: #1B1D10;
}
</style>
border-color css
<style>
span { border-color: #1B1D10; }
span { border-color: rgb(27,29,16); }
td.TdClassName
{
border-color: #1B1D10;
}
.TagClassName
{
border-color: #1B1D10;
}
</style>