Shades of Green Waterloo #282A13
Tints of Green Waterloo #282A13
RGB
CMYK
RGB Variations
Color information
#282A13 (or 0x282A13) is known color: Green Waterloo. HEX triplet: 28, 2A and 13. RGB value is (40,42,19). Sum of RGB (Red+Green+Blue) = 40+42+19=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 42 - color contains mainly: green. Hex color #282A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282A13 is #D7D5EC. Grayscale: #262626. Windows color (decimal): -14145005 or 1255976. OLE color: 1255976.
HSL color Cylindrical-coordinate representation of color #282A13: hue angle of 65.22º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282A13 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 42 | 19 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.84 |
| HSL | 65.22º | 0.38% | 0.12% | - |
| HSV(B) | 65.22º | 0.55% | 0.16% | - |
| XYZ | 1.82 | 2.15 | 0.94 | - |
| YUV | 38.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 19 | 0.05 | 0 | 0.55 | 0.84 | 65.22 | 0.38 | 0.12 |
| Hex | 28 | 2A | 13 | 5 | 0 | 37 | 54 | 41 | 26 | C |
| Octal | 50 | 52 | 23 | 5 | 0 | 67 | 124 | 101 | 46 | 14 |
| Binary | 101000 | 101010 | 10011 | 101 | 0 | 110111 | 1010100 | 1000001 | 100110 | 1100 |
Color Harmonies of #282A13
Complementary color
Monochromatic Colors of #282A13
Black with #282A13
Text Example
Text Example
White with #282A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A13; }
p { color: rgb(40,42,19); }
H1.HeaderClassName
{
color: #282A13;
}
.AnyTagClassName
{
color: #282A13;
}
</style>
background-color css
<style>
a { background-color: #282A13; }
a { background-color: rgb(40,42,19); }
div.DivClassName
{
background-color: #282A13;
}
.BgClassName
{
background-color: #282A13;
}
</style>
border-color css
<style>
span { border-color: #282A13; }
span { border-color: rgb(40,42,19); }
td.TdClassName
{
border-color: #282A13;
}
.TagClassName
{
border-color: #282A13;
}
</style>