Shades of Myrtle #296300
Tints of Myrtle #296300
RGB
CMYK
RGB Variations
Color information
#296300 (or 0x296300) is known color: Myrtle. HEX triplet: 29, 63 and 00. RGB value is (41,99,0). Sum of RGB (Red+Green+Blue) = 41+99+0=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #296300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296300 is #D69CFF. Grayscale: #464646. Windows color (decimal): -14064896 or 25385. OLE color: 25385.
HSL color Cylindrical-coordinate representation of color #296300: hue angle of 95.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #296300 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 99 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.61 |
| HSL | 95.15º | 1% | 0.19% | - |
| HSV(B) | 95.15º | 1% | 0.39% | - |
| XYZ | 5.38 | 9.4 | 1.53 | - |
| YUV | 70.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 0 | 0.59 | 0 | 1 | 0.61 | 95.15 | 1 | 0.19 |
| Hex | 29 | 63 | 0 | 3B | 0 | 64 | 3D | 5F | 64 | 13 |
| Octal | 51 | 143 | 0 | 73 | 0 | 144 | 75 | 137 | 144 | 23 |
| Binary | 101001 | 1100011 | 0 | 111011 | 0 | 1100100 | 111101 | 1011111 | 1100100 | 10011 |
Color Harmonies of #296300
Complementary color
Monochromatic Colors of #296300
Black with #296300
Text Example
Text Example
White with #296300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296300; }
p { color: rgb(41,99,0); }
H1.HeaderClassName
{
color: #296300;
}
.AnyTagClassName
{
color: #296300;
}
</style>
background-color css
<style>
a { background-color: #296300; }
a { background-color: rgb(41,99,0); }
div.DivClassName
{
background-color: #296300;
}
.BgClassName
{
background-color: #296300;
}
</style>
border-color css
<style>
span { border-color: #296300; }
span { border-color: rgb(41,99,0); }
td.TdClassName
{
border-color: #296300;
}
.TagClassName
{
border-color: #296300;
}
</style>