Shades of Green Waterloo #20260B
Tints of Green Waterloo #20260B
RGB
CMYK
RGB Variations
Color information
#20260B (or 0x20260B) is known color: Green Waterloo. HEX triplet: 20, 26 and 0B. RGB value is (32,38,11). Sum of RGB (Red+Green+Blue) = 32+38+11=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #20260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20260B is #DFD9F4. Grayscale: #212121. Windows color (decimal): -14670325 or 730656. OLE color: 730656.
HSL color Cylindrical-coordinate representation of color #20260B: hue angle of 73.33º 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 #20260B is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
RGB | 32 | 38 | 11 | - |
CMYK | 0.16 | 0 | 0.71 | 0.85 |
HSL | 73.33º | 0.55% | 0.1% | - |
HSV(B) | 73.33º | 0.71% | 0.15% | - |
XYZ | 1.35 | 1.72 | 0.58 | - |
YUV | 33.13 | 115.51 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 38 | 11 | 0.16 | 0 | 0.71 | 0.85 | 73.33 | 0.55 | 0.1 |
Hex | 20 | 26 | B | 10 | 0 | 47 | 55 | 49 | 37 | A |
Octal | 40 | 46 | 13 | 20 | 0 | 107 | 125 | 111 | 67 | 12 |
Binary | 100000 | 100110 | 1011 | 10000 | 0 | 1000111 | 1010101 | 1001001 | 110111 | 1010 |
Color Harmonies of #20260B
Complementary color
Monochromatic Colors of #20260B
Black with #20260B
Text Example
Text Example
White with #20260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20260B; }
p { color: rgb(32,38,11); }
H1.HeaderClassName
{
color: #20260B;
}
.AnyTagClassName
{
color: #20260B;
}
</style>
background-color css
<style>
a { background-color: #20260B; }
a { background-color: rgb(32,38,11); }
div.DivClassName
{
background-color: #20260B;
}
.BgClassName
{
background-color: #20260B;
}
</style>
border-color css
<style>
span { border-color: #20260B; }
span { border-color: rgb(32,38,11); }
td.TdClassName
{
border-color: #20260B;
}
.TagClassName
{
border-color: #20260B;
}
</style>