Shades of Myrtle #294915
Tints of Myrtle #294915
RGB
CMYK
RGB Variations
Color information
#294915 (or 0x294915) is known color: Myrtle. HEX triplet: 29, 49 and 15. RGB value is (41,73,21). Sum of RGB (Red+Green+Blue) = 41+73+21=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #294915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294915 is #D6B6EA. Grayscale: #393939. Windows color (decimal): -14071531 or 1394985. OLE color: 1394985.
HSL color Cylindrical-coordinate representation of color #294915: hue angle of 96.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #294915 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 21 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.71 |
| HSL | 96.92º | 0.55% | 0.18% | - |
| HSV(B) | 96.92º | 0.71% | 0.29% | - |
| XYZ | 3.43 | 5.29 | 1.55 | - |
| YUV | 57.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 21 | 0.44 | 0 | 0.71 | 0.71 | 96.92 | 0.55 | 0.18 |
| Hex | 29 | 49 | 15 | 2C | 0 | 47 | 47 | 61 | 37 | 12 |
| Octal | 51 | 111 | 25 | 54 | 0 | 107 | 107 | 141 | 67 | 22 |
| Binary | 101001 | 1001001 | 10101 | 101100 | 0 | 1000111 | 1000111 | 1100001 | 110111 | 10010 |
Color Harmonies of #294915
Complementary color
Monochromatic Colors of #294915
Black with #294915
Text Example
Text Example
White with #294915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294915; }
p { color: rgb(41,73,21); }
H1.HeaderClassName
{
color: #294915;
}
.AnyTagClassName
{
color: #294915;
}
</style>
background-color css
<style>
a { background-color: #294915; }
a { background-color: rgb(41,73,21); }
div.DivClassName
{
background-color: #294915;
}
.BgClassName
{
background-color: #294915;
}
</style>
border-color css
<style>
span { border-color: #294915; }
span { border-color: rgb(41,73,21); }
td.TdClassName
{
border-color: #294915;
}
.TagClassName
{
border-color: #294915;
}
</style>