Shades of Green Waterloo #282A12
Tints of Green Waterloo #282A12
RGB
CMYK
RGB Variations
Color information
#282A12 (or 0x282A12) is known color: Green Waterloo. HEX triplet: 28, 2A and 12. RGB value is (40,42,18). Sum of RGB (Red+Green+Blue) = 40+42+18=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 42 - color contains mainly: green. Hex color #282A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282A12 is #D7D5ED. Grayscale: #262626. Windows color (decimal): -14145006 or 1190440. OLE color: 1190440.
HSL color Cylindrical-coordinate representation of color #282A12: hue angle of 65º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282A12 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 42 | 18 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.84 |
| HSL | 65º | 0.4% | 0.12% | - |
| HSV(B) | 65º | 0.57% | 0.16% | - |
| XYZ | 1.81 | 2.15 | 0.89 | - |
| YUV | 38.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 18 | 0.05 | 0 | 0.57 | 0.84 | 65 | 0.4 | 0.12 |
| Hex | 28 | 2A | 12 | 5 | 0 | 39 | 54 | 41 | 28 | C |
| Octal | 50 | 52 | 22 | 5 | 0 | 71 | 124 | 101 | 50 | 14 |
| Binary | 101000 | 101010 | 10010 | 101 | 0 | 111001 | 1010100 | 1000001 | 101000 | 1100 |
Color Harmonies of #282A12
Complementary color
Monochromatic Colors of #282A12
Black with #282A12
Text Example
Text Example
White with #282A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A12; }
p { color: rgb(40,42,18); }
H1.HeaderClassName
{
color: #282A12;
}
.AnyTagClassName
{
color: #282A12;
}
</style>
background-color css
<style>
a { background-color: #282A12; }
a { background-color: rgb(40,42,18); }
div.DivClassName
{
background-color: #282A12;
}
.BgClassName
{
background-color: #282A12;
}
</style>
border-color css
<style>
span { border-color: #282A12; }
span { border-color: rgb(40,42,18); }
td.TdClassName
{
border-color: #282A12;
}
.TagClassName
{
border-color: #282A12;
}
</style>