Shades of Green Waterloo #242611
Tints of Green Waterloo #242611
RGB
CMYK
RGB Variations
Color information
#242611 (or 0x242611) is known color: Green Waterloo. HEX triplet: 24, 26 and 11. RGB value is (36,38,17). Sum of RGB (Red+Green+Blue) = 36+38+17=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #242611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242611 is #DBD9EE. Grayscale: #232323. Windows color (decimal): -14408175 or 1123876. OLE color: 1123876.
HSL color Cylindrical-coordinate representation of color #242611: hue angle of 65.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #242611 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 38 | 17 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.85 |
| HSL | 65.71º | 0.38% | 0.11% | - |
| HSV(B) | 65.71º | 0.55% | 0.15% | - |
| XYZ | 1.52 | 1.8 | 0.8 | - |
| YUV | 35.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 17 | 0.05 | 0 | 0.55 | 0.85 | 65.71 | 0.38 | 0.11 |
| Hex | 24 | 26 | 11 | 5 | 0 | 37 | 55 | 42 | 26 | B |
| Octal | 44 | 46 | 21 | 5 | 0 | 67 | 125 | 102 | 46 | 13 |
| Binary | 100100 | 100110 | 10001 | 101 | 0 | 110111 | 1010101 | 1000010 | 100110 | 1011 |
Color Harmonies of #242611
Complementary color
Monochromatic Colors of #242611
Black with #242611
Text Example
Text Example
White with #242611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242611; }
p { color: rgb(36,38,17); }
H1.HeaderClassName
{
color: #242611;
}
.AnyTagClassName
{
color: #242611;
}
</style>
background-color css
<style>
a { background-color: #242611; }
a { background-color: rgb(36,38,17); }
div.DivClassName
{
background-color: #242611;
}
.BgClassName
{
background-color: #242611;
}
</style>
border-color css
<style>
span { border-color: #242611; }
span { border-color: rgb(36,38,17); }
td.TdClassName
{
border-color: #242611;
}
.TagClassName
{
border-color: #242611;
}
</style>