Shades of Green Waterloo #24290A
Tints of Green Waterloo #24290A
RGB
CMYK
RGB Variations
Color information
#24290A (or 0x24290A) is known color: Green Waterloo. HEX triplet: 24, 29 and 0A. RGB value is (36,41,10). Sum of RGB (Red+Green+Blue) = 36+41+10=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #24290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24290A is #DBD6F5. Grayscale: #242424. Windows color (decimal): -14407414 or 665892. OLE color: 665892.
HSL color Cylindrical-coordinate representation of color #24290A: hue angle of 69.68º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24290A is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 10 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.84 |
| HSL | 69.68º | 0.61% | 0.1% | - |
| HSV(B) | 69.68º | 0.76% | 0.16% | - |
| XYZ | 1.58 | 1.98 | 0.59 | - |
| YUV | 35.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 10 | 0.12 | 0 | 0.76 | 0.84 | 69.68 | 0.61 | 0.1 |
| Hex | 24 | 29 | A | C | 0 | 4C | 54 | 46 | 3D | A |
| Octal | 44 | 51 | 12 | 14 | 0 | 114 | 124 | 106 | 75 | 12 |
| Binary | 100100 | 101001 | 1010 | 1100 | 0 | 1001100 | 1010100 | 1000110 | 111101 | 1010 |
Color Harmonies of #24290A
Complementary color
Monochromatic Colors of #24290A
Black with #24290A
Text Example
Text Example
White with #24290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24290A; }
p { color: rgb(36,41,10); }
H1.HeaderClassName
{
color: #24290A;
}
.AnyTagClassName
{
color: #24290A;
}
</style>
background-color css
<style>
a { background-color: #24290A; }
a { background-color: rgb(36,41,10); }
div.DivClassName
{
background-color: #24290A;
}
.BgClassName
{
background-color: #24290A;
}
</style>
border-color css
<style>
span { border-color: #24290A; }
span { border-color: rgb(36,41,10); }
td.TdClassName
{
border-color: #24290A;
}
.TagClassName
{
border-color: #24290A;
}
</style>