Shades of Green Waterloo #242510
Tints of Green Waterloo #242510
RGB
CMYK
RGB Variations
Color information
#242510 (or 0x242510) is known color: Green Waterloo. HEX triplet: 24, 25 and 10. RGB value is (36,37,16). Sum of RGB (Red+Green+Blue) = 36+37+16=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #242510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242510 is #DBDAEF. Grayscale: #222222. Windows color (decimal): -14408432 or 1058084. OLE color: 1058084.
HSL color Cylindrical-coordinate representation of color #242510: hue angle of 62.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242510 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 37 | 16 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.85 |
| HSL | 62.86º | 0.4% | 0.1% | - |
| HSV(B) | 62.86º | 0.57% | 0.15% | - |
| XYZ | 1.48 | 1.74 | 0.75 | - |
| YUV | 34.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 16 | 0.03 | 0 | 0.57 | 0.85 | 62.86 | 0.4 | 0.1 |
| Hex | 24 | 25 | 10 | 3 | 0 | 39 | 55 | 3F | 28 | A |
| Octal | 44 | 45 | 20 | 3 | 0 | 71 | 125 | 77 | 50 | 12 |
| Binary | 100100 | 100101 | 10000 | 11 | 0 | 111001 | 1010101 | 111111 | 101000 | 1010 |
Color Harmonies of #242510
Complementary color
Monochromatic Colors of #242510
Black with #242510
Text Example
Text Example
White with #242510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242510; }
p { color: rgb(36,37,16); }
H1.HeaderClassName
{
color: #242510;
}
.AnyTagClassName
{
color: #242510;
}
</style>
background-color css
<style>
a { background-color: #242510; }
a { background-color: rgb(36,37,16); }
div.DivClassName
{
background-color: #242510;
}
.BgClassName
{
background-color: #242510;
}
</style>
border-color css
<style>
span { border-color: #242510; }
span { border-color: rgb(36,37,16); }
td.TdClassName
{
border-color: #242510;
}
.TagClassName
{
border-color: #242510;
}
</style>