Shades of Green Waterloo #28291D
Tints of Green Waterloo #28291D
RGB
CMYK
RGB Variations
Color information
#28291D (or 0x28291D) is known color: Green Waterloo. HEX triplet: 28, 29 and 1D. RGB value is (40,41,29). Sum of RGB (Red+Green+Blue) = 40+41+29=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #28291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28291D is #D7D6E2. Grayscale: #272727. Windows color (decimal): -14145251 or 1911080. OLE color: 1911080.
HSL color Cylindrical-coordinate representation of color #28291D: hue angle of 65º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #28291D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 41 | 29 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.84 |
| HSL | 65º | 0.17% | 0.14% | - |
| HSV(B) | 65º | 0.29% | 0.16% | - |
| XYZ | 1.89 | 2.13 | 1.47 | - |
| YUV | 39.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 29 | 0.02 | 0 | 0.29 | 0.84 | 65 | 0.17 | 0.14 |
| Hex | 28 | 29 | 1D | 2 | 0 | 1D | 54 | 41 | 11 | E |
| Octal | 50 | 51 | 35 | 2 | 0 | 35 | 124 | 101 | 21 | 16 |
| Binary | 101000 | 101001 | 11101 | 10 | 0 | 11101 | 1010100 | 1000001 | 10001 | 1110 |
Color Harmonies of #28291D
Complementary color
Monochromatic Colors of #28291D
Black with #28291D
Text Example
Text Example
White with #28291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28291D; }
p { color: rgb(40,41,29); }
H1.HeaderClassName
{
color: #28291D;
}
.AnyTagClassName
{
color: #28291D;
}
</style>
background-color css
<style>
a { background-color: #28291D; }
a { background-color: rgb(40,41,29); }
div.DivClassName
{
background-color: #28291D;
}
.BgClassName
{
background-color: #28291D;
}
</style>
border-color css
<style>
span { border-color: #28291D; }
span { border-color: rgb(40,41,29); }
td.TdClassName
{
border-color: #28291D;
}
.TagClassName
{
border-color: #28291D;
}
</style>