Shades of Myrtle #294E1D
Tints of Myrtle #294E1D
RGB
CMYK
RGB Variations
Color information
#294E1D (or 0x294E1D) is known color: Myrtle. HEX triplet: 29, 4E and 1D. RGB value is (41,78,29). Sum of RGB (Red+Green+Blue) = 41+78+29=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #294E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E1D is #D6B1E2. Grayscale: #3D3D3D. Windows color (decimal): -14070243 or 1920553. OLE color: 1920553.
HSL color Cylindrical-coordinate representation of color #294E1D: hue angle of 105.31º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294E1D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 29 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.69 |
| HSL | 105.31º | 0.46% | 0.21% | - |
| HSV(B) | 105.31º | 0.63% | 0.31% | - |
| XYZ | 3.86 | 6.01 | 2.12 | - |
| YUV | 61.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 29 | 0.47 | 0 | 0.63 | 0.69 | 105.31 | 0.46 | 0.21 |
| Hex | 29 | 4E | 1D | 2F | 0 | 3F | 45 | 69 | 2E | 15 |
| Octal | 51 | 116 | 35 | 57 | 0 | 77 | 105 | 151 | 56 | 25 |
| Binary | 101001 | 1001110 | 11101 | 101111 | 0 | 111111 | 1000101 | 1101001 | 101110 | 10101 |
Color Harmonies of #294E1D
Complementary color
Monochromatic Colors of #294E1D
Black with #294E1D
Text Example
Text Example
White with #294E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E1D; }
p { color: rgb(41,78,29); }
H1.HeaderClassName
{
color: #294E1D;
}
.AnyTagClassName
{
color: #294E1D;
}
</style>
background-color css
<style>
a { background-color: #294E1D; }
a { background-color: rgb(41,78,29); }
div.DivClassName
{
background-color: #294E1D;
}
.BgClassName
{
background-color: #294E1D;
}
</style>
border-color css
<style>
span { border-color: #294E1D; }
span { border-color: rgb(41,78,29); }
td.TdClassName
{
border-color: #294E1D;
}
.TagClassName
{
border-color: #294E1D;
}
</style>