Shades of Myrtle #2E3F2D
Tints of Myrtle #2E3F2D
RGB
CMYK
RGB Variations
Color information
#2E3F2D (or 0x2E3F2D) is known color: Myrtle. HEX triplet: 2E, 3F and 2D. RGB value is (46,63,45). Sum of RGB (Red+Green+Blue) = 46+63+45=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F2D is #D1C0D2. Grayscale: #373737. Windows color (decimal): -13746387 or 2965294. OLE color: 2965294.
HSL color Cylindrical-coordinate representation of color #2E3F2D: hue angle of 116.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3F2D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 45 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.75 |
| HSL | 116.67º | 0.17% | 0.21% | - |
| HSV(B) | 116.67º | 0.29% | 0.25% | - |
| XYZ | 3.38 | 4.33 | 3.14 | - |
| YUV | 55.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 45 | 0.27 | 0 | 0.29 | 0.75 | 116.67 | 0.17 | 0.21 |
| Hex | 2E | 3F | 2D | 1B | 0 | 1D | 4B | 75 | 11 | 15 |
| Octal | 56 | 77 | 55 | 33 | 0 | 35 | 113 | 165 | 21 | 25 |
| Binary | 101110 | 111111 | 101101 | 11011 | 0 | 11101 | 1001011 | 1110101 | 10001 | 10101 |
Color Harmonies of #2E3F2D
Complementary color
Monochromatic Colors of #2E3F2D
Black with #2E3F2D
Text Example
Text Example
White with #2E3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F2D; }
p { color: rgb(46,63,45); }
H1.HeaderClassName
{
color: #2E3F2D;
}
.AnyTagClassName
{
color: #2E3F2D;
}
</style>
background-color css
<style>
a { background-color: #2E3F2D; }
a { background-color: rgb(46,63,45); }
div.DivClassName
{
background-color: #2E3F2D;
}
.BgClassName
{
background-color: #2E3F2D;
}
</style>
border-color css
<style>
span { border-color: #2E3F2D; }
span { border-color: rgb(46,63,45); }
td.TdClassName
{
border-color: #2E3F2D;
}
.TagClassName
{
border-color: #2E3F2D;
}
</style>