Shades of Myrtle #296000
Tints of Myrtle #296000
RGB
CMYK
RGB Variations
Color information
#296000 (or 0x296000) is known color: Myrtle. HEX triplet: 29, 60 and 00. RGB value is (41,96,0). Sum of RGB (Red+Green+Blue) = 41+96+0=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #296000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296000 is #D69FFF. Grayscale: #444444. Windows color (decimal): -14065664 or 24617. OLE color: 24617.
HSL color Cylindrical-coordinate representation of color #296000: hue angle of 94.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #296000 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 96 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.62 |
| HSL | 94.38º | 1% | 0.19% | - |
| HSV(B) | 94.38º | 1% | 0.38% | - |
| XYZ | 5.1 | 8.84 | 1.44 | - |
| YUV | 68.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 0 | 0.57 | 0 | 1 | 0.62 | 94.38 | 1 | 0.19 |
| Hex | 29 | 60 | 0 | 39 | 0 | 64 | 3E | 5E | 64 | 13 |
| Octal | 51 | 140 | 0 | 71 | 0 | 144 | 76 | 136 | 144 | 23 |
| Binary | 101001 | 1100000 | 0 | 111001 | 0 | 1100100 | 111110 | 1011110 | 1100100 | 10011 |
Color Harmonies of #296000
Complementary color
Monochromatic Colors of #296000
Black with #296000
Text Example
Text Example
White with #296000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296000; }
p { color: rgb(41,96,0); }
H1.HeaderClassName
{
color: #296000;
}
.AnyTagClassName
{
color: #296000;
}
</style>
background-color css
<style>
a { background-color: #296000; }
a { background-color: rgb(41,96,0); }
div.DivClassName
{
background-color: #296000;
}
.BgClassName
{
background-color: #296000;
}
</style>
border-color css
<style>
span { border-color: #296000; }
span { border-color: rgb(41,96,0); }
td.TdClassName
{
border-color: #296000;
}
.TagClassName
{
border-color: #296000;
}
</style>