Shades of Green Waterloo #20240C
Tints of Green Waterloo #20240C
RGB
CMYK
RGB Variations
Color information
#20240C (or 0x20240C) is known color: Green Waterloo. HEX triplet: 20, 24 and 0C. RGB value is (32,36,12). Sum of RGB (Red+Green+Blue) = 32+36+12=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #20240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20240C is #DFDBF3. Grayscale: #202020. Windows color (decimal): -14670836 or 795680. OLE color: 795680.
HSL color Cylindrical-coordinate representation of color #20240C: hue angle of 70º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20240C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 12 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.86 |
| HSL | 70º | 0.5% | 0.09% | - |
| HSV(B) | 70º | 0.67% | 0.14% | - |
| XYZ | 1.29 | 1.6 | 0.59 | - |
| YUV | 32.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 12 | 0.11 | 0 | 0.67 | 0.86 | 70 | 0.5 | 0.09 |
| Hex | 20 | 24 | C | B | 0 | 43 | 56 | 46 | 32 | 9 |
| Octal | 40 | 44 | 14 | 13 | 0 | 103 | 126 | 106 | 62 | 11 |
| Binary | 100000 | 100100 | 1100 | 1011 | 0 | 1000011 | 1010110 | 1000110 | 110010 | 1001 |
Color Harmonies of #20240C
Complementary color
Monochromatic Colors of #20240C
Black with #20240C
Text Example
Text Example
White with #20240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20240C; }
p { color: rgb(32,36,12); }
H1.HeaderClassName
{
color: #20240C;
}
.AnyTagClassName
{
color: #20240C;
}
</style>
background-color css
<style>
a { background-color: #20240C; }
a { background-color: rgb(32,36,12); }
div.DivClassName
{
background-color: #20240C;
}
.BgClassName
{
background-color: #20240C;
}
</style>
border-color css
<style>
span { border-color: #20240C; }
span { border-color: rgb(32,36,12); }
td.TdClassName
{
border-color: #20240C;
}
.TagClassName
{
border-color: #20240C;
}
</style>