Shades of Green Waterloo #24280E
Tints of Green Waterloo #24280E
RGB
CMYK
RGB Variations
Color information
#24280E (or 0x24280E) is known color: Green Waterloo. HEX triplet: 24, 28 and 0E. RGB value is (36,40,14). Sum of RGB (Red+Green+Blue) = 36+40+14=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #24280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24280E is #DBD7F1. Grayscale: #232323. Windows color (decimal): -14407666 or 927780. OLE color: 927780.
HSL color Cylindrical-coordinate representation of color #24280E: hue angle of 69.23º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24280E is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 14 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.84 |
| HSL | 69.23º | 0.48% | 0.11% | - |
| HSV(B) | 69.23º | 0.65% | 0.16% | - |
| XYZ | 1.57 | 1.92 | 0.7 | - |
| YUV | 35.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 14 | 0.10 | 0 | 0.65 | 0.84 | 69.23 | 0.48 | 0.11 |
| Hex | 24 | 28 | E | A | 0 | 41 | 54 | 45 | 30 | B |
| Octal | 44 | 50 | 16 | 12 | 0 | 101 | 124 | 105 | 60 | 13 |
| Binary | 100100 | 101000 | 1110 | 1010 | 0 | 1000001 | 1010100 | 1000101 | 110000 | 1011 |
Color Harmonies of #24280E
Complementary color
Monochromatic Colors of #24280E
Black with #24280E
Text Example
Text Example
White with #24280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24280E; }
p { color: rgb(36,40,14); }
H1.HeaderClassName
{
color: #24280E;
}
.AnyTagClassName
{
color: #24280E;
}
</style>
background-color css
<style>
a { background-color: #24280E; }
a { background-color: rgb(36,40,14); }
div.DivClassName
{
background-color: #24280E;
}
.BgClassName
{
background-color: #24280E;
}
</style>
border-color css
<style>
span { border-color: #24280E; }
span { border-color: rgb(36,40,14); }
td.TdClassName
{
border-color: #24280E;
}
.TagClassName
{
border-color: #24280E;
}
</style>