Shades of Green Waterloo #24260D
Tints of Green Waterloo #24260D
RGB
CMYK
RGB Variations
Color information
#24260D (or 0x24260D) is known color: Green Waterloo. HEX triplet: 24, 26 and 0D. RGB value is (36,38,13). Sum of RGB (Red+Green+Blue) = 36+38+13=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #24260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260D is #DBD9F2. Grayscale: #222222. Windows color (decimal): -14408179 or 861732. OLE color: 861732.
HSL color Cylindrical-coordinate representation of color #24260D: hue angle of 64.8º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24260D is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 38 | 13 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.85 |
| HSL | 64.8º | 0.49% | 0.1% | - |
| HSV(B) | 64.8º | 0.66% | 0.15% | - |
| XYZ | 1.49 | 1.79 | 0.65 | - |
| YUV | 34.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 13 | 0.05 | 0 | 0.66 | 0.85 | 64.8 | 0.49 | 0.1 |
| Hex | 24 | 26 | D | 5 | 0 | 42 | 55 | 41 | 31 | A |
| Octal | 44 | 46 | 15 | 5 | 0 | 102 | 125 | 101 | 61 | 12 |
| Binary | 100100 | 100110 | 1101 | 101 | 0 | 1000010 | 1010101 | 1000001 | 110001 | 1010 |
Color Harmonies of #24260D
Complementary color
Monochromatic Colors of #24260D
Black with #24260D
Text Example
Text Example
White with #24260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24260D; }
p { color: rgb(36,38,13); }
H1.HeaderClassName
{
color: #24260D;
}
.AnyTagClassName
{
color: #24260D;
}
</style>
background-color css
<style>
a { background-color: #24260D; }
a { background-color: rgb(36,38,13); }
div.DivClassName
{
background-color: #24260D;
}
.BgClassName
{
background-color: #24260D;
}
</style>
border-color css
<style>
span { border-color: #24260D; }
span { border-color: rgb(36,38,13); }
td.TdClassName
{
border-color: #24260D;
}
.TagClassName
{
border-color: #24260D;
}
</style>