Shades of Myrtle #294A20
Tints of Myrtle #294A20
RGB
CMYK
RGB Variations
Color information
#294A20 (or 0x294A20) is known color: Myrtle. HEX triplet: 29, 4A and 20. RGB value is (41,74,32). Sum of RGB (Red+Green+Blue) = 41+74+32=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #294A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A20 is #D6B5DF. Grayscale: #3B3B3B. Windows color (decimal): -14071264 or 2116137. OLE color: 2116137.
HSL color Cylindrical-coordinate representation of color #294A20: hue angle of 107.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294A20 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 32 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.71 |
| HSL | 107.14º | 0.4% | 0.21% | - |
| HSV(B) | 107.14º | 0.57% | 0.29% | - |
| XYZ | 3.62 | 5.47 | 2.23 | - |
| YUV | 59.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 32 | 0.45 | 0 | 0.57 | 0.71 | 107.14 | 0.4 | 0.21 |
| Hex | 29 | 4A | 20 | 2D | 0 | 39 | 47 | 6B | 28 | 15 |
| Octal | 51 | 112 | 40 | 55 | 0 | 71 | 107 | 153 | 50 | 25 |
| Binary | 101001 | 1001010 | 100000 | 101101 | 0 | 111001 | 1000111 | 1101011 | 101000 | 10101 |
Color Harmonies of #294A20
Complementary color
Monochromatic Colors of #294A20
Black with #294A20
Text Example
Text Example
White with #294A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A20; }
p { color: rgb(41,74,32); }
H1.HeaderClassName
{
color: #294A20;
}
.AnyTagClassName
{
color: #294A20;
}
</style>
background-color css
<style>
a { background-color: #294A20; }
a { background-color: rgb(41,74,32); }
div.DivClassName
{
background-color: #294A20;
}
.BgClassName
{
background-color: #294A20;
}
</style>
border-color css
<style>
span { border-color: #294A20; }
span { border-color: rgb(41,74,32); }
td.TdClassName
{
border-color: #294A20;
}
.TagClassName
{
border-color: #294A20;
}
</style>