Shades of Green Waterloo #24251E
Tints of Green Waterloo #24251E
RGB
CMYK
RGB Variations
Color information
#24251E (or 0x24251E) is known color: Green Waterloo. HEX triplet: 24, 25 and 1E. RGB value is (36,37,30). Sum of RGB (Red+Green+Blue) = 36+37+30=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 37 - color contains mainly: green. Hex color #24251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24251E is #DBDAE1. Grayscale: #232323. Windows color (decimal): -14408418 or 1975588. OLE color: 1975588.
HSL color Cylindrical-coordinate representation of color #24251E: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #24251E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 37 | 30 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.85 |
| HSL | 68.57º | 0.1% | 0.13% | - |
| HSV(B) | 68.57º | 0.19% | 0.15% | - |
| XYZ | 1.62 | 1.79 | 1.49 | - |
| YUV | 35.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 30 | 0.03 | 0 | 0.19 | 0.85 | 68.57 | 0.1 | 0.13 |
| Hex | 24 | 25 | 1E | 3 | 0 | 13 | 55 | 45 | A | D |
| Octal | 44 | 45 | 36 | 3 | 0 | 23 | 125 | 105 | 12 | 15 |
| Binary | 100100 | 100101 | 11110 | 11 | 0 | 10011 | 1010101 | 1000101 | 1010 | 1101 |
Color Harmonies of #24251E
Complementary color
Monochromatic Colors of #24251E
Black with #24251E
Text Example
Text Example
White with #24251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24251E; }
p { color: rgb(36,37,30); }
H1.HeaderClassName
{
color: #24251E;
}
.AnyTagClassName
{
color: #24251E;
}
</style>
background-color css
<style>
a { background-color: #24251E; }
a { background-color: rgb(36,37,30); }
div.DivClassName
{
background-color: #24251E;
}
.BgClassName
{
background-color: #24251E;
}
</style>
border-color css
<style>
span { border-color: #24251E; }
span { border-color: rgb(36,37,30); }
td.TdClassName
{
border-color: #24251E;
}
.TagClassName
{
border-color: #24251E;
}
</style>