Shades of Myrtle #295110
Tints of Myrtle #295110
RGB
CMYK
RGB Variations
Color information
#295110 (or 0x295110) is known color: Myrtle. HEX triplet: 29, 51 and 10. RGB value is (41,81,16). Sum of RGB (Red+Green+Blue) = 41+81+16=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #295110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295110 is #D6AEEF. Grayscale: #3D3D3D. Windows color (decimal): -14069488 or 1069353. OLE color: 1069353.
HSL color Cylindrical-coordinate representation of color #295110: hue angle of 96.92º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295110 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 81 | 16 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.68 |
| HSL | 96.92º | 0.67% | 0.19% | - |
| HSV(B) | 96.92º | 0.8% | 0.32% | - |
| XYZ | 3.95 | 6.39 | 1.52 | - |
| YUV | 61.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 16 | 0.49 | 0 | 0.80 | 0.68 | 96.92 | 0.67 | 0.19 |
| Hex | 29 | 51 | 10 | 31 | 0 | 50 | 44 | 61 | 43 | 13 |
| Octal | 51 | 121 | 20 | 61 | 0 | 120 | 104 | 141 | 103 | 23 |
| Binary | 101001 | 1010001 | 10000 | 110001 | 0 | 1010000 | 1000100 | 1100001 | 1000011 | 10011 |
Color Harmonies of #295110
Complementary color
Monochromatic Colors of #295110
Black with #295110
Text Example
Text Example
White with #295110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295110; }
p { color: rgb(41,81,16); }
H1.HeaderClassName
{
color: #295110;
}
.AnyTagClassName
{
color: #295110;
}
</style>
background-color css
<style>
a { background-color: #295110; }
a { background-color: rgb(41,81,16); }
div.DivClassName
{
background-color: #295110;
}
.BgClassName
{
background-color: #295110;
}
</style>
border-color css
<style>
span { border-color: #295110; }
span { border-color: rgb(41,81,16); }
td.TdClassName
{
border-color: #295110;
}
.TagClassName
{
border-color: #295110;
}
</style>