Shades of Green Waterloo #24270D
Tints of Green Waterloo #24270D
RGB
CMYK
RGB Variations
Color information
#24270D (or 0x24270D) is known color: Green Waterloo. HEX triplet: 24, 27 and 0D. RGB value is (36,39,13). Sum of RGB (Red+Green+Blue) = 36+39+13=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #24270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270D is #DBD8F2. Grayscale: #232323. Windows color (decimal): -14407923 or 861988. OLE color: 861988.
HSL color Cylindrical-coordinate representation of color #24270D: hue angle of 66.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24270D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 39 | 13 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.85 |
| HSL | 66.92º | 0.5% | 0.1% | - |
| HSV(B) | 66.92º | 0.67% | 0.15% | - |
| XYZ | 1.53 | 1.86 | 0.66 | - |
| YUV | 35.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 13 | 0.08 | 0 | 0.67 | 0.85 | 66.92 | 0.5 | 0.1 |
| Hex | 24 | 27 | D | 8 | 0 | 43 | 55 | 43 | 32 | A |
| Octal | 44 | 47 | 15 | 10 | 0 | 103 | 125 | 103 | 62 | 12 |
| Binary | 100100 | 100111 | 1101 | 1000 | 0 | 1000011 | 1010101 | 1000011 | 110010 | 1010 |
Color Harmonies of #24270D
Complementary color
Monochromatic Colors of #24270D
Black with #24270D
Text Example
Text Example
White with #24270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24270D; }
p { color: rgb(36,39,13); }
H1.HeaderClassName
{
color: #24270D;
}
.AnyTagClassName
{
color: #24270D;
}
</style>
background-color css
<style>
a { background-color: #24270D; }
a { background-color: rgb(36,39,13); }
div.DivClassName
{
background-color: #24270D;
}
.BgClassName
{
background-color: #24270D;
}
</style>
border-color css
<style>
span { border-color: #24270D; }
span { border-color: rgb(36,39,13); }
td.TdClassName
{
border-color: #24270D;
}
.TagClassName
{
border-color: #24270D;
}
</style>