Shades of Myrtle #294E2A
Tints of Myrtle #294E2A
RGB
CMYK
RGB Variations
Color information
#294E2A (or 0x294E2A) is known color: Myrtle. HEX triplet: 29, 4E and 2A. RGB value is (41,78,42). Sum of RGB (Red+Green+Blue) = 41+78+42=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2A is #D6B1D5. Grayscale: #3E3E3E. Windows color (decimal): -14070230 or 2772521. OLE color: 2772521.
HSL color Cylindrical-coordinate representation of color #294E2A: hue angle of 121.62º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E2A is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 42 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.69 |
| HSL | 121.62º | 0.31% | 0.23% | - |
| HSV(B) | 121.62º | 0.47% | 0.31% | - |
| XYZ | 4.06 | 6.09 | 3.15 | - |
| YUV | 62.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 42 | 0.47 | 0 | 0.46 | 0.69 | 121.62 | 0.31 | 0.23 |
| Hex | 29 | 4E | 2A | 2F | 0 | 2E | 45 | 7A | 1F | 17 |
| Octal | 51 | 116 | 52 | 57 | 0 | 56 | 105 | 172 | 37 | 27 |
| Binary | 101001 | 1001110 | 101010 | 101111 | 0 | 101110 | 1000101 | 1111010 | 11111 | 10111 |
Color Harmonies of #294E2A
Complementary color
Monochromatic Colors of #294E2A
Black with #294E2A
Text Example
Text Example
White with #294E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E2A; }
p { color: rgb(41,78,42); }
H1.HeaderClassName
{
color: #294E2A;
}
.AnyTagClassName
{
color: #294E2A;
}
</style>
background-color css
<style>
a { background-color: #294E2A; }
a { background-color: rgb(41,78,42); }
div.DivClassName
{
background-color: #294E2A;
}
.BgClassName
{
background-color: #294E2A;
}
</style>
border-color css
<style>
span { border-color: #294E2A; }
span { border-color: rgb(41,78,42); }
td.TdClassName
{
border-color: #294E2A;
}
.TagClassName
{
border-color: #294E2A;
}
</style>