Shades of Green Waterloo #282A0D
Tints of Green Waterloo #282A0D
RGB
CMYK
RGB Variations
Color information
#282A0D (or 0x282A0D) is known color: Green Waterloo. HEX triplet: 28, 2A and 0D. RGB value is (40,42,13). Sum of RGB (Red+Green+Blue) = 40+42+13=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #282A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282A0D is #D7D5F2. Grayscale: #262626. Windows color (decimal): -14145011 or 862760. OLE color: 862760.
HSL color Cylindrical-coordinate representation of color #282A0D: hue angle of 64.14º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #282A0D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 42 | 13 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.84 |
| HSL | 64.14º | 0.53% | 0.11% | - |
| HSV(B) | 64.14º | 0.69% | 0.16% | - |
| XYZ | 1.78 | 2.14 | 0.7 | - |
| YUV | 38.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 13 | 0.05 | 0 | 0.69 | 0.84 | 64.14 | 0.53 | 0.11 |
| Hex | 28 | 2A | D | 5 | 0 | 45 | 54 | 40 | 35 | B |
| Octal | 50 | 52 | 15 | 5 | 0 | 105 | 124 | 100 | 65 | 13 |
| Binary | 101000 | 101010 | 1101 | 101 | 0 | 1000101 | 1010100 | 1000000 | 110101 | 1011 |
Color Harmonies of #282A0D
Complementary color
Monochromatic Colors of #282A0D
Black with #282A0D
Text Example
Text Example
White with #282A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A0D; }
p { color: rgb(40,42,13); }
H1.HeaderClassName
{
color: #282A0D;
}
.AnyTagClassName
{
color: #282A0D;
}
</style>
background-color css
<style>
a { background-color: #282A0D; }
a { background-color: rgb(40,42,13); }
div.DivClassName
{
background-color: #282A0D;
}
.BgClassName
{
background-color: #282A0D;
}
</style>
border-color css
<style>
span { border-color: #282A0D; }
span { border-color: rgb(40,42,13); }
td.TdClassName
{
border-color: #282A0D;
}
.TagClassName
{
border-color: #282A0D;
}
</style>