Shades of Green Waterloo #20240D
Tints of Green Waterloo #20240D
RGB
CMYK
RGB Variations
Color information
#20240D (or 0x20240D) is known color: Green Waterloo. HEX triplet: 20, 24 and 0D. RGB value is (32,36,13). Sum of RGB (Red+Green+Blue) = 32+36+13=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #20240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20240D is #DFDBF2. Grayscale: #202020. Windows color (decimal): -14670835 or 861216. OLE color: 861216.
HSL color Cylindrical-coordinate representation of color #20240D: hue angle of 70.43º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20240D is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 13 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.86 |
| HSL | 70.43º | 0.47% | 0.1% | - |
| HSV(B) | 70.43º | 0.64% | 0.14% | - |
| XYZ | 1.3 | 1.6 | 0.62 | - |
| YUV | 32.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 13 | 0.11 | 0 | 0.64 | 0.86 | 70.43 | 0.47 | 0.1 |
| Hex | 20 | 24 | D | B | 0 | 40 | 56 | 46 | 2F | A |
| Octal | 40 | 44 | 15 | 13 | 0 | 100 | 126 | 106 | 57 | 12 |
| Binary | 100000 | 100100 | 1101 | 1011 | 0 | 1000000 | 1010110 | 1000110 | 101111 | 1010 |
Color Harmonies of #20240D
Complementary color
Monochromatic Colors of #20240D
Black with #20240D
Text Example
Text Example
White with #20240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20240D; }
p { color: rgb(32,36,13); }
H1.HeaderClassName
{
color: #20240D;
}
.AnyTagClassName
{
color: #20240D;
}
</style>
background-color css
<style>
a { background-color: #20240D; }
a { background-color: rgb(32,36,13); }
div.DivClassName
{
background-color: #20240D;
}
.BgClassName
{
background-color: #20240D;
}
</style>
border-color css
<style>
span { border-color: #20240D; }
span { border-color: rgb(32,36,13); }
td.TdClassName
{
border-color: #20240D;
}
.TagClassName
{
border-color: #20240D;
}
</style>