Shades of Green Waterloo #212802
Tints of Green Waterloo #212802
RGB
CMYK
RGB Variations
Color information
#212802 (or 0x212802) is known color: Green Waterloo. HEX triplet: 21, 28 and 02. RGB value is (33,40,2). Sum of RGB (Red+Green+Blue) = 33+40+2=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #212802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212802 is #DED7FD. Grayscale: #212121. Windows color (decimal): -14604286 or 141345. OLE color: 141345.
HSL color Cylindrical-coordinate representation of color #212802: hue angle of 71.05º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #212802 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 40 | 2 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.84 |
| HSL | 71.05º | 0.9% | 0.08% | - |
| HSV(B) | 71.05º | 0.95% | 0.16% | - |
| XYZ | 1.4 | 1.85 | 0.34 | - |
| YUV | 33.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 2 | 0.17 | 0 | 0.95 | 0.84 | 71.05 | 0.9 | 0.08 |
| Hex | 21 | 28 | 2 | 11 | 0 | 5F | 54 | 47 | 5A | 8 |
| Octal | 41 | 50 | 2 | 21 | 0 | 137 | 124 | 107 | 132 | 10 |
| Binary | 100001 | 101000 | 10 | 10001 | 0 | 1011111 | 1010100 | 1000111 | 1011010 | 1000 |
Color Harmonies of #212802
Complementary color
Monochromatic Colors of #212802
Black with #212802
Text Example
Text Example
White with #212802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212802; }
p { color: rgb(33,40,2); }
H1.HeaderClassName
{
color: #212802;
}
.AnyTagClassName
{
color: #212802;
}
</style>
background-color css
<style>
a { background-color: #212802; }
a { background-color: rgb(33,40,2); }
div.DivClassName
{
background-color: #212802;
}
.BgClassName
{
background-color: #212802;
}
</style>
border-color css
<style>
span { border-color: #212802; }
span { border-color: rgb(33,40,2); }
td.TdClassName
{
border-color: #212802;
}
.TagClassName
{
border-color: #212802;
}
</style>