Shades of Green Waterloo #212509
Tints of Green Waterloo #212509
RGB
CMYK
RGB Variations
Color information
#212509 (or 0x212509) is known color: Green Waterloo. HEX triplet: 21, 25 and 09. RGB value is (33,37,9). Sum of RGB (Red+Green+Blue) = 33+37+9=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #212509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212509 is #DEDAF6. Grayscale: #202020. Windows color (decimal): -14605047 or 599329. OLE color: 599329.
HSL color Cylindrical-coordinate representation of color #212509: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212509 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 9 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.85 |
| HSL | 68.57º | 0.61% | 0.09% | - |
| HSV(B) | 68.57º | 0.76% | 0.15% | - |
| XYZ | 1.34 | 1.67 | 0.51 | - |
| YUV | 32.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 9 | 0.11 | 0 | 0.76 | 0.85 | 68.57 | 0.61 | 0.09 |
| Hex | 21 | 25 | 9 | B | 0 | 4C | 55 | 45 | 3D | 9 |
| Octal | 41 | 45 | 11 | 13 | 0 | 114 | 125 | 105 | 75 | 11 |
| Binary | 100001 | 100101 | 1001 | 1011 | 0 | 1001100 | 1010101 | 1000101 | 111101 | 1001 |
Color Harmonies of #212509
Complementary color
Monochromatic Colors of #212509
Black with #212509
Text Example
Text Example
White with #212509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212509; }
p { color: rgb(33,37,9); }
H1.HeaderClassName
{
color: #212509;
}
.AnyTagClassName
{
color: #212509;
}
</style>
background-color css
<style>
a { background-color: #212509; }
a { background-color: rgb(33,37,9); }
div.DivClassName
{
background-color: #212509;
}
.BgClassName
{
background-color: #212509;
}
</style>
border-color css
<style>
span { border-color: #212509; }
span { border-color: rgb(33,37,9); }
td.TdClassName
{
border-color: #212509;
}
.TagClassName
{
border-color: #212509;
}
</style>