Shades of Green Waterloo #282D15
Tints of Green Waterloo #282D15
RGB
CMYK
RGB Variations
Color information
#282D15 (or 0x282D15) is known color: Green Waterloo. HEX triplet: 28, 2D and 15. RGB value is (40,45,21). Sum of RGB (Red+Green+Blue) = 40+45+21=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 45 - color contains mainly: green. Hex color #282D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282D15 is #D7D2EA. Grayscale: #282828. Windows color (decimal): -14144235 or 1387816. OLE color: 1387816.
HSL color Cylindrical-coordinate representation of color #282D15: hue angle of 72.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282D15 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 21 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.82 |
| HSL | 72.5º | 0.36% | 0.13% | - |
| HSV(B) | 72.5º | 0.53% | 0.18% | - |
| XYZ | 1.95 | 2.38 | 1.07 | - |
| YUV | 40.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 21 | 0.11 | 0 | 0.53 | 0.82 | 72.5 | 0.36 | 0.13 |
| Hex | 28 | 2D | 15 | B | 0 | 35 | 52 | 48 | 24 | D |
| Octal | 50 | 55 | 25 | 13 | 0 | 65 | 122 | 110 | 44 | 15 |
| Binary | 101000 | 101101 | 10101 | 1011 | 0 | 110101 | 1010010 | 1001000 | 100100 | 1101 |
Color Harmonies of #282D15
Complementary color
Monochromatic Colors of #282D15
Black with #282D15
Text Example
Text Example
White with #282D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D15; }
p { color: rgb(40,45,21); }
H1.HeaderClassName
{
color: #282D15;
}
.AnyTagClassName
{
color: #282D15;
}
</style>
background-color css
<style>
a { background-color: #282D15; }
a { background-color: rgb(40,45,21); }
div.DivClassName
{
background-color: #282D15;
}
.BgClassName
{
background-color: #282D15;
}
</style>
border-color css
<style>
span { border-color: #282D15; }
span { border-color: rgb(40,45,21); }
td.TdClassName
{
border-color: #282D15;
}
.TagClassName
{
border-color: #282D15;
}
</style>