Shades of Green Waterloo #282B19
Tints of Green Waterloo #282B19
RGB
CMYK
RGB Variations
Color information
#282B19 (or 0x282B19) is known color: Green Waterloo. HEX triplet: 28, 2B and 19. RGB value is (40,43,25). Sum of RGB (Red+Green+Blue) = 40+43+25=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 43 - color contains mainly: green. Hex color #282B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282B19 is #D7D4E6. Grayscale: #282828. Windows color (decimal): -14144743 or 1649448. OLE color: 1649448.
HSL color Cylindrical-coordinate representation of color #282B19: hue angle of 70º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #282B19 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 25 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.83 |
| HSL | 70º | 0.26% | 0.13% | - |
| HSV(B) | 70º | 0.42% | 0.17% | - |
| XYZ | 1.91 | 2.25 | 1.25 | - |
| YUV | 40.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 25 | 0.07 | 0 | 0.42 | 0.83 | 70 | 0.26 | 0.13 |
| Hex | 28 | 2B | 19 | 7 | 0 | 2A | 53 | 46 | 1A | D |
| Octal | 50 | 53 | 31 | 7 | 0 | 52 | 123 | 106 | 32 | 15 |
| Binary | 101000 | 101011 | 11001 | 111 | 0 | 101010 | 1010011 | 1000110 | 11010 | 1101 |
Color Harmonies of #282B19
Complementary color
Monochromatic Colors of #282B19
Black with #282B19
Text Example
Text Example
White with #282B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B19; }
p { color: rgb(40,43,25); }
H1.HeaderClassName
{
color: #282B19;
}
.AnyTagClassName
{
color: #282B19;
}
</style>
background-color css
<style>
a { background-color: #282B19; }
a { background-color: rgb(40,43,25); }
div.DivClassName
{
background-color: #282B19;
}
.BgClassName
{
background-color: #282B19;
}
</style>
border-color css
<style>
span { border-color: #282B19; }
span { border-color: rgb(40,43,25); }
td.TdClassName
{
border-color: #282B19;
}
.TagClassName
{
border-color: #282B19;
}
</style>