Shades of Green Waterloo #212415
Tints of Green Waterloo #212415
RGB
CMYK
RGB Variations
Color information
#212415 (or 0x212415) is known color: Green Waterloo. HEX triplet: 21, 24 and 15. RGB value is (33,36,21). Sum of RGB (Red+Green+Blue) = 33+36+21=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #212415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212415 is #DEDBEA. Grayscale: #212121. Windows color (decimal): -14605291 or 1385505. OLE color: 1385505.
HSL color Cylindrical-coordinate representation of color #212415: hue angle of 72º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212415 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 21 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.86 |
| HSL | 72º | 0.26% | 0.11% | - |
| HSV(B) | 72º | 0.42% | 0.14% | - |
| XYZ | 1.39 | 1.64 | 0.95 | - |
| YUV | 33.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 21 | 0.08 | 0 | 0.42 | 0.86 | 72 | 0.26 | 0.11 |
| Hex | 21 | 24 | 15 | 8 | 0 | 2A | 56 | 48 | 1A | B |
| Octal | 41 | 44 | 25 | 10 | 0 | 52 | 126 | 110 | 32 | 13 |
| Binary | 100001 | 100100 | 10101 | 1000 | 0 | 101010 | 1010110 | 1001000 | 11010 | 1011 |
Color Harmonies of #212415
Complementary color
Monochromatic Colors of #212415
Black with #212415
Text Example
Text Example
White with #212415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212415; }
p { color: rgb(33,36,21); }
H1.HeaderClassName
{
color: #212415;
}
.AnyTagClassName
{
color: #212415;
}
</style>
background-color css
<style>
a { background-color: #212415; }
a { background-color: rgb(33,36,21); }
div.DivClassName
{
background-color: #212415;
}
.BgClassName
{
background-color: #212415;
}
</style>
border-color css
<style>
span { border-color: #212415; }
span { border-color: rgb(33,36,21); }
td.TdClassName
{
border-color: #212415;
}
.TagClassName
{
border-color: #212415;
}
</style>