Shades of Myrtle #2F3F2E
Tints of Myrtle #2F3F2E
RGB
CMYK
RGB Variations
Color information
#2F3F2E (or 0x2F3F2E) is known color: Myrtle. HEX triplet: 2F, 3F and 2E. RGB value is (47,63,46). Sum of RGB (Red+Green+Blue) = 47+63+46=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F2E is #D0C0D1. Grayscale: #383838. Windows color (decimal): -13680850 or 3030831. OLE color: 3030831.
HSL color Cylindrical-coordinate representation of color #2F3F2E: hue angle of 116.47º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F3F2E is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 63 | 46 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.75 |
| HSL | 116.47º | 0.16% | 0.21% | - |
| HSV(B) | 116.47º | 0.27% | 0.25% | - |
| XYZ | 3.44 | 4.36 | 3.24 | - |
| YUV | 56.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 46 | 0.25 | 0 | 0.27 | 0.75 | 116.47 | 0.16 | 0.21 |
| Hex | 2F | 3F | 2E | 19 | 0 | 1B | 4B | 74 | 10 | 15 |
| Octal | 57 | 77 | 56 | 31 | 0 | 33 | 113 | 164 | 20 | 25 |
| Binary | 101111 | 111111 | 101110 | 11001 | 0 | 11011 | 1001011 | 1110100 | 10000 | 10101 |
Color Harmonies of #2F3F2E
Complementary color
Monochromatic Colors of #2F3F2E
Black with #2F3F2E
Text Example
Text Example
White with #2F3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3F2E; }
p { color: rgb(47,63,46); }
H1.HeaderClassName
{
color: #2F3F2E;
}
.AnyTagClassName
{
color: #2F3F2E;
}
</style>
background-color css
<style>
a { background-color: #2F3F2E; }
a { background-color: rgb(47,63,46); }
div.DivClassName
{
background-color: #2F3F2E;
}
.BgClassName
{
background-color: #2F3F2E;
}
</style>
border-color css
<style>
span { border-color: #2F3F2E; }
span { border-color: rgb(47,63,46); }
td.TdClassName
{
border-color: #2F3F2E;
}
.TagClassName
{
border-color: #2F3F2E;
}
</style>