Shades of Myrtle #2B492C
Tints of Myrtle #2B492C
RGB
CMYK
RGB Variations
Color information
#2B492C (or 0x2B492C) is known color: Myrtle. HEX triplet: 2B, 49 and 2C. RGB value is (43,73,44). Sum of RGB (Red+Green+Blue) = 43+73+44=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #2B492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B492C is #D4B6D3. Grayscale: #3C3C3C. Windows color (decimal): -13940436 or 2902315. OLE color: 2902315.
HSL color Cylindrical-coordinate representation of color #2B492C: hue angle of 122º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B492C is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 44 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.71 |
| HSL | 122º | 0.26% | 0.23% | - |
| HSV(B) | 122º | 0.41% | 0.29% | - |
| XYZ | 3.83 | 5.46 | 3.23 | - |
| YUV | 60.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 44 | 0.41 | 0 | 0.40 | 0.71 | 122 | 0.26 | 0.23 |
| Hex | 2B | 49 | 2C | 29 | 0 | 28 | 47 | 7A | 1A | 17 |
| Octal | 53 | 111 | 54 | 51 | 0 | 50 | 107 | 172 | 32 | 27 |
| Binary | 101011 | 1001001 | 101100 | 101001 | 0 | 101000 | 1000111 | 1111010 | 11010 | 10111 |
Color Harmonies of #2B492C
Complementary color
Monochromatic Colors of #2B492C
Black with #2B492C
Text Example
Text Example
White with #2B492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B492C; }
p { color: rgb(43,73,44); }
H1.HeaderClassName
{
color: #2B492C;
}
.AnyTagClassName
{
color: #2B492C;
}
</style>
background-color css
<style>
a { background-color: #2B492C; }
a { background-color: rgb(43,73,44); }
div.DivClassName
{
background-color: #2B492C;
}
.BgClassName
{
background-color: #2B492C;
}
</style>
border-color css
<style>
span { border-color: #2B492C; }
span { border-color: rgb(43,73,44); }
td.TdClassName
{
border-color: #2B492C;
}
.TagClassName
{
border-color: #2B492C;
}
</style>