Shades of Myrtle #2B4D24
Tints of Myrtle #2B4D24
RGB
CMYK
RGB Variations
Color information
#2B4D24 (or 0x2B4D24) is known color: Myrtle. HEX triplet: 2B, 4D and 24. RGB value is (43,77,36). Sum of RGB (Red+Green+Blue) = 43+77+36=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D24 is #D4B2DB. Grayscale: #3E3E3E. Windows color (decimal): -13939420 or 2379051. OLE color: 2379051.
HSL color Cylindrical-coordinate representation of color #2B4D24: hue angle of 109.76º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B4D24 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 36 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.70 |
| HSL | 109.76º | 0.36% | 0.22% | - |
| HSV(B) | 109.76º | 0.53% | 0.3% | - |
| XYZ | 3.97 | 5.95 | 2.61 | - |
| YUV | 62.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 36 | 0.44 | 0 | 0.53 | 0.70 | 109.76 | 0.36 | 0.22 |
| Hex | 2B | 4D | 24 | 2C | 0 | 35 | 46 | 6E | 24 | 16 |
| Octal | 53 | 115 | 44 | 54 | 0 | 65 | 106 | 156 | 44 | 26 |
| Binary | 101011 | 1001101 | 100100 | 101100 | 0 | 110101 | 1000110 | 1101110 | 100100 | 10110 |
Color Harmonies of #2B4D24
Complementary color
Monochromatic Colors of #2B4D24
Black with #2B4D24
Text Example
Text Example
White with #2B4D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D24; }
p { color: rgb(43,77,36); }
H1.HeaderClassName
{
color: #2B4D24;
}
.AnyTagClassName
{
color: #2B4D24;
}
</style>
background-color css
<style>
a { background-color: #2B4D24; }
a { background-color: rgb(43,77,36); }
div.DivClassName
{
background-color: #2B4D24;
}
.BgClassName
{
background-color: #2B4D24;
}
</style>
border-color css
<style>
span { border-color: #2B4D24; }
span { border-color: rgb(43,77,36); }
td.TdClassName
{
border-color: #2B4D24;
}
.TagClassName
{
border-color: #2B4D24;
}
</style>