Shades of Myrtle #294C20
Tints of Myrtle #294C20
RGB
CMYK
RGB Variations
Color information
#294C20 (or 0x294C20) is known color: Myrtle. HEX triplet: 29, 4C and 20. RGB value is (41,76,32). Sum of RGB (Red+Green+Blue) = 41+76+32=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #294C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C20 is #D6B3DF. Grayscale: #3C3C3C. Windows color (decimal): -14070752 or 2116649. OLE color: 2116649.
HSL color Cylindrical-coordinate representation of color #294C20: hue angle of 107.73º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294C20 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 32 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.70 |
| HSL | 107.73º | 0.41% | 0.21% | - |
| HSV(B) | 107.73º | 0.58% | 0.3% | - |
| XYZ | 3.76 | 5.74 | 2.28 | - |
| YUV | 60.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 32 | 0.46 | 0 | 0.58 | 0.70 | 107.73 | 0.41 | 0.21 |
| Hex | 29 | 4C | 20 | 2E | 0 | 3A | 46 | 6C | 29 | 15 |
| Octal | 51 | 114 | 40 | 56 | 0 | 72 | 106 | 154 | 51 | 25 |
| Binary | 101001 | 1001100 | 100000 | 101110 | 0 | 111010 | 1000110 | 1101100 | 101001 | 10101 |
Color Harmonies of #294C20
Complementary color
Monochromatic Colors of #294C20
Black with #294C20
Text Example
Text Example
White with #294C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C20; }
p { color: rgb(41,76,32); }
H1.HeaderClassName
{
color: #294C20;
}
.AnyTagClassName
{
color: #294C20;
}
</style>
background-color css
<style>
a { background-color: #294C20; }
a { background-color: rgb(41,76,32); }
div.DivClassName
{
background-color: #294C20;
}
.BgClassName
{
background-color: #294C20;
}
</style>
border-color css
<style>
span { border-color: #294C20; }
span { border-color: rgb(41,76,32); }
td.TdClassName
{
border-color: #294C20;
}
.TagClassName
{
border-color: #294C20;
}
</style>