Shades of Green Waterloo #242A09
Tints of Green Waterloo #242A09
RGB
CMYK
RGB Variations
Color information
#242A09 (or 0x242A09) is known color: Green Waterloo. HEX triplet: 24, 2A and 09. RGB value is (36,42,9). Sum of RGB (Red+Green+Blue) = 36+42+9=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #242A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A09 is #DBD5F6. Grayscale: #242424. Windows color (decimal): -14407159 or 600612. OLE color: 600612.
HSL color Cylindrical-coordinate representation of color #242A09: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242A09 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 42 | 9 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.84 |
| HSL | 70.91º | 0.65% | 0.1% | - |
| HSV(B) | 70.91º | 0.79% | 0.16% | - |
| XYZ | 1.6 | 2.05 | 0.57 | - |
| YUV | 36.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 9 | 0.14 | 0 | 0.79 | 0.84 | 70.91 | 0.65 | 0.1 |
| Hex | 24 | 2A | 9 | E | 0 | 4F | 54 | 47 | 41 | A |
| Octal | 44 | 52 | 11 | 16 | 0 | 117 | 124 | 107 | 101 | 12 |
| Binary | 100100 | 101010 | 1001 | 1110 | 0 | 1001111 | 1010100 | 1000111 | 1000001 | 1010 |
Color Harmonies of #242A09
Complementary color
Monochromatic Colors of #242A09
Black with #242A09
Text Example
Text Example
White with #242A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A09; }
p { color: rgb(36,42,9); }
H1.HeaderClassName
{
color: #242A09;
}
.AnyTagClassName
{
color: #242A09;
}
</style>
background-color css
<style>
a { background-color: #242A09; }
a { background-color: rgb(36,42,9); }
div.DivClassName
{
background-color: #242A09;
}
.BgClassName
{
background-color: #242A09;
}
</style>
border-color css
<style>
span { border-color: #242A09; }
span { border-color: rgb(36,42,9); }
td.TdClassName
{
border-color: #242A09;
}
.TagClassName
{
border-color: #242A09;
}
</style>