Shades of Green Waterloo #242912
Tints of Green Waterloo #242912
RGB
CMYK
RGB Variations
Color information
#242912 (or 0x242912) is known color: Green Waterloo. HEX triplet: 24, 29 and 12. RGB value is (36,41,18). Sum of RGB (Red+Green+Blue) = 36+41+18=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #242912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242912 is #DBD6ED. Grayscale: #242424. Windows color (decimal): -14407406 or 1190180. OLE color: 1190180.
HSL color Cylindrical-coordinate representation of color #242912: hue angle of 73.04º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242912 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 18 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.84 |
| HSL | 73.04º | 0.39% | 0.12% | - |
| HSV(B) | 73.04º | 0.56% | 0.16% | - |
| XYZ | 1.63 | 2 | 0.87 | - |
| YUV | 36.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 18 | 0.12 | 0 | 0.56 | 0.84 | 73.04 | 0.39 | 0.12 |
| Hex | 24 | 29 | 12 | C | 0 | 38 | 54 | 49 | 27 | C |
| Octal | 44 | 51 | 22 | 14 | 0 | 70 | 124 | 111 | 47 | 14 |
| Binary | 100100 | 101001 | 10010 | 1100 | 0 | 111000 | 1010100 | 1001001 | 100111 | 1100 |
Color Harmonies of #242912
Complementary color
Monochromatic Colors of #242912
Black with #242912
Text Example
Text Example
White with #242912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242912; }
p { color: rgb(36,41,18); }
H1.HeaderClassName
{
color: #242912;
}
.AnyTagClassName
{
color: #242912;
}
</style>
background-color css
<style>
a { background-color: #242912; }
a { background-color: rgb(36,41,18); }
div.DivClassName
{
background-color: #242912;
}
.BgClassName
{
background-color: #242912;
}
</style>
border-color css
<style>
span { border-color: #242912; }
span { border-color: rgb(36,41,18); }
td.TdClassName
{
border-color: #242912;
}
.TagClassName
{
border-color: #242912;
}
</style>