Shades of Myrtle #295A16
Tints of Myrtle #295A16
RGB
CMYK
RGB Variations
Color information
#295A16 (or 0x295A16) is known color: Myrtle. HEX triplet: 29, 5A and 16. RGB value is (41,90,22). Sum of RGB (Red+Green+Blue) = 41+90+22=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #295A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295A16 is #D6A5E9. Grayscale: #434343. Windows color (decimal): -14067178 or 1464873. OLE color: 1464873.
HSL color Cylindrical-coordinate representation of color #295A16: hue angle of 103.24º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295A16 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 22 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.65 |
| HSL | 103.24º | 0.61% | 0.22% | - |
| HSV(B) | 103.24º | 0.76% | 0.35% | - |
| XYZ | 4.72 | 7.84 | 2.02 | - |
| YUV | 67.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 22 | 0.54 | 0 | 0.76 | 0.65 | 103.24 | 0.61 | 0.22 |
| Hex | 29 | 5A | 16 | 36 | 0 | 4C | 41 | 67 | 3D | 16 |
| Octal | 51 | 132 | 26 | 66 | 0 | 114 | 101 | 147 | 75 | 26 |
| Binary | 101001 | 1011010 | 10110 | 110110 | 0 | 1001100 | 1000001 | 1100111 | 111101 | 10110 |
Color Harmonies of #295A16
Complementary color
Monochromatic Colors of #295A16
Black with #295A16
Text Example
Text Example
White with #295A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A16; }
p { color: rgb(41,90,22); }
H1.HeaderClassName
{
color: #295A16;
}
.AnyTagClassName
{
color: #295A16;
}
</style>
background-color css
<style>
a { background-color: #295A16; }
a { background-color: rgb(41,90,22); }
div.DivClassName
{
background-color: #295A16;
}
.BgClassName
{
background-color: #295A16;
}
</style>
border-color css
<style>
span { border-color: #295A16; }
span { border-color: rgb(41,90,22); }
td.TdClassName
{
border-color: #295A16;
}
.TagClassName
{
border-color: #295A16;
}
</style>