Shades of Green Waterloo #20260A
Tints of Green Waterloo #20260A
RGB
CMYK
RGB Variations
Color information
#20260A (or 0x20260A) is known color: Green Waterloo. HEX triplet: 20, 26 and 0A. RGB value is (32,38,10). Sum of RGB (Red+Green+Blue) = 32+38+10=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #20260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20260A is #DFD9F5. Grayscale: #212121. Windows color (decimal): -14670326 or 665120. OLE color: 665120.
HSL color Cylindrical-coordinate representation of color #20260A: hue angle of 72.86º 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 #20260A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 38 | 10 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.85 |
| HSL | 72.86º | 0.58% | 0.09% | - |
| HSV(B) | 72.86º | 0.74% | 0.15% | - |
| XYZ | 1.34 | 1.72 | 0.55 | - |
| YUV | 33.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 10 | 0.16 | 0 | 0.74 | 0.85 | 72.86 | 0.58 | 0.09 |
| Hex | 20 | 26 | A | 10 | 0 | 4A | 55 | 49 | 3A | 9 |
| Octal | 40 | 46 | 12 | 20 | 0 | 112 | 125 | 111 | 72 | 11 |
| Binary | 100000 | 100110 | 1010 | 10000 | 0 | 1001010 | 1010101 | 1001001 | 111010 | 1001 |
Color Harmonies of #20260A
Complementary color
Monochromatic Colors of #20260A
Black with #20260A
Text Example
Text Example
White with #20260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20260A; }
p { color: rgb(32,38,10); }
H1.HeaderClassName
{
color: #20260A;
}
.AnyTagClassName
{
color: #20260A;
}
</style>
background-color css
<style>
a { background-color: #20260A; }
a { background-color: rgb(32,38,10); }
div.DivClassName
{
background-color: #20260A;
}
.BgClassName
{
background-color: #20260A;
}
</style>
border-color css
<style>
span { border-color: #20260A; }
span { border-color: rgb(32,38,10); }
td.TdClassName
{
border-color: #20260A;
}
.TagClassName
{
border-color: #20260A;
}
</style>