Shades of Green Waterloo #212503
Tints of Green Waterloo #212503
RGB
CMYK
RGB Variations
Color information
#212503 (or 0x212503) is known color: Green Waterloo. HEX triplet: 21, 25 and 03. RGB value is (33,37,3). Sum of RGB (Red+Green+Blue) = 33+37+3=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #212503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212503 is #DEDAFC. Grayscale: #202020. Windows color (decimal): -14605053 or 206113. OLE color: 206113.
HSL color Cylindrical-coordinate representation of color #212503: hue angle of 67.06º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #212503 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 3 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.85 |
| HSL | 67.06º | 0.85% | 0.08% | - |
| HSV(B) | 67.06º | 0.92% | 0.15% | - |
| XYZ | 1.31 | 1.65 | 0.34 | - |
| YUV | 31.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 3 | 0.11 | 0 | 0.92 | 0.85 | 67.06 | 0.85 | 0.08 |
| Hex | 21 | 25 | 3 | B | 0 | 5C | 55 | 43 | 55 | 8 |
| Octal | 41 | 45 | 3 | 13 | 0 | 134 | 125 | 103 | 125 | 10 |
| Binary | 100001 | 100101 | 11 | 1011 | 0 | 1011100 | 1010101 | 1000011 | 1010101 | 1000 |
Color Harmonies of #212503
Complementary color
Monochromatic Colors of #212503
Black with #212503
Text Example
Text Example
White with #212503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212503; }
p { color: rgb(33,37,3); }
H1.HeaderClassName
{
color: #212503;
}
.AnyTagClassName
{
color: #212503;
}
</style>
background-color css
<style>
a { background-color: #212503; }
a { background-color: rgb(33,37,3); }
div.DivClassName
{
background-color: #212503;
}
.BgClassName
{
background-color: #212503;
}
</style>
border-color css
<style>
span { border-color: #212503; }
span { border-color: rgb(33,37,3); }
td.TdClassName
{
border-color: #212503;
}
.TagClassName
{
border-color: #212503;
}
</style>