Shades of Green Waterloo #242809
Tints of Green Waterloo #242809
RGB
CMYK
RGB Variations
Color information
#242809 (or 0x242809) is known color: Green Waterloo. HEX triplet: 24, 28 and 09. RGB value is (36,40,9). Sum of RGB (Red+Green+Blue) = 36+40+9=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #242809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242809 is #DBD7F6. Grayscale: #232323. Windows color (decimal): -14407671 or 600100. OLE color: 600100.
HSL color Cylindrical-coordinate representation of color #242809: hue angle of 67.74º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242809 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 9 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.84 |
| HSL | 67.74º | 0.63% | 0.1% | - |
| HSV(B) | 67.74º | 0.78% | 0.16% | - |
| XYZ | 1.54 | 1.91 | 0.55 | - |
| YUV | 35.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 9 | 0.10 | 0 | 0.78 | 0.84 | 67.74 | 0.63 | 0.1 |
| Hex | 24 | 28 | 9 | A | 0 | 4E | 54 | 44 | 3F | A |
| Octal | 44 | 50 | 11 | 12 | 0 | 116 | 124 | 104 | 77 | 12 |
| Binary | 100100 | 101000 | 1001 | 1010 | 0 | 1001110 | 1010100 | 1000100 | 111111 | 1010 |
Color Harmonies of #242809
Complementary color
Monochromatic Colors of #242809
Black with #242809
Text Example
Text Example
White with #242809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242809; }
p { color: rgb(36,40,9); }
H1.HeaderClassName
{
color: #242809;
}
.AnyTagClassName
{
color: #242809;
}
</style>
background-color css
<style>
a { background-color: #242809; }
a { background-color: rgb(36,40,9); }
div.DivClassName
{
background-color: #242809;
}
.BgClassName
{
background-color: #242809;
}
</style>
border-color css
<style>
span { border-color: #242809; }
span { border-color: rgb(36,40,9); }
td.TdClassName
{
border-color: #242809;
}
.TagClassName
{
border-color: #242809;
}
</style>