Shades of Myrtle #296003
Tints of Myrtle #296003
RGB
CMYK
RGB Variations
Color information
#296003 (or 0x296003) is known color: Myrtle. HEX triplet: 29, 60 and 03. RGB value is (41,96,3). Sum of RGB (Red+Green+Blue) = 41+96+3=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #296003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296003 is #D69FFC. Grayscale: #454545. Windows color (decimal): -14065661 or 221225. OLE color: 221225.
HSL color Cylindrical-coordinate representation of color #296003: hue angle of 95.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #296003 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 96 | 3 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.62 |
| HSL | 95.48º | 0.94% | 0.19% | - |
| HSV(B) | 95.48º | 0.97% | 0.38% | - |
| XYZ | 5.11 | 8.84 | 1.52 | - |
| YUV | 68.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 3 | 0.57 | 0 | 0.97 | 0.62 | 95.48 | 0.94 | 0.19 |
| Hex | 29 | 60 | 3 | 39 | 0 | 61 | 3E | 5F | 5E | 13 |
| Octal | 51 | 140 | 3 | 71 | 0 | 141 | 76 | 137 | 136 | 23 |
| Binary | 101001 | 1100000 | 11 | 111001 | 0 | 1100001 | 111110 | 1011111 | 1011110 | 10011 |
Color Harmonies of #296003
Complementary color
Monochromatic Colors of #296003
Black with #296003
Text Example
Text Example
White with #296003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296003; }
p { color: rgb(41,96,3); }
H1.HeaderClassName
{
color: #296003;
}
.AnyTagClassName
{
color: #296003;
}
</style>
background-color css
<style>
a { background-color: #296003; }
a { background-color: rgb(41,96,3); }
div.DivClassName
{
background-color: #296003;
}
.BgClassName
{
background-color: #296003;
}
</style>
border-color css
<style>
span { border-color: #296003; }
span { border-color: rgb(41,96,3); }
td.TdClassName
{
border-color: #296003;
}
.TagClassName
{
border-color: #296003;
}
</style>