Shades of Green Waterloo #212605
Tints of Green Waterloo #212605
RGB
CMYK
RGB Variations
Color information
#212605 (or 0x212605) is known color: Green Waterloo. HEX triplet: 21, 26 and 05. RGB value is (33,38,5). Sum of RGB (Red+Green+Blue) = 33+38+5=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #212605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212605 is #DED9FA. Grayscale: #202020. Windows color (decimal): -14604795 or 337441. OLE color: 337441.
HSL color Cylindrical-coordinate representation of color #212605: hue angle of 69.09º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212605 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 5 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.85 |
| HSL | 69.09º | 0.77% | 0.08% | - |
| HSV(B) | 69.09º | 0.87% | 0.15% | - |
| XYZ | 1.35 | 1.72 | 0.4 | - |
| YUV | 32.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 5 | 0.13 | 0 | 0.87 | 0.85 | 69.09 | 0.77 | 0.08 |
| Hex | 21 | 26 | 5 | D | 0 | 57 | 55 | 45 | 4D | 8 |
| Octal | 41 | 46 | 5 | 15 | 0 | 127 | 125 | 105 | 115 | 10 |
| Binary | 100001 | 100110 | 101 | 1101 | 0 | 1010111 | 1010101 | 1000101 | 1001101 | 1000 |
Color Harmonies of #212605
Complementary color
Monochromatic Colors of #212605
Black with #212605
Text Example
Text Example
White with #212605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212605; }
p { color: rgb(33,38,5); }
H1.HeaderClassName
{
color: #212605;
}
.AnyTagClassName
{
color: #212605;
}
</style>
background-color css
<style>
a { background-color: #212605; }
a { background-color: rgb(33,38,5); }
div.DivClassName
{
background-color: #212605;
}
.BgClassName
{
background-color: #212605;
}
</style>
border-color css
<style>
span { border-color: #212605; }
span { border-color: rgb(33,38,5); }
td.TdClassName
{
border-color: #212605;
}
.TagClassName
{
border-color: #212605;
}
</style>