Shades of Myrtle #2D462C
Tints of Myrtle #2D462C
RGB
CMYK
RGB Variations
Color information
#2D462C (or 0x2D462C) is known color: Myrtle. HEX triplet: 2D, 46 and 2C. RGB value is (45,70,44). Sum of RGB (Red+Green+Blue) = 45+70+44=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #2D462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D462C is #D2B9D3. Grayscale: #3B3B3B. Windows color (decimal): -13810132 or 2901549. OLE color: 2901549.
HSL color Cylindrical-coordinate representation of color #2D462C: hue angle of 117.69º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D462C is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 44 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.73 |
| HSL | 117.69º | 0.23% | 0.22% | - |
| HSV(B) | 117.69º | 0.37% | 0.27% | - |
| XYZ | 3.73 | 5.12 | 3.17 | - |
| YUV | 59.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 44 | 0.36 | 0 | 0.37 | 0.73 | 117.69 | 0.23 | 0.22 |
| Hex | 2D | 46 | 2C | 24 | 0 | 25 | 49 | 76 | 17 | 16 |
| Octal | 55 | 106 | 54 | 44 | 0 | 45 | 111 | 166 | 27 | 26 |
| Binary | 101101 | 1000110 | 101100 | 100100 | 0 | 100101 | 1001001 | 1110110 | 10111 | 10110 |
Color Harmonies of #2D462C
Complementary color
Monochromatic Colors of #2D462C
Black with #2D462C
Text Example
Text Example
White with #2D462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D462C; }
p { color: rgb(45,70,44); }
H1.HeaderClassName
{
color: #2D462C;
}
.AnyTagClassName
{
color: #2D462C;
}
</style>
background-color css
<style>
a { background-color: #2D462C; }
a { background-color: rgb(45,70,44); }
div.DivClassName
{
background-color: #2D462C;
}
.BgClassName
{
background-color: #2D462C;
}
</style>
border-color css
<style>
span { border-color: #2D462C; }
span { border-color: rgb(45,70,44); }
td.TdClassName
{
border-color: #2D462C;
}
.TagClassName
{
border-color: #2D462C;
}
</style>