Shades of Myrtle #2E472D
Tints of Myrtle #2E472D
RGB
CMYK
RGB Variations
Color information
#2E472D (or 0x2E472D) is known color: Myrtle. HEX triplet: 2E, 47 and 2D. RGB value is (46,71,45). Sum of RGB (Red+Green+Blue) = 46+71+45=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #2E472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E472D is #D1B8D2. Grayscale: #3C3C3C. Windows color (decimal): -13744339 or 2967342. OLE color: 2967342.
HSL color Cylindrical-coordinate representation of color #2E472D: hue angle of 117.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E472D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 71 | 45 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.72 |
| HSL | 117.69º | 0.22% | 0.23% | - |
| HSV(B) | 117.69º | 0.37% | 0.28% | - |
| XYZ | 3.85 | 5.28 | 3.3 | - |
| YUV | 60.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 45 | 0.35 | 0 | 0.37 | 0.72 | 117.69 | 0.22 | 0.23 |
| Hex | 2E | 47 | 2D | 23 | 0 | 25 | 48 | 76 | 16 | 17 |
| Octal | 56 | 107 | 55 | 43 | 0 | 45 | 110 | 166 | 26 | 27 |
| Binary | 101110 | 1000111 | 101101 | 100011 | 0 | 100101 | 1001000 | 1110110 | 10110 | 10111 |
Color Harmonies of #2E472D
Complementary color
Monochromatic Colors of #2E472D
Black with #2E472D
Text Example
Text Example
White with #2E472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E472D; }
p { color: rgb(46,71,45); }
H1.HeaderClassName
{
color: #2E472D;
}
.AnyTagClassName
{
color: #2E472D;
}
</style>
background-color css
<style>
a { background-color: #2E472D; }
a { background-color: rgb(46,71,45); }
div.DivClassName
{
background-color: #2E472D;
}
.BgClassName
{
background-color: #2E472D;
}
</style>
border-color css
<style>
span { border-color: #2E472D; }
span { border-color: rgb(46,71,45); }
td.TdClassName
{
border-color: #2E472D;
}
.TagClassName
{
border-color: #2E472D;
}
</style>