Shades of Myrtle #295216
Tints of Myrtle #295216
RGB
CMYK
RGB Variations
Color information
#295216 (or 0x295216) is known color: Myrtle. HEX triplet: 29, 52 and 16. RGB value is (41,82,22). Sum of RGB (Red+Green+Blue) = 41+82+22=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #295216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295216 is #D6ADE9. Grayscale: #3F3F3F. Windows color (decimal): -14069226 or 1462825. OLE color: 1462825.
HSL color Cylindrical-coordinate representation of color #295216: hue angle of 101º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295216 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 22 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.68 |
| HSL | 101º | 0.58% | 0.2% | - |
| HSV(B) | 101º | 0.73% | 0.32% | - |
| XYZ | 4.08 | 6.56 | 1.81 | - |
| YUV | 62.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 22 | 0.50 | 0 | 0.73 | 0.68 | 101 | 0.58 | 0.2 |
| Hex | 29 | 52 | 16 | 32 | 0 | 49 | 44 | 65 | 3A | 14 |
| Octal | 51 | 122 | 26 | 62 | 0 | 111 | 104 | 145 | 72 | 24 |
| Binary | 101001 | 1010010 | 10110 | 110010 | 0 | 1001001 | 1000100 | 1100101 | 111010 | 10100 |
Color Harmonies of #295216
Complementary color
Monochromatic Colors of #295216
Black with #295216
Text Example
Text Example
White with #295216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295216; }
p { color: rgb(41,82,22); }
H1.HeaderClassName
{
color: #295216;
}
.AnyTagClassName
{
color: #295216;
}
</style>
background-color css
<style>
a { background-color: #295216; }
a { background-color: rgb(41,82,22); }
div.DivClassName
{
background-color: #295216;
}
.BgClassName
{
background-color: #295216;
}
</style>
border-color css
<style>
span { border-color: #295216; }
span { border-color: rgb(41,82,22); }
td.TdClassName
{
border-color: #295216;
}
.TagClassName
{
border-color: #295216;
}
</style>