Shades of Green Waterloo #242B06
Tints of Green Waterloo #242B06
RGB
CMYK
RGB Variations
Color information
#242B06 (or 0x242B06) is known color: Green Waterloo. HEX triplet: 24, 2B and 06. RGB value is (36,43,6). Sum of RGB (Red+Green+Blue) = 36+43+6=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #242B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242B06 is #DBD4F9. Grayscale: #242424. Windows color (decimal): -14406906 or 404260. OLE color: 404260.
HSL color Cylindrical-coordinate representation of color #242B06: hue angle of 71.35º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242B06 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 43 | 6 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.83 |
| HSL | 71.35º | 0.76% | 0.1% | - |
| HSV(B) | 71.35º | 0.86% | 0.17% | - |
| XYZ | 1.62 | 2.12 | 0.5 | - |
| YUV | 36.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 6 | 0.16 | 0 | 0.86 | 0.83 | 71.35 | 0.76 | 0.1 |
| Hex | 24 | 2B | 6 | 10 | 0 | 56 | 53 | 47 | 4C | A |
| Octal | 44 | 53 | 6 | 20 | 0 | 126 | 123 | 107 | 114 | 12 |
| Binary | 100100 | 101011 | 110 | 10000 | 0 | 1010110 | 1010011 | 1000111 | 1001100 | 1010 |
Color Harmonies of #242B06
Complementary color
Monochromatic Colors of #242B06
Black with #242B06
Text Example
Text Example
White with #242B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B06; }
p { color: rgb(36,43,6); }
H1.HeaderClassName
{
color: #242B06;
}
.AnyTagClassName
{
color: #242B06;
}
</style>
background-color css
<style>
a { background-color: #242B06; }
a { background-color: rgb(36,43,6); }
div.DivClassName
{
background-color: #242B06;
}
.BgClassName
{
background-color: #242B06;
}
</style>
border-color css
<style>
span { border-color: #242B06; }
span { border-color: rgb(36,43,6); }
td.TdClassName
{
border-color: #242B06;
}
.TagClassName
{
border-color: #242B06;
}
</style>