Shades of Green Waterloo #282E13
Tints of Green Waterloo #282E13
RGB
CMYK
RGB Variations
Color information
#282E13 (or 0x282E13) is known color: Green Waterloo. HEX triplet: 28, 2E and 13. RGB value is (40,46,19). Sum of RGB (Red+Green+Blue) = 40+46+19=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #282E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282E13 is #D7D1EC. Grayscale: #292929. Windows color (decimal): -14143981 or 1257000. OLE color: 1257000.
HSL color Cylindrical-coordinate representation of color #282E13: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282E13 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 19 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.82 |
| HSL | 73.33º | 0.42% | 0.13% | - |
| HSV(B) | 73.33º | 0.59% | 0.18% | - |
| XYZ | 1.97 | 2.45 | 0.99 | - |
| YUV | 41.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 19 | 0.13 | 0 | 0.59 | 0.82 | 73.33 | 0.42 | 0.13 |
| Hex | 28 | 2E | 13 | D | 0 | 3B | 52 | 49 | 2A | D |
| Octal | 50 | 56 | 23 | 15 | 0 | 73 | 122 | 111 | 52 | 15 |
| Binary | 101000 | 101110 | 10011 | 1101 | 0 | 111011 | 1010010 | 1001001 | 101010 | 1101 |
Color Harmonies of #282E13
Complementary color
Monochromatic Colors of #282E13
Black with #282E13
Text Example
Text Example
White with #282E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E13; }
p { color: rgb(40,46,19); }
H1.HeaderClassName
{
color: #282E13;
}
.AnyTagClassName
{
color: #282E13;
}
</style>
background-color css
<style>
a { background-color: #282E13; }
a { background-color: rgb(40,46,19); }
div.DivClassName
{
background-color: #282E13;
}
.BgClassName
{
background-color: #282E13;
}
</style>
border-color css
<style>
span { border-color: #282E13; }
span { border-color: rgb(40,46,19); }
td.TdClassName
{
border-color: #282E13;
}
.TagClassName
{
border-color: #282E13;
}
</style>