Shades of Green Waterloo #282919
Tints of Green Waterloo #282919
RGB
CMYK
RGB Variations
Color information
#282919 (or 0x282919) is known color: Green Waterloo. HEX triplet: 28, 29 and 19. RGB value is (40,41,25). Sum of RGB (Red+Green+Blue) = 40+41+25=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #282919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282919 is #D7D6E6. Grayscale: #262626. Windows color (decimal): -14145255 or 1648936. OLE color: 1648936.
HSL color Cylindrical-coordinate representation of color #282919: hue angle of 63.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #282919 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 41 | 25 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.84 |
| HSL | 63.75º | 0.24% | 0.13% | - |
| HSV(B) | 63.75º | 0.39% | 0.16% | - |
| XYZ | 1.84 | 2.11 | 1.23 | - |
| YUV | 38.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 25 | 0.02 | 0 | 0.39 | 0.84 | 63.75 | 0.24 | 0.13 |
| Hex | 28 | 29 | 19 | 2 | 0 | 27 | 54 | 40 | 18 | D |
| Octal | 50 | 51 | 31 | 2 | 0 | 47 | 124 | 100 | 30 | 15 |
| Binary | 101000 | 101001 | 11001 | 10 | 0 | 100111 | 1010100 | 1000000 | 11000 | 1101 |
Color Harmonies of #282919
Complementary color
Monochromatic Colors of #282919
Black with #282919
Text Example
Text Example
White with #282919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282919; }
p { color: rgb(40,41,25); }
H1.HeaderClassName
{
color: #282919;
}
.AnyTagClassName
{
color: #282919;
}
</style>
background-color css
<style>
a { background-color: #282919; }
a { background-color: rgb(40,41,25); }
div.DivClassName
{
background-color: #282919;
}
.BgClassName
{
background-color: #282919;
}
</style>
border-color css
<style>
span { border-color: #282919; }
span { border-color: rgb(40,41,25); }
td.TdClassName
{
border-color: #282919;
}
.TagClassName
{
border-color: #282919;
}
</style>