Shades of Green Waterloo #212501
Tints of Green Waterloo #212501
RGB
CMYK
RGB Variations
Color information
#212501 (or 0x212501) is known color: Green Waterloo. HEX triplet: 21, 25 and 01. RGB value is (33,37,1). Sum of RGB (Red+Green+Blue) = 33+37+1=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #212501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212501 is #DEDAFE. Grayscale: #1F1F1F. Windows color (decimal): -14605055 or 75041. OLE color: 75041.
HSL color Cylindrical-coordinate representation of color #212501: hue angle of 66.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #212501 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 1 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.85 |
| HSL | 66.67º | 0.95% | 0.07% | - |
| HSV(B) | 66.67º | 0.97% | 0.15% | - |
| XYZ | 1.29 | 1.65 | 0.28 | - |
| YUV | 31.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 1 | 0.11 | 0 | 0.97 | 0.85 | 66.67 | 0.95 | 0.07 |
| Hex | 21 | 25 | 1 | B | 0 | 61 | 55 | 43 | 5F | 7 |
| Octal | 41 | 45 | 1 | 13 | 0 | 141 | 125 | 103 | 137 | 7 |
| Binary | 100001 | 100101 | 1 | 1011 | 0 | 1100001 | 1010101 | 1000011 | 1011111 | 111 |
Color Harmonies of #212501
Complementary color
Monochromatic Colors of #212501
Black with #212501
Text Example
Text Example
White with #212501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212501; }
p { color: rgb(33,37,1); }
H1.HeaderClassName
{
color: #212501;
}
.AnyTagClassName
{
color: #212501;
}
</style>
background-color css
<style>
a { background-color: #212501; }
a { background-color: rgb(33,37,1); }
div.DivClassName
{
background-color: #212501;
}
.BgClassName
{
background-color: #212501;
}
</style>
border-color css
<style>
span { border-color: #212501; }
span { border-color: rgb(33,37,1); }
td.TdClassName
{
border-color: #212501;
}
.TagClassName
{
border-color: #212501;
}
</style>