Shades of Green Waterloo #242910
Tints of Green Waterloo #242910
RGB
CMYK
RGB Variations
Color information
#242910 (or 0x242910) is known color: Green Waterloo. HEX triplet: 24, 29 and 10. RGB value is (36,41,16). Sum of RGB (Red+Green+Blue) = 36+41+16=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #242910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242910 is #DBD6EF. Grayscale: #242424. Windows color (decimal): -14407408 or 1059108. OLE color: 1059108.
HSL color Cylindrical-coordinate representation of color #242910: hue angle of 72º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #242910 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 16 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.84 |
| HSL | 72º | 0.44% | 0.11% | - |
| HSV(B) | 72º | 0.61% | 0.16% | - |
| XYZ | 1.61 | 2 | 0.79 | - |
| YUV | 36.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 16 | 0.12 | 0 | 0.61 | 0.84 | 72 | 0.44 | 0.11 |
| Hex | 24 | 29 | 10 | C | 0 | 3D | 54 | 48 | 2C | B |
| Octal | 44 | 51 | 20 | 14 | 0 | 75 | 124 | 110 | 54 | 13 |
| Binary | 100100 | 101001 | 10000 | 1100 | 0 | 111101 | 1010100 | 1001000 | 101100 | 1011 |
Color Harmonies of #242910
Complementary color
Monochromatic Colors of #242910
Black with #242910
Text Example
Text Example
White with #242910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242910; }
p { color: rgb(36,41,16); }
H1.HeaderClassName
{
color: #242910;
}
.AnyTagClassName
{
color: #242910;
}
</style>
background-color css
<style>
a { background-color: #242910; }
a { background-color: rgb(36,41,16); }
div.DivClassName
{
background-color: #242910;
}
.BgClassName
{
background-color: #242910;
}
</style>
border-color css
<style>
span { border-color: #242910; }
span { border-color: rgb(36,41,16); }
td.TdClassName
{
border-color: #242910;
}
.TagClassName
{
border-color: #242910;
}
</style>