Shades of Myrtle #2E4B2D
Tints of Myrtle #2E4B2D
RGB
CMYK
RGB Variations
Color information
#2E4B2D (or 0x2E4B2D) is known color: Myrtle. HEX triplet: 2E, 4B and 2D. RGB value is (46,75,45). Sum of RGB (Red+Green+Blue) = 46+75+45=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B2D is #D1B4D2. Grayscale: #3F3F3F. Windows color (decimal): -13743315 or 2968366. OLE color: 2968366.
HSL color Cylindrical-coordinate representation of color #2E4B2D: hue angle of 118º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4B2D is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 75 | 45 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.71 |
| HSL | 118º | 0.25% | 0.24% | - |
| HSV(B) | 118º | 0.4% | 0.29% | - |
| XYZ | 4.12 | 5.8 | 3.39 | - |
| YUV | 62.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 45 | 0.39 | 0 | 0.40 | 0.71 | 118 | 0.25 | 0.24 |
| Hex | 2E | 4B | 2D | 27 | 0 | 28 | 47 | 76 | 19 | 18 |
| Octal | 56 | 113 | 55 | 47 | 0 | 50 | 107 | 166 | 31 | 30 |
| Binary | 101110 | 1001011 | 101101 | 100111 | 0 | 101000 | 1000111 | 1110110 | 11001 | 11000 |
Color Harmonies of #2E4B2D
Complementary color
Monochromatic Colors of #2E4B2D
Black with #2E4B2D
Text Example
Text Example
White with #2E4B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B2D; }
p { color: rgb(46,75,45); }
H1.HeaderClassName
{
color: #2E4B2D;
}
.AnyTagClassName
{
color: #2E4B2D;
}
</style>
background-color css
<style>
a { background-color: #2E4B2D; }
a { background-color: rgb(46,75,45); }
div.DivClassName
{
background-color: #2E4B2D;
}
.BgClassName
{
background-color: #2E4B2D;
}
</style>
border-color css
<style>
span { border-color: #2E4B2D; }
span { border-color: rgb(46,75,45); }
td.TdClassName
{
border-color: #2E4B2D;
}
.TagClassName
{
border-color: #2E4B2D;
}
</style>