Shades of Myrtle #294D21
Tints of Myrtle #294D21
RGB
CMYK
RGB Variations
Color information
#294D21 (or 0x294D21) is known color: Myrtle. HEX triplet: 29, 4D and 21. RGB value is (41,77,33). Sum of RGB (Red+Green+Blue) = 41+77+33=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #294D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D21 is #D6B2DE. Grayscale: #3D3D3D. Windows color (decimal): -14070495 or 2182441. OLE color: 2182441.
HSL color Cylindrical-coordinate representation of color #294D21: hue angle of 109.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294D21 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 33 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.70 |
| HSL | 109.09º | 0.4% | 0.22% | - |
| HSV(B) | 109.09º | 0.57% | 0.3% | - |
| XYZ | 3.84 | 5.89 | 2.37 | - |
| YUV | 61.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 33 | 0.47 | 0 | 0.57 | 0.70 | 109.09 | 0.4 | 0.22 |
| Hex | 29 | 4D | 21 | 2F | 0 | 39 | 46 | 6D | 28 | 16 |
| Octal | 51 | 115 | 41 | 57 | 0 | 71 | 106 | 155 | 50 | 26 |
| Binary | 101001 | 1001101 | 100001 | 101111 | 0 | 111001 | 1000110 | 1101101 | 101000 | 10110 |
Color Harmonies of #294D21
Complementary color
Monochromatic Colors of #294D21
Black with #294D21
Text Example
Text Example
White with #294D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D21; }
p { color: rgb(41,77,33); }
H1.HeaderClassName
{
color: #294D21;
}
.AnyTagClassName
{
color: #294D21;
}
</style>
background-color css
<style>
a { background-color: #294D21; }
a { background-color: rgb(41,77,33); }
div.DivClassName
{
background-color: #294D21;
}
.BgClassName
{
background-color: #294D21;
}
</style>
border-color css
<style>
span { border-color: #294D21; }
span { border-color: rgb(41,77,33); }
td.TdClassName
{
border-color: #294D21;
}
.TagClassName
{
border-color: #294D21;
}
</style>