Shades of Green Waterloo #242908
Tints of Green Waterloo #242908
RGB
CMYK
RGB Variations
Color information
#242908 (or 0x242908) is known color: Green Waterloo. HEX triplet: 24, 29 and 08. RGB value is (36,41,8). Sum of RGB (Red+Green+Blue) = 36+41+8=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #242908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242908 is #DBD6F7. Grayscale: #232323. Windows color (decimal): -14407416 or 534820. OLE color: 534820.
HSL color Cylindrical-coordinate representation of color #242908: hue angle of 69.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242908 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 8 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.84 |
| HSL | 69.09º | 0.67% | 0.1% | - |
| HSV(B) | 69.09º | 0.8% | 0.16% | - |
| XYZ | 1.56 | 1.98 | 0.53 | - |
| YUV | 35.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 8 | 0.12 | 0 | 0.80 | 0.84 | 69.09 | 0.67 | 0.1 |
| Hex | 24 | 29 | 8 | C | 0 | 50 | 54 | 45 | 43 | A |
| Octal | 44 | 51 | 10 | 14 | 0 | 120 | 124 | 105 | 103 | 12 |
| Binary | 100100 | 101001 | 1000 | 1100 | 0 | 1010000 | 1010100 | 1000101 | 1000011 | 1010 |
Color Harmonies of #242908
Complementary color
Monochromatic Colors of #242908
Black with #242908
Text Example
Text Example
White with #242908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242908; }
p { color: rgb(36,41,8); }
H1.HeaderClassName
{
color: #242908;
}
.AnyTagClassName
{
color: #242908;
}
</style>
background-color css
<style>
a { background-color: #242908; }
a { background-color: rgb(36,41,8); }
div.DivClassName
{
background-color: #242908;
}
.BgClassName
{
background-color: #242908;
}
</style>
border-color css
<style>
span { border-color: #242908; }
span { border-color: rgb(36,41,8); }
td.TdClassName
{
border-color: #242908;
}
.TagClassName
{
border-color: #242908;
}
</style>