Shades of Myrtle #296200
Tints of Myrtle #296200
RGB
CMYK
RGB Variations
Color information
#296200 (or 0x296200) is known color: Myrtle. HEX triplet: 29, 62 and 00. RGB value is (41,98,0). Sum of RGB (Red+Green+Blue) = 41+98+0=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #296200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296200 is #D69DFF. Grayscale: #464646. Windows color (decimal): -14065152 or 25129. OLE color: 25129.
HSL color Cylindrical-coordinate representation of color #296200: hue angle of 94.9º 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 #296200 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 98 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.62 |
| HSL | 94.9º | 1% | 0.19% | - |
| HSV(B) | 94.9º | 1% | 0.38% | - |
| XYZ | 5.28 | 9.21 | 1.5 | - |
| YUV | 69.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 0 | 0.58 | 0 | 1 | 0.62 | 94.9 | 1 | 0.19 |
| Hex | 29 | 62 | 0 | 3A | 0 | 64 | 3E | 5F | 64 | 13 |
| Octal | 51 | 142 | 0 | 72 | 0 | 144 | 76 | 137 | 144 | 23 |
| Binary | 101001 | 1100010 | 0 | 111010 | 0 | 1100100 | 111110 | 1011111 | 1100100 | 10011 |
Color Harmonies of #296200
Complementary color
Monochromatic Colors of #296200
Black with #296200
Text Example
Text Example
White with #296200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296200; }
p { color: rgb(41,98,0); }
H1.HeaderClassName
{
color: #296200;
}
.AnyTagClassName
{
color: #296200;
}
</style>
background-color css
<style>
a { background-color: #296200; }
a { background-color: rgb(41,98,0); }
div.DivClassName
{
background-color: #296200;
}
.BgClassName
{
background-color: #296200;
}
</style>
border-color css
<style>
span { border-color: #296200; }
span { border-color: rgb(41,98,0); }
td.TdClassName
{
border-color: #296200;
}
.TagClassName
{
border-color: #296200;
}
</style>