Shades of Myrtle #295D17
Tints of Myrtle #295D17
RGB
CMYK
RGB Variations
Color information
#295D17 (or 0x295D17) is known color: Myrtle. HEX triplet: 29, 5D and 17. RGB value is (41,93,23). Sum of RGB (Red+Green+Blue) = 41+93+23=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #295D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295D17 is #D6A2E8. Grayscale: #454545. Windows color (decimal): -14066409 or 1531177. OLE color: 1531177.
HSL color Cylindrical-coordinate representation of color #295D17: hue angle of 104.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295D17 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 23 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.64 |
| HSL | 104.57º | 0.6% | 0.23% | - |
| HSV(B) | 104.57º | 0.75% | 0.36% | - |
| XYZ | 4.98 | 8.36 | 2.16 | - |
| YUV | 69.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 23 | 0.56 | 0 | 0.75 | 0.64 | 104.57 | 0.6 | 0.23 |
| Hex | 29 | 5D | 17 | 38 | 0 | 4B | 40 | 69 | 3C | 17 |
| Octal | 51 | 135 | 27 | 70 | 0 | 113 | 100 | 151 | 74 | 27 |
| Binary | 101001 | 1011101 | 10111 | 111000 | 0 | 1001011 | 1000000 | 1101001 | 111100 | 10111 |
Color Harmonies of #295D17
Complementary color
Monochromatic Colors of #295D17
Black with #295D17
Text Example
Text Example
White with #295D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D17; }
p { color: rgb(41,93,23); }
H1.HeaderClassName
{
color: #295D17;
}
.AnyTagClassName
{
color: #295D17;
}
</style>
background-color css
<style>
a { background-color: #295D17; }
a { background-color: rgb(41,93,23); }
div.DivClassName
{
background-color: #295D17;
}
.BgClassName
{
background-color: #295D17;
}
</style>
border-color css
<style>
span { border-color: #295D17; }
span { border-color: rgb(41,93,23); }
td.TdClassName
{
border-color: #295D17;
}
.TagClassName
{
border-color: #295D17;
}
</style>