Shades of Myrtle #2E422E
Tints of Myrtle #2E422E
RGB
CMYK
RGB Variations
Color information
#2E422E (or 0x2E422E) is known color: Myrtle. HEX triplet: 2E, 42 and 2E. RGB value is (46,66,46). Sum of RGB (Red+Green+Blue) = 46+66+46=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #2E422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E422E is #D1BDD1. Grayscale: #393939. Windows color (decimal): -13745618 or 3031598. OLE color: 3031598.
HSL color Cylindrical-coordinate representation of color #2E422E: hue angle of 120º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E422E is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 46 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.74 |
| HSL | 120º | 0.18% | 0.22% | - |
| HSV(B) | 120º | 0.3% | 0.26% | - |
| XYZ | 3.57 | 4.67 | 3.3 | - |
| YUV | 57.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 46 | 0.30 | 0 | 0.30 | 0.74 | 120 | 0.18 | 0.22 |
| Hex | 2E | 42 | 2E | 1E | 0 | 1E | 4A | 78 | 12 | 16 |
| Octal | 56 | 102 | 56 | 36 | 0 | 36 | 112 | 170 | 22 | 26 |
| Binary | 101110 | 1000010 | 101110 | 11110 | 0 | 11110 | 1001010 | 1111000 | 10010 | 10110 |
Color Harmonies of #2E422E
Complementary color
Monochromatic Colors of #2E422E
Black with #2E422E
Text Example
Text Example
White with #2E422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E422E; }
p { color: rgb(46,66,46); }
H1.HeaderClassName
{
color: #2E422E;
}
.AnyTagClassName
{
color: #2E422E;
}
</style>
background-color css
<style>
a { background-color: #2E422E; }
a { background-color: rgb(46,66,46); }
div.DivClassName
{
background-color: #2E422E;
}
.BgClassName
{
background-color: #2E422E;
}
</style>
border-color css
<style>
span { border-color: #2E422E; }
span { border-color: rgb(46,66,46); }
td.TdClassName
{
border-color: #2E422E;
}
.TagClassName
{
border-color: #2E422E;
}
</style>