Shades of Green Waterloo #282D10
Tints of Green Waterloo #282D10
RGB
CMYK
RGB Variations
Color information
#282D10 (or 0x282D10) is known color: Green Waterloo. HEX triplet: 28, 2D and 10. RGB value is (40,45,16). Sum of RGB (Red+Green+Blue) = 40+45+16=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #282D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282D10 is #D7D2EF. Grayscale: #282828. Windows color (decimal): -14144240 or 1060136. OLE color: 1060136.
HSL color Cylindrical-coordinate representation of color #282D10: hue angle of 70.34º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #282D10 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 16 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.82 |
| HSL | 70.34º | 0.48% | 0.12% | - |
| HSV(B) | 70.34º | 0.64% | 0.18% | - |
| XYZ | 1.91 | 2.37 | 0.85 | - |
| YUV | 40.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 16 | 0.11 | 0 | 0.64 | 0.82 | 70.34 | 0.48 | 0.12 |
| Hex | 28 | 2D | 10 | B | 0 | 40 | 52 | 46 | 30 | C |
| Octal | 50 | 55 | 20 | 13 | 0 | 100 | 122 | 106 | 60 | 14 |
| Binary | 101000 | 101101 | 10000 | 1011 | 0 | 1000000 | 1010010 | 1000110 | 110000 | 1100 |
Color Harmonies of #282D10
Complementary color
Monochromatic Colors of #282D10
Black with #282D10
Text Example
Text Example
White with #282D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D10; }
p { color: rgb(40,45,16); }
H1.HeaderClassName
{
color: #282D10;
}
.AnyTagClassName
{
color: #282D10;
}
</style>
background-color css
<style>
a { background-color: #282D10; }
a { background-color: rgb(40,45,16); }
div.DivClassName
{
background-color: #282D10;
}
.BgClassName
{
background-color: #282D10;
}
</style>
border-color css
<style>
span { border-color: #282D10; }
span { border-color: rgb(40,45,16); }
td.TdClassName
{
border-color: #282D10;
}
.TagClassName
{
border-color: #282D10;
}
</style>