Shades of Green Waterloo #282C16
Tints of Green Waterloo #282C16
RGB
CMYK
RGB Variations
Color information
#282C16 (or 0x282C16) is known color: Green Waterloo. HEX triplet: 28, 2C and 16. RGB value is (40,44,22). Sum of RGB (Red+Green+Blue) = 40+44+22=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 44 - color contains mainly: green. Hex color #282C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282C16 is #D7D3E9. Grayscale: #282828. Windows color (decimal): -14144490 or 1453096. OLE color: 1453096.
HSL color Cylindrical-coordinate representation of color #282C16: hue angle of 70.91º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282C16 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 44 | 22 | - |
| CMYK | 0.09 | 0 | 0.5 | 0.83 |
| HSL | 70.91º | 0.33% | 0.13% | - |
| HSV(B) | 70.91º | 0.5% | 0.17% | - |
| XYZ | 1.92 | 2.31 | 1.1 | - |
| YUV | 40.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 22 | 0.09 | 0 | 0.5 | 0.83 | 70.91 | 0.33 | 0.13 |
| Hex | 28 | 2C | 16 | 9 | 0 | 32 | 53 | 47 | 21 | D |
| Octal | 50 | 54 | 26 | 11 | 0 | 62 | 123 | 107 | 41 | 15 |
| Binary | 101000 | 101100 | 10110 | 1001 | 0 | 110010 | 1010011 | 1000111 | 100001 | 1101 |
Color Harmonies of #282C16
Complementary color
Monochromatic Colors of #282C16
Black with #282C16
Text Example
Text Example
White with #282C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C16; }
p { color: rgb(40,44,22); }
H1.HeaderClassName
{
color: #282C16;
}
.AnyTagClassName
{
color: #282C16;
}
</style>
background-color css
<style>
a { background-color: #282C16; }
a { background-color: rgb(40,44,22); }
div.DivClassName
{
background-color: #282C16;
}
.BgClassName
{
background-color: #282C16;
}
</style>
border-color css
<style>
span { border-color: #282C16; }
span { border-color: rgb(40,44,22); }
td.TdClassName
{
border-color: #282C16;
}
.TagClassName
{
border-color: #282C16;
}
</style>