Shades of Myrtle #2E412D
Tints of Myrtle #2E412D
RGB
CMYK
RGB Variations
Color information
#2E412D (or 0x2E412D) is known color: Myrtle. HEX triplet: 2E, 41 and 2D. RGB value is (46,65,45). Sum of RGB (Red+Green+Blue) = 46+65+45=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #2E412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E412D is #D1BED2. Grayscale: #393939. Windows color (decimal): -13745875 or 2965806. OLE color: 2965806.
HSL color Cylindrical-coordinate representation of color #2E412D: hue angle of 117º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E412D is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 45 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.75 |
| HSL | 117º | 0.18% | 0.22% | - |
| HSV(B) | 117º | 0.31% | 0.25% | - |
| XYZ | 3.49 | 4.55 | 3.18 | - |
| YUV | 57.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 45 | 0.29 | 0 | 0.31 | 0.75 | 117 | 0.18 | 0.22 |
| Hex | 2E | 41 | 2D | 1D | 0 | 1F | 4B | 75 | 12 | 16 |
| Octal | 56 | 101 | 55 | 35 | 0 | 37 | 113 | 165 | 22 | 26 |
| Binary | 101110 | 1000001 | 101101 | 11101 | 0 | 11111 | 1001011 | 1110101 | 10010 | 10110 |
Color Harmonies of #2E412D
Complementary color
Monochromatic Colors of #2E412D
Black with #2E412D
Text Example
Text Example
White with #2E412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E412D; }
p { color: rgb(46,65,45); }
H1.HeaderClassName
{
color: #2E412D;
}
.AnyTagClassName
{
color: #2E412D;
}
</style>
background-color css
<style>
a { background-color: #2E412D; }
a { background-color: rgb(46,65,45); }
div.DivClassName
{
background-color: #2E412D;
}
.BgClassName
{
background-color: #2E412D;
}
</style>
border-color css
<style>
span { border-color: #2E412D; }
span { border-color: rgb(46,65,45); }
td.TdClassName
{
border-color: #2E412D;
}
.TagClassName
{
border-color: #2E412D;
}
</style>