Shades of Myrtle #2F3E2E
Tints of Myrtle #2F3E2E
RGB
CMYK
RGB Variations
Color information
#2F3E2E (or 0x2F3E2E) is known color: Myrtle. HEX triplet: 2F, 3E and 2E. RGB value is (47,62,46). Sum of RGB (Red+Green+Blue) = 47+62+46=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E2E is #D0C1D1. Grayscale: #373737. Windows color (decimal): -13681106 or 3030575. OLE color: 3030575.
HSL color Cylindrical-coordinate representation of color #2F3E2E: hue angle of 116.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2F3E2E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 46 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.76 |
| HSL | 116.25º | 0.15% | 0.21% | - |
| HSV(B) | 116.25º | 0.26% | 0.24% | - |
| XYZ | 3.39 | 4.25 | 3.23 | - |
| YUV | 55.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 46 | 0.24 | 0 | 0.26 | 0.76 | 116.25 | 0.15 | 0.21 |
| Hex | 2F | 3E | 2E | 18 | 0 | 1A | 4C | 74 | F | 15 |
| Octal | 57 | 76 | 56 | 30 | 0 | 32 | 114 | 164 | 17 | 25 |
| Binary | 101111 | 111110 | 101110 | 11000 | 0 | 11010 | 1001100 | 1110100 | 1111 | 10101 |
Color Harmonies of #2F3E2E
Complementary color
Monochromatic Colors of #2F3E2E
Black with #2F3E2E
Text Example
Text Example
White with #2F3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E2E; }
p { color: rgb(47,62,46); }
H1.HeaderClassName
{
color: #2F3E2E;
}
.AnyTagClassName
{
color: #2F3E2E;
}
</style>
background-color css
<style>
a { background-color: #2F3E2E; }
a { background-color: rgb(47,62,46); }
div.DivClassName
{
background-color: #2F3E2E;
}
.BgClassName
{
background-color: #2F3E2E;
}
</style>
border-color css
<style>
span { border-color: #2F3E2E; }
span { border-color: rgb(47,62,46); }
td.TdClassName
{
border-color: #2F3E2E;
}
.TagClassName
{
border-color: #2F3E2E;
}
</style>