Shades of Green Waterloo #242906
Tints of Green Waterloo #242906
RGB
CMYK
RGB Variations
Color information
#242906 (or 0x242906) is known color: Green Waterloo. HEX triplet: 24, 29 and 06. RGB value is (36,41,6). Sum of RGB (Red+Green+Blue) = 36+41+6=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #242906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242906 is #DBD6F9. Grayscale: #232323. Windows color (decimal): -14407418 or 403748. OLE color: 403748.
HSL color Cylindrical-coordinate representation of color #242906: hue angle of 68.57º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242906 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 6 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.84 |
| HSL | 68.57º | 0.74% | 0.09% | - |
| HSV(B) | 68.57º | 0.85% | 0.16% | - |
| XYZ | 1.55 | 1.97 | 0.47 | - |
| YUV | 35.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 6 | 0.12 | 0 | 0.85 | 0.84 | 68.57 | 0.74 | 0.09 |
| Hex | 24 | 29 | 6 | C | 0 | 55 | 54 | 45 | 4A | 9 |
| Octal | 44 | 51 | 6 | 14 | 0 | 125 | 124 | 105 | 112 | 11 |
| Binary | 100100 | 101001 | 110 | 1100 | 0 | 1010101 | 1010100 | 1000101 | 1001010 | 1001 |
Color Harmonies of #242906
Complementary color
Monochromatic Colors of #242906
Black with #242906
Text Example
Text Example
White with #242906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242906; }
p { color: rgb(36,41,6); }
H1.HeaderClassName
{
color: #242906;
}
.AnyTagClassName
{
color: #242906;
}
</style>
background-color css
<style>
a { background-color: #242906; }
a { background-color: rgb(36,41,6); }
div.DivClassName
{
background-color: #242906;
}
.BgClassName
{
background-color: #242906;
}
</style>
border-color css
<style>
span { border-color: #242906; }
span { border-color: rgb(36,41,6); }
td.TdClassName
{
border-color: #242906;
}
.TagClassName
{
border-color: #242906;
}
</style>