Shades of Green Waterloo #282D11
Tints of Green Waterloo #282D11
RGB
CMYK
RGB Variations
Color information
#282D11 (or 0x282D11) is known color: Green Waterloo. HEX triplet: 28, 2D and 11. RGB value is (40,45,17). Sum of RGB (Red+Green+Blue) = 40+45+17=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 45 - color contains mainly: green. Hex color #282D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282D11 is #D7D2EE. Grayscale: #282828. Windows color (decimal): -14144239 or 1125672. OLE color: 1125672.
HSL color Cylindrical-coordinate representation of color #282D11: hue angle of 70.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282D11 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 17 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.82 |
| HSL | 70.71º | 0.45% | 0.12% | - |
| HSV(B) | 70.71º | 0.62% | 0.18% | - |
| XYZ | 1.91 | 2.37 | 0.89 | - |
| YUV | 40.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 17 | 0.11 | 0 | 0.62 | 0.82 | 70.71 | 0.45 | 0.12 |
| Hex | 28 | 2D | 11 | B | 0 | 3E | 52 | 47 | 2D | C |
| Octal | 50 | 55 | 21 | 13 | 0 | 76 | 122 | 107 | 55 | 14 |
| Binary | 101000 | 101101 | 10001 | 1011 | 0 | 111110 | 1010010 | 1000111 | 101101 | 1100 |
Color Harmonies of #282D11
Complementary color
Monochromatic Colors of #282D11
Black with #282D11
Text Example
Text Example
White with #282D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D11; }
p { color: rgb(40,45,17); }
H1.HeaderClassName
{
color: #282D11;
}
.AnyTagClassName
{
color: #282D11;
}
</style>
background-color css
<style>
a { background-color: #282D11; }
a { background-color: rgb(40,45,17); }
div.DivClassName
{
background-color: #282D11;
}
.BgClassName
{
background-color: #282D11;
}
</style>
border-color css
<style>
span { border-color: #282D11; }
span { border-color: rgb(40,45,17); }
td.TdClassName
{
border-color: #282D11;
}
.TagClassName
{
border-color: #282D11;
}
</style>