Shades of Green Waterloo #242519
Tints of Green Waterloo #242519
RGB
CMYK
RGB Variations
Color information
#242519 (or 0x242519) is known color: Green Waterloo. HEX triplet: 24, 25 and 19. RGB value is (36,37,25). Sum of RGB (Red+Green+Blue) = 36+37+25=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #242519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242519 is #DBDAE6. Grayscale: #232323. Windows color (decimal): -14408423 or 1647908. OLE color: 1647908.
HSL color Cylindrical-coordinate representation of color #242519: hue angle of 65º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #242519 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 37 | 25 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.85 |
| HSL | 65º | 0.19% | 0.12% | - |
| HSV(B) | 65º | 0.32% | 0.15% | - |
| XYZ | 1.56 | 1.77 | 1.18 | - |
| YUV | 35.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 25 | 0.03 | 0 | 0.32 | 0.85 | 65 | 0.19 | 0.12 |
| Hex | 24 | 25 | 19 | 3 | 0 | 20 | 55 | 41 | 13 | C |
| Octal | 44 | 45 | 31 | 3 | 0 | 40 | 125 | 101 | 23 | 14 |
| Binary | 100100 | 100101 | 11001 | 11 | 0 | 100000 | 1010101 | 1000001 | 10011 | 1100 |
Color Harmonies of #242519
Complementary color
Monochromatic Colors of #242519
Black with #242519
Text Example
Text Example
White with #242519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242519; }
p { color: rgb(36,37,25); }
H1.HeaderClassName
{
color: #242519;
}
.AnyTagClassName
{
color: #242519;
}
</style>
background-color css
<style>
a { background-color: #242519; }
a { background-color: rgb(36,37,25); }
div.DivClassName
{
background-color: #242519;
}
.BgClassName
{
background-color: #242519;
}
</style>
border-color css
<style>
span { border-color: #242519; }
span { border-color: rgb(36,37,25); }
td.TdClassName
{
border-color: #242519;
}
.TagClassName
{
border-color: #242519;
}
</style>