Shades of Myrtle #294D1E
Tints of Myrtle #294D1E
RGB
CMYK
RGB Variations
Color information
#294D1E (or 0x294D1E) is known color: Myrtle. HEX triplet: 29, 4D and 1E. RGB value is (41,77,30). Sum of RGB (Red+Green+Blue) = 41+77+30=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #294D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D1E is #D6B2E1. Grayscale: #3D3D3D. Windows color (decimal): -14070498 or 1985833. OLE color: 1985833.
HSL color Cylindrical-coordinate representation of color #294D1E: hue angle of 105.96º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294D1E is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 30 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.70 |
| HSL | 105.96º | 0.44% | 0.21% | - |
| HSV(B) | 105.96º | 0.61% | 0.3% | - |
| XYZ | 3.8 | 5.87 | 2.16 | - |
| YUV | 60.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 30 | 0.47 | 0 | 0.61 | 0.70 | 105.96 | 0.44 | 0.21 |
| Hex | 29 | 4D | 1E | 2F | 0 | 3D | 46 | 6A | 2C | 15 |
| Octal | 51 | 115 | 36 | 57 | 0 | 75 | 106 | 152 | 54 | 25 |
| Binary | 101001 | 1001101 | 11110 | 101111 | 0 | 111101 | 1000110 | 1101010 | 101100 | 10101 |
Color Harmonies of #294D1E
Complementary color
Monochromatic Colors of #294D1E
Black with #294D1E
Text Example
Text Example
White with #294D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D1E; }
p { color: rgb(41,77,30); }
H1.HeaderClassName
{
color: #294D1E;
}
.AnyTagClassName
{
color: #294D1E;
}
</style>
background-color css
<style>
a { background-color: #294D1E; }
a { background-color: rgb(41,77,30); }
div.DivClassName
{
background-color: #294D1E;
}
.BgClassName
{
background-color: #294D1E;
}
</style>
border-color css
<style>
span { border-color: #294D1E; }
span { border-color: rgb(41,77,30); }
td.TdClassName
{
border-color: #294D1E;
}
.TagClassName
{
border-color: #294D1E;
}
</style>