Shades of Myrtle #2B5510
Tints of Myrtle #2B5510
RGB
CMYK
RGB Variations
Color information
#2B5510 (or 0x2B5510) is known color: Myrtle. HEX triplet: 2B, 55 and 10. RGB value is (43,85,16). Sum of RGB (Red+Green+Blue) = 43+85+16=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5510 is #D4AAEF. Grayscale: #404040. Windows color (decimal): -13937392 or 1070379. OLE color: 1070379.
HSL color Cylindrical-coordinate representation of color #2B5510: hue angle of 96.52º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B5510 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 16 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.67 |
| HSL | 96.52º | 0.68% | 0.2% | - |
| HSV(B) | 96.52º | 0.81% | 0.33% | - |
| XYZ | 4.34 | 7.05 | 1.62 | - |
| YUV | 64.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 16 | 0.49 | 0 | 0.81 | 0.67 | 96.52 | 0.68 | 0.2 |
| Hex | 2B | 55 | 10 | 31 | 0 | 51 | 43 | 61 | 44 | 14 |
| Octal | 53 | 125 | 20 | 61 | 0 | 121 | 103 | 141 | 104 | 24 |
| Binary | 101011 | 1010101 | 10000 | 110001 | 0 | 1010001 | 1000011 | 1100001 | 1000100 | 10100 |
Color Harmonies of #2B5510
Complementary color
Monochromatic Colors of #2B5510
Black with #2B5510
Text Example
Text Example
White with #2B5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5510; }
p { color: rgb(43,85,16); }
H1.HeaderClassName
{
color: #2B5510;
}
.AnyTagClassName
{
color: #2B5510;
}
</style>
background-color css
<style>
a { background-color: #2B5510; }
a { background-color: rgb(43,85,16); }
div.DivClassName
{
background-color: #2B5510;
}
.BgClassName
{
background-color: #2B5510;
}
</style>
border-color css
<style>
span { border-color: #2B5510; }
span { border-color: rgb(43,85,16); }
td.TdClassName
{
border-color: #2B5510;
}
.TagClassName
{
border-color: #2B5510;
}
</style>