Shades of Green Waterloo #24280F
Tints of Green Waterloo #24280F
RGB
CMYK
RGB Variations
Color information
#24280F (or 0x24280F) is known color: Green Waterloo. HEX triplet: 24, 28 and 0F. RGB value is (36,40,15). Sum of RGB (Red+Green+Blue) = 36+40+15=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #24280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24280F is #DBD7F0. Grayscale: #242424. Windows color (decimal): -14407665 or 993316. OLE color: 993316.
HSL color Cylindrical-coordinate representation of color #24280F: hue angle of 69.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24280F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 15 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.84 |
| HSL | 69.6º | 0.45% | 0.11% | - |
| HSV(B) | 69.6º | 0.63% | 0.16% | - |
| XYZ | 1.57 | 1.93 | 0.74 | - |
| YUV | 35.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 15 | 0.10 | 0 | 0.62 | 0.84 | 69.6 | 0.45 | 0.11 |
| Hex | 24 | 28 | F | A | 0 | 3E | 54 | 46 | 2D | B |
| Octal | 44 | 50 | 17 | 12 | 0 | 76 | 124 | 106 | 55 | 13 |
| Binary | 100100 | 101000 | 1111 | 1010 | 0 | 111110 | 1010100 | 1000110 | 101101 | 1011 |
Color Harmonies of #24280F
Complementary color
Monochromatic Colors of #24280F
Black with #24280F
Text Example
Text Example
White with #24280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24280F; }
p { color: rgb(36,40,15); }
H1.HeaderClassName
{
color: #24280F;
}
.AnyTagClassName
{
color: #24280F;
}
</style>
background-color css
<style>
a { background-color: #24280F; }
a { background-color: rgb(36,40,15); }
div.DivClassName
{
background-color: #24280F;
}
.BgClassName
{
background-color: #24280F;
}
</style>
border-color css
<style>
span { border-color: #24280F; }
span { border-color: rgb(36,40,15); }
td.TdClassName
{
border-color: #24280F;
}
.TagClassName
{
border-color: #24280F;
}
</style>