Shades of Myrtle #295016
Tints of Myrtle #295016
RGB
CMYK
RGB Variations
Color information
#295016 (or 0x295016) is known color: Myrtle. HEX triplet: 29, 50 and 16. RGB value is (41,80,22). Sum of RGB (Red+Green+Blue) = 41+80+22=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #295016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295016 is #D6AFE9. Grayscale: #3D3D3D. Windows color (decimal): -14069738 or 1462313. OLE color: 1462313.
HSL color Cylindrical-coordinate representation of color #295016: hue angle of 100.34º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295016 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 22 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.69 |
| HSL | 100.34º | 0.57% | 0.2% | - |
| HSV(B) | 100.34º | 0.73% | 0.31% | - |
| XYZ | 3.93 | 6.27 | 1.76 | - |
| YUV | 61.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 22 | 0.49 | 0 | 0.72 | 0.69 | 100.34 | 0.57 | 0.2 |
| Hex | 29 | 50 | 16 | 31 | 0 | 48 | 45 | 64 | 39 | 14 |
| Octal | 51 | 120 | 26 | 61 | 0 | 110 | 105 | 144 | 71 | 24 |
| Binary | 101001 | 1010000 | 10110 | 110001 | 0 | 1001000 | 1000101 | 1100100 | 111001 | 10100 |
Color Harmonies of #295016
Complementary color
Monochromatic Colors of #295016
Black with #295016
Text Example
Text Example
White with #295016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295016; }
p { color: rgb(41,80,22); }
H1.HeaderClassName
{
color: #295016;
}
.AnyTagClassName
{
color: #295016;
}
</style>
background-color css
<style>
a { background-color: #295016; }
a { background-color: rgb(41,80,22); }
div.DivClassName
{
background-color: #295016;
}
.BgClassName
{
background-color: #295016;
}
</style>
border-color css
<style>
span { border-color: #295016; }
span { border-color: rgb(41,80,22); }
td.TdClassName
{
border-color: #295016;
}
.TagClassName
{
border-color: #295016;
}
</style>