Shades of Green Waterloo #21260A
Tints of Green Waterloo #21260A
RGB
CMYK
RGB Variations
Color information
#21260A (or 0x21260A) is known color: Green Waterloo. HEX triplet: 21, 26 and 0A. RGB value is (33,38,10). Sum of RGB (Red+Green+Blue) = 33+38+10=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #21260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260A is #DED9F5. Grayscale: #212121. Windows color (decimal): -14604790 or 665121. OLE color: 665121.
HSL color Cylindrical-coordinate representation of color #21260A: hue angle of 70.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21260A is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 10 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.85 |
| HSL | 70.71º | 0.58% | 0.09% | - |
| HSV(B) | 70.71º | 0.74% | 0.15% | - |
| XYZ | 1.38 | 1.73 | 0.55 | - |
| YUV | 33.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 10 | 0.13 | 0 | 0.74 | 0.85 | 70.71 | 0.58 | 0.09 |
| Hex | 21 | 26 | A | D | 0 | 4A | 55 | 47 | 3A | 9 |
| Octal | 41 | 46 | 12 | 15 | 0 | 112 | 125 | 107 | 72 | 11 |
| Binary | 100001 | 100110 | 1010 | 1101 | 0 | 1001010 | 1010101 | 1000111 | 111010 | 1001 |
Color Harmonies of #21260A
Complementary color
Monochromatic Colors of #21260A
Black with #21260A
Text Example
Text Example
White with #21260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21260A; }
p { color: rgb(33,38,10); }
H1.HeaderClassName
{
color: #21260A;
}
.AnyTagClassName
{
color: #21260A;
}
</style>
background-color css
<style>
a { background-color: #21260A; }
a { background-color: rgb(33,38,10); }
div.DivClassName
{
background-color: #21260A;
}
.BgClassName
{
background-color: #21260A;
}
</style>
border-color css
<style>
span { border-color: #21260A; }
span { border-color: rgb(33,38,10); }
td.TdClassName
{
border-color: #21260A;
}
.TagClassName
{
border-color: #21260A;
}
</style>