Shades of Green Waterloo #242616
Tints of Green Waterloo #242616
RGB
CMYK
RGB Variations
Color information
#242616 (or 0x242616) is known color: Green Waterloo. HEX triplet: 24, 26 and 16. RGB value is (36,38,22). Sum of RGB (Red+Green+Blue) = 36+38+22=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #242616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242616 is #DBD9E9. Grayscale: #232323. Windows color (decimal): -14408170 or 1451556. OLE color: 1451556.
HSL color Cylindrical-coordinate representation of color #242616: hue angle of 67.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #242616 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 38 | 22 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.85 |
| HSL | 67.5º | 0.27% | 0.12% | - |
| HSV(B) | 67.5º | 0.42% | 0.15% | - |
| XYZ | 1.57 | 1.82 | 1.03 | - |
| YUV | 35.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 22 | 0.05 | 0 | 0.42 | 0.85 | 67.5 | 0.27 | 0.12 |
| Hex | 24 | 26 | 16 | 5 | 0 | 2A | 55 | 44 | 1B | C |
| Octal | 44 | 46 | 26 | 5 | 0 | 52 | 125 | 104 | 33 | 14 |
| Binary | 100100 | 100110 | 10110 | 101 | 0 | 101010 | 1010101 | 1000100 | 11011 | 1100 |
Color Harmonies of #242616
Complementary color
Monochromatic Colors of #242616
Black with #242616
Text Example
Text Example
White with #242616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242616; }
p { color: rgb(36,38,22); }
H1.HeaderClassName
{
color: #242616;
}
.AnyTagClassName
{
color: #242616;
}
</style>
background-color css
<style>
a { background-color: #242616; }
a { background-color: rgb(36,38,22); }
div.DivClassName
{
background-color: #242616;
}
.BgClassName
{
background-color: #242616;
}
</style>
border-color css
<style>
span { border-color: #242616; }
span { border-color: rgb(36,38,22); }
td.TdClassName
{
border-color: #242616;
}
.TagClassName
{
border-color: #242616;
}
</style>