Shades of Green Waterloo #242B09
Tints of Green Waterloo #242B09
RGB
CMYK
RGB Variations
Color information
#242B09 (or 0x242B09) is known color: Green Waterloo. HEX triplet: 24, 2B and 09. RGB value is (36,43,9). Sum of RGB (Red+Green+Blue) = 36+43+9=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 43 (17.19% from 255 or 48.86% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 43 - color contains mainly: green. Hex color #242B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242B09 is #DBD4F6. Grayscale: #252525. Windows color (decimal): -14406903 or 600868. OLE color: 600868.
HSL color Cylindrical-coordinate representation of color #242B09: hue angle of 72.35º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242B09 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 43 | 9 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.83 |
| HSL | 72.35º | 0.65% | 0.1% | - |
| HSV(B) | 72.35º | 0.79% | 0.17% | - |
| XYZ | 1.64 | 2.12 | 0.58 | - |
| YUV | 37.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 9 | 0.16 | 0 | 0.79 | 0.83 | 72.35 | 0.65 | 0.1 |
| Hex | 24 | 2B | 9 | 10 | 0 | 4F | 53 | 48 | 41 | A |
| Octal | 44 | 53 | 11 | 20 | 0 | 117 | 123 | 110 | 101 | 12 |
| Binary | 100100 | 101011 | 1001 | 10000 | 0 | 1001111 | 1010011 | 1001000 | 1000001 | 1010 |
Color Harmonies of #242B09
Complementary color
Monochromatic Colors of #242B09
Black with #242B09
Text Example
Text Example
White with #242B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B09; }
p { color: rgb(36,43,9); }
H1.HeaderClassName
{
color: #242B09;
}
.AnyTagClassName
{
color: #242B09;
}
</style>
background-color css
<style>
a { background-color: #242B09; }
a { background-color: rgb(36,43,9); }
div.DivClassName
{
background-color: #242B09;
}
.BgClassName
{
background-color: #242B09;
}
</style>
border-color css
<style>
span { border-color: #242B09; }
span { border-color: rgb(36,43,9); }
td.TdClassName
{
border-color: #242B09;
}
.TagClassName
{
border-color: #242B09;
}
</style>