Shades of Myrtle #295F16
Tints of Myrtle #295F16
RGB
CMYK
RGB Variations
Color information
#295F16 (or 0x295F16) is known color: Myrtle. HEX triplet: 29, 5F and 16. RGB value is (41,95,22). Sum of RGB (Red+Green+Blue) = 41+95+22=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #295F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F16 is #D6A0E9. Grayscale: #464646. Windows color (decimal): -14065898 or 1466153. OLE color: 1466153.
HSL color Cylindrical-coordinate representation of color #295F16: hue angle of 104.38º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295F16 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 22 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.63 |
| HSL | 104.38º | 0.62% | 0.23% | - |
| HSV(B) | 104.38º | 0.77% | 0.37% | - |
| XYZ | 5.15 | 8.71 | 2.17 | - |
| YUV | 70.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 22 | 0.57 | 0 | 0.77 | 0.63 | 104.38 | 0.62 | 0.23 |
| Hex | 29 | 5F | 16 | 39 | 0 | 4D | 3F | 68 | 3E | 17 |
| Octal | 51 | 137 | 26 | 71 | 0 | 115 | 77 | 150 | 76 | 27 |
| Binary | 101001 | 1011111 | 10110 | 111001 | 0 | 1001101 | 111111 | 1101000 | 111110 | 10111 |
Color Harmonies of #295F16
Complementary color
Monochromatic Colors of #295F16
Black with #295F16
Text Example
Text Example
White with #295F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F16; }
p { color: rgb(41,95,22); }
H1.HeaderClassName
{
color: #295F16;
}
.AnyTagClassName
{
color: #295F16;
}
</style>
background-color css
<style>
a { background-color: #295F16; }
a { background-color: rgb(41,95,22); }
div.DivClassName
{
background-color: #295F16;
}
.BgClassName
{
background-color: #295F16;
}
</style>
border-color css
<style>
span { border-color: #295F16; }
span { border-color: rgb(41,95,22); }
td.TdClassName
{
border-color: #295F16;
}
.TagClassName
{
border-color: #295F16;
}
</style>