Shades of Green Waterloo #282B1C
Tints of Green Waterloo #282B1C
RGB
CMYK
RGB Variations
Color information
#282B1C (or 0x282B1C) is known color: Green Waterloo. HEX triplet: 28, 2B and 1C. RGB value is (40,43,28). Sum of RGB (Red+Green+Blue) = 40+43+28=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 43 - color contains mainly: green. Hex color #282B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B1C is #D7D4E3. Grayscale: #282828. Windows color (decimal): -14144740 or 1846056. OLE color: 1846056.
HSL color Cylindrical-coordinate representation of color #282B1C: hue angle of 72º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #282B1C is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 28 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.83 |
| HSL | 72º | 0.21% | 0.14% | - |
| HSV(B) | 72º | 0.35% | 0.17% | - |
| XYZ | 1.95 | 2.26 | 1.43 | - |
| YUV | 40.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 28 | 0.07 | 0 | 0.35 | 0.83 | 72 | 0.21 | 0.14 |
| Hex | 28 | 2B | 1C | 7 | 0 | 23 | 53 | 48 | 15 | E |
| Octal | 50 | 53 | 34 | 7 | 0 | 43 | 123 | 110 | 25 | 16 |
| Binary | 101000 | 101011 | 11100 | 111 | 0 | 100011 | 1010011 | 1001000 | 10101 | 1110 |
Color Harmonies of #282B1C
Complementary color
Monochromatic Colors of #282B1C
Black with #282B1C
Text Example
Text Example
White with #282B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B1C; }
p { color: rgb(40,43,28); }
H1.HeaderClassName
{
color: #282B1C;
}
.AnyTagClassName
{
color: #282B1C;
}
</style>
background-color css
<style>
a { background-color: #282B1C; }
a { background-color: rgb(40,43,28); }
div.DivClassName
{
background-color: #282B1C;
}
.BgClassName
{
background-color: #282B1C;
}
</style>
border-color css
<style>
span { border-color: #282B1C; }
span { border-color: rgb(40,43,28); }
td.TdClassName
{
border-color: #282B1C;
}
.TagClassName
{
border-color: #282B1C;
}
</style>