Shades of Myrtle #2F422E
Tints of Myrtle #2F422E
RGB
CMYK
RGB Variations
Color information
#2F422E (or 0x2F422E) is known color: Myrtle. HEX triplet: 2F, 42 and 2E. RGB value is (47,66,46). Sum of RGB (Red+Green+Blue) = 47+66+46=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422E is #D0BDD1. Grayscale: #3A3A3A. Windows color (decimal): -13680082 or 3031599. OLE color: 3031599.
HSL color Cylindrical-coordinate representation of color #2F422E: hue angle of 117º 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 #2F422E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 46 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.74 |
| HSL | 117º | 0.18% | 0.22% | - |
| HSV(B) | 117º | 0.3% | 0.26% | - |
| XYZ | 3.61 | 4.7 | 3.3 | - |
| YUV | 58.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 46 | 0.29 | 0 | 0.30 | 0.74 | 117 | 0.18 | 0.22 |
| Hex | 2F | 42 | 2E | 1D | 0 | 1E | 4A | 75 | 12 | 16 |
| Octal | 57 | 102 | 56 | 35 | 0 | 36 | 112 | 165 | 22 | 26 |
| Binary | 101111 | 1000010 | 101110 | 11101 | 0 | 11110 | 1001010 | 1110101 | 10010 | 10110 |
Color Harmonies of #2F422E
Complementary color
Monochromatic Colors of #2F422E
Black with #2F422E
Text Example
Text Example
White with #2F422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F422E; }
p { color: rgb(47,66,46); }
H1.HeaderClassName
{
color: #2F422E;
}
.AnyTagClassName
{
color: #2F422E;
}
</style>
background-color css
<style>
a { background-color: #2F422E; }
a { background-color: rgb(47,66,46); }
div.DivClassName
{
background-color: #2F422E;
}
.BgClassName
{
background-color: #2F422E;
}
</style>
border-color css
<style>
span { border-color: #2F422E; }
span { border-color: rgb(47,66,46); }
td.TdClassName
{
border-color: #2F422E;
}
.TagClassName
{
border-color: #2F422E;
}
</style>