Shades of Green Waterloo #21260B
Tints of Green Waterloo #21260B
RGB
CMYK
RGB Variations
Color information
#21260B (or 0x21260B) is known color: Green Waterloo. HEX triplet: 21, 26 and 0B. RGB value is (33,38,11). Sum of RGB (Red+Green+Blue) = 33+38+11=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #21260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260B is #DED9F4. Grayscale: #212121. Windows color (decimal): -14604789 or 730657. OLE color: 730657.
HSL color Cylindrical-coordinate representation of color #21260B: hue angle of 71.11º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21260B is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 11 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.85 |
| HSL | 71.11º | 0.55% | 0.1% | - |
| HSV(B) | 71.11º | 0.71% | 0.15% | - |
| XYZ | 1.38 | 1.73 | 0.58 | - |
| YUV | 33.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 11 | 0.13 | 0 | 0.71 | 0.85 | 71.11 | 0.55 | 0.1 |
| Hex | 21 | 26 | B | D | 0 | 47 | 55 | 47 | 37 | A |
| Octal | 41 | 46 | 13 | 15 | 0 | 107 | 125 | 107 | 67 | 12 |
| Binary | 100001 | 100110 | 1011 | 1101 | 0 | 1000111 | 1010101 | 1000111 | 110111 | 1010 |
Color Harmonies of #21260B
Complementary color
Monochromatic Colors of #21260B
Black with #21260B
Text Example
Text Example
White with #21260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21260B; }
p { color: rgb(33,38,11); }
H1.HeaderClassName
{
color: #21260B;
}
.AnyTagClassName
{
color: #21260B;
}
</style>
background-color css
<style>
a { background-color: #21260B; }
a { background-color: rgb(33,38,11); }
div.DivClassName
{
background-color: #21260B;
}
.BgClassName
{
background-color: #21260B;
}
</style>
border-color css
<style>
span { border-color: #21260B; }
span { border-color: rgb(33,38,11); }
td.TdClassName
{
border-color: #21260B;
}
.TagClassName
{
border-color: #21260B;
}
</style>