Shades of Green Waterloo #282A1A
Tints of Green Waterloo #282A1A
RGB
CMYK
RGB Variations
Color information
#282A1A (or 0x282A1A) is known color: Green Waterloo. HEX triplet: 28, 2A and 1A. RGB value is (40,42,26). Sum of RGB (Red+Green+Blue) = 40+42+26=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #282A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A1A is #D7D5E5. Grayscale: #272727. Windows color (decimal): -14144998 or 1714728. OLE color: 1714728.
HSL color Cylindrical-coordinate representation of color #282A1A: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282A1A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 42 | 26 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.84 |
| HSL | 67.5º | 0.24% | 0.13% | - |
| HSV(B) | 67.5º | 0.38% | 0.16% | - |
| XYZ | 1.89 | 2.18 | 1.3 | - |
| YUV | 39.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 26 | 0.05 | 0 | 0.38 | 0.84 | 67.5 | 0.24 | 0.13 |
| Hex | 28 | 2A | 1A | 5 | 0 | 26 | 54 | 44 | 18 | D |
| Octal | 50 | 52 | 32 | 5 | 0 | 46 | 124 | 104 | 30 | 15 |
| Binary | 101000 | 101010 | 11010 | 101 | 0 | 100110 | 1010100 | 1000100 | 11000 | 1101 |
Color Harmonies of #282A1A
Complementary color
Monochromatic Colors of #282A1A
Black with #282A1A
Text Example
Text Example
White with #282A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A1A; }
p { color: rgb(40,42,26); }
H1.HeaderClassName
{
color: #282A1A;
}
.AnyTagClassName
{
color: #282A1A;
}
</style>
background-color css
<style>
a { background-color: #282A1A; }
a { background-color: rgb(40,42,26); }
div.DivClassName
{
background-color: #282A1A;
}
.BgClassName
{
background-color: #282A1A;
}
</style>
border-color css
<style>
span { border-color: #282A1A; }
span { border-color: rgb(40,42,26); }
td.TdClassName
{
border-color: #282A1A;
}
.TagClassName
{
border-color: #282A1A;
}
</style>