Shades of Green Waterloo #282A02
Tints of Green Waterloo #282A02
RGB
CMYK
RGB Variations
Color information
#282A02 (or 0x282A02) is known color: Green Waterloo. HEX triplet: 28, 2A and 02. RGB value is (40,42,2). Sum of RGB (Red+Green+Blue) = 40+42+2=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #282A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282A02 is #D7D5FD. Grayscale: #252525. Windows color (decimal): -14145022 or 141864. OLE color: 141864.
HSL color Cylindrical-coordinate representation of color #282A02: hue angle of 63º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #282A02 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 42 | 2 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.84 |
| HSL | 63º | 0.91% | 0.09% | - |
| HSV(B) | 63º | 0.95% | 0.16% | - |
| XYZ | 1.71 | 2.11 | 0.37 | - |
| YUV | 36.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 2 | 0.05 | 0 | 0.95 | 0.84 | 63 | 0.91 | 0.09 |
| Hex | 28 | 2A | 2 | 5 | 0 | 5F | 54 | 3F | 5B | 9 |
| Octal | 50 | 52 | 2 | 5 | 0 | 137 | 124 | 77 | 133 | 11 |
| Binary | 101000 | 101010 | 10 | 101 | 0 | 1011111 | 1010100 | 111111 | 1011011 | 1001 |
Color Harmonies of #282A02
Complementary color
Monochromatic Colors of #282A02
Black with #282A02
Text Example
Text Example
White with #282A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A02; }
p { color: rgb(40,42,2); }
H1.HeaderClassName
{
color: #282A02;
}
.AnyTagClassName
{
color: #282A02;
}
</style>
background-color css
<style>
a { background-color: #282A02; }
a { background-color: rgb(40,42,2); }
div.DivClassName
{
background-color: #282A02;
}
.BgClassName
{
background-color: #282A02;
}
</style>
border-color css
<style>
span { border-color: #282A02; }
span { border-color: rgb(40,42,2); }
td.TdClassName
{
border-color: #282A02;
}
.TagClassName
{
border-color: #282A02;
}
</style>