Shades of Green Waterloo #242614
Tints of Green Waterloo #242614
RGB
CMYK
RGB Variations
Color information
#242614 (or 0x242614) is known color: Green Waterloo. HEX triplet: 24, 26 and 14. RGB value is (36,38,20). Sum of RGB (Red+Green+Blue) = 36+38+20=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #242614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242614 is #DBD9EB. Grayscale: #232323. Windows color (decimal): -14408172 or 1320484. OLE color: 1320484.
HSL color Cylindrical-coordinate representation of color #242614: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242614 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 38 | 20 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.85 |
| HSL | 66.67º | 0.31% | 0.11% | - |
| HSV(B) | 66.67º | 0.47% | 0.15% | - |
| XYZ | 1.55 | 1.81 | 0.93 | - |
| YUV | 35.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 20 | 0.05 | 0 | 0.47 | 0.85 | 66.67 | 0.31 | 0.11 |
| Hex | 24 | 26 | 14 | 5 | 0 | 2F | 55 | 43 | 1F | B |
| Octal | 44 | 46 | 24 | 5 | 0 | 57 | 125 | 103 | 37 | 13 |
| Binary | 100100 | 100110 | 10100 | 101 | 0 | 101111 | 1010101 | 1000011 | 11111 | 1011 |
Color Harmonies of #242614
Complementary color
Monochromatic Colors of #242614
Black with #242614
Text Example
Text Example
White with #242614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242614; }
p { color: rgb(36,38,20); }
H1.HeaderClassName
{
color: #242614;
}
.AnyTagClassName
{
color: #242614;
}
</style>
background-color css
<style>
a { background-color: #242614; }
a { background-color: rgb(36,38,20); }
div.DivClassName
{
background-color: #242614;
}
.BgClassName
{
background-color: #242614;
}
</style>
border-color css
<style>
span { border-color: #242614; }
span { border-color: rgb(36,38,20); }
td.TdClassName
{
border-color: #242614;
}
.TagClassName
{
border-color: #242614;
}
</style>