Shades of Green Waterloo #282B10
Tints of Green Waterloo #282B10
RGB
CMYK
RGB Variations
Color information
#282B10 (or 0x282B10) is known color: Green Waterloo. HEX triplet: 28, 2B and 10. RGB value is (40,43,16). Sum of RGB (Red+Green+Blue) = 40+43+16=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 43 - color contains mainly: green. Hex color #282B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282B10 is #D7D4EF. Grayscale: #272727. Windows color (decimal): -14144752 or 1059624. OLE color: 1059624.
HSL color Cylindrical-coordinate representation of color #282B10: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282B10 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 16 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.83 |
| HSL | 66.67º | 0.46% | 0.12% | - |
| HSV(B) | 66.67º | 0.63% | 0.17% | - |
| XYZ | 1.83 | 2.22 | 0.82 | - |
| YUV | 39.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 16 | 0.07 | 0 | 0.63 | 0.83 | 66.67 | 0.46 | 0.12 |
| Hex | 28 | 2B | 10 | 7 | 0 | 3F | 53 | 43 | 2E | C |
| Octal | 50 | 53 | 20 | 7 | 0 | 77 | 123 | 103 | 56 | 14 |
| Binary | 101000 | 101011 | 10000 | 111 | 0 | 111111 | 1010011 | 1000011 | 101110 | 1100 |
Color Harmonies of #282B10
Complementary color
Monochromatic Colors of #282B10
Black with #282B10
Text Example
Text Example
White with #282B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B10; }
p { color: rgb(40,43,16); }
H1.HeaderClassName
{
color: #282B10;
}
.AnyTagClassName
{
color: #282B10;
}
</style>
background-color css
<style>
a { background-color: #282B10; }
a { background-color: rgb(40,43,16); }
div.DivClassName
{
background-color: #282B10;
}
.BgClassName
{
background-color: #282B10;
}
</style>
border-color css
<style>
span { border-color: #282B10; }
span { border-color: rgb(40,43,16); }
td.TdClassName
{
border-color: #282B10;
}
.TagClassName
{
border-color: #282B10;
}
</style>