Shades of Green Waterloo #20240A
Tints of Green Waterloo #20240A
RGB
CMYK
RGB Variations
Color information
#20240A (or 0x20240A) is known color: Green Waterloo. HEX triplet: 20, 24 and 0A. RGB value is (32,36,10). Sum of RGB (Red+Green+Blue) = 32+36+10=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #20240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20240A is #DFDBF5. Grayscale: #1F1F1F. Windows color (decimal): -14670838 or 664608. OLE color: 664608.
HSL color Cylindrical-coordinate representation of color #20240A: hue angle of 69.23º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20240A is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 10 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.86 |
| HSL | 69.23º | 0.57% | 0.09% | - |
| HSV(B) | 69.23º | 0.72% | 0.14% | - |
| XYZ | 1.28 | 1.59 | 0.53 | - |
| YUV | 31.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 10 | 0.11 | 0 | 0.72 | 0.86 | 69.23 | 0.57 | 0.09 |
| Hex | 20 | 24 | A | B | 0 | 48 | 56 | 45 | 39 | 9 |
| Octal | 40 | 44 | 12 | 13 | 0 | 110 | 126 | 105 | 71 | 11 |
| Binary | 100000 | 100100 | 1010 | 1011 | 0 | 1001000 | 1010110 | 1000101 | 111001 | 1001 |
Color Harmonies of #20240A
Complementary color
Monochromatic Colors of #20240A
Black with #20240A
Text Example
Text Example
White with #20240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20240A; }
p { color: rgb(32,36,10); }
H1.HeaderClassName
{
color: #20240A;
}
.AnyTagClassName
{
color: #20240A;
}
</style>
background-color css
<style>
a { background-color: #20240A; }
a { background-color: rgb(32,36,10); }
div.DivClassName
{
background-color: #20240A;
}
.BgClassName
{
background-color: #20240A;
}
</style>
border-color css
<style>
span { border-color: #20240A; }
span { border-color: rgb(32,36,10); }
td.TdClassName
{
border-color: #20240A;
}
.TagClassName
{
border-color: #20240A;
}
</style>