Shades of Green Waterloo #242804
Tints of Green Waterloo #242804
RGB
CMYK
RGB Variations
Color information
#242804 (or 0x242804) is known color: Green Waterloo. HEX triplet: 24, 28 and 04. RGB value is (36,40,4). Sum of RGB (Red+Green+Blue) = 36+40+4=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #242804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242804 is #DBD7FB. Grayscale: #222222. Windows color (decimal): -14407676 or 272420. OLE color: 272420.
HSL color Cylindrical-coordinate representation of color #242804: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #242804 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 4 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.84 |
| HSL | 66.67º | 0.82% | 0.09% | - |
| HSV(B) | 66.67º | 0.9% | 0.16% | - |
| XYZ | 1.51 | 1.9 | 0.4 | - |
| YUV | 34.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 4 | 0.10 | 0 | 0.90 | 0.84 | 66.67 | 0.82 | 0.09 |
| Hex | 24 | 28 | 4 | A | 0 | 5A | 54 | 43 | 52 | 9 |
| Octal | 44 | 50 | 4 | 12 | 0 | 132 | 124 | 103 | 122 | 11 |
| Binary | 100100 | 101000 | 100 | 1010 | 0 | 1011010 | 1010100 | 1000011 | 1010010 | 1001 |
Color Harmonies of #242804
Complementary color
Monochromatic Colors of #242804
Black with #242804
Text Example
Text Example
White with #242804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242804; }
p { color: rgb(36,40,4); }
H1.HeaderClassName
{
color: #242804;
}
.AnyTagClassName
{
color: #242804;
}
</style>
background-color css
<style>
a { background-color: #242804; }
a { background-color: rgb(36,40,4); }
div.DivClassName
{
background-color: #242804;
}
.BgClassName
{
background-color: #242804;
}
</style>
border-color css
<style>
span { border-color: #242804; }
span { border-color: rgb(36,40,4); }
td.TdClassName
{
border-color: #242804;
}
.TagClassName
{
border-color: #242804;
}
</style>