Shades of Green Waterloo #282E0B
Tints of Green Waterloo #282E0B
RGB
CMYK
RGB Variations
Color information
#282E0B (or 0x282E0B) is known color: Green Waterloo. HEX triplet: 28, 2E and 0B. RGB value is (40,46,11). Sum of RGB (Red+Green+Blue) = 40+46+11=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #282E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282E0B is #D7D1F4. Grayscale: #282828. Windows color (decimal): -14143989 or 732712. OLE color: 732712.
HSL color Cylindrical-coordinate representation of color #282E0B: hue angle of 70.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282E0B is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 11 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.82 |
| HSL | 70.29º | 0.61% | 0.11% | - |
| HSV(B) | 70.29º | 0.76% | 0.18% | - |
| XYZ | 1.91 | 2.43 | 0.68 | - |
| YUV | 40.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 11 | 0.13 | 0 | 0.76 | 0.82 | 70.29 | 0.61 | 0.11 |
| Hex | 28 | 2E | B | D | 0 | 4C | 52 | 46 | 3D | B |
| Octal | 50 | 56 | 13 | 15 | 0 | 114 | 122 | 106 | 75 | 13 |
| Binary | 101000 | 101110 | 1011 | 1101 | 0 | 1001100 | 1010010 | 1000110 | 111101 | 1011 |
Color Harmonies of #282E0B
Complementary color
Monochromatic Colors of #282E0B
Black with #282E0B
Text Example
Text Example
White with #282E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E0B; }
p { color: rgb(40,46,11); }
H1.HeaderClassName
{
color: #282E0B;
}
.AnyTagClassName
{
color: #282E0B;
}
</style>
background-color css
<style>
a { background-color: #282E0B; }
a { background-color: rgb(40,46,11); }
div.DivClassName
{
background-color: #282E0B;
}
.BgClassName
{
background-color: #282E0B;
}
</style>
border-color css
<style>
span { border-color: #282E0B; }
span { border-color: rgb(40,46,11); }
td.TdClassName
{
border-color: #282E0B;
}
.TagClassName
{
border-color: #282E0B;
}
</style>