Shades of Myrtle #295710
Tints of Myrtle #295710
RGB
CMYK
RGB Variations
Color information
#295710 (or 0x295710) is known color: Myrtle. HEX triplet: 29, 57 and 10. RGB value is (41,87,16). Sum of RGB (Red+Green+Blue) = 41+87+16=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 87 (34.38% from 255 or 60.42% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 87 - color contains mainly: green. Hex color #295710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295710 is #D6A8EF. Grayscale: #414141. Windows color (decimal): -14067952 or 1070889. OLE color: 1070889.
HSL color Cylindrical-coordinate representation of color #295710: hue angle of 98.87º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295710 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 87 | 16 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.66 |
| HSL | 98.87º | 0.69% | 0.2% | - |
| HSV(B) | 98.87º | 0.82% | 0.34% | - |
| XYZ | 4.42 | 7.33 | 1.67 | - |
| YUV | 65.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 16 | 0.53 | 0 | 0.82 | 0.66 | 98.87 | 0.69 | 0.2 |
| Hex | 29 | 57 | 10 | 35 | 0 | 52 | 42 | 63 | 45 | 14 |
| Octal | 51 | 127 | 20 | 65 | 0 | 122 | 102 | 143 | 105 | 24 |
| Binary | 101001 | 1010111 | 10000 | 110101 | 0 | 1010010 | 1000010 | 1100011 | 1000101 | 10100 |
Color Harmonies of #295710
Complementary color
Monochromatic Colors of #295710
Black with #295710
Text Example
Text Example
White with #295710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295710; }
p { color: rgb(41,87,16); }
H1.HeaderClassName
{
color: #295710;
}
.AnyTagClassName
{
color: #295710;
}
</style>
background-color css
<style>
a { background-color: #295710; }
a { background-color: rgb(41,87,16); }
div.DivClassName
{
background-color: #295710;
}
.BgClassName
{
background-color: #295710;
}
</style>
border-color css
<style>
span { border-color: #295710; }
span { border-color: rgb(41,87,16); }
td.TdClassName
{
border-color: #295710;
}
.TagClassName
{
border-color: #295710;
}
</style>