Shades of Myrtle #2B4824
Tints of Myrtle #2B4824
RGB
CMYK
RGB Variations
Color information
#2B4824 (or 0x2B4824) is known color: Myrtle. HEX triplet: 2B, 48 and 24. RGB value is (43,72,36). Sum of RGB (Red+Green+Blue) = 43+72+36=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4824 is #D4B7DB. Grayscale: #3B3B3B. Windows color (decimal): -13940700 or 2377771. OLE color: 2377771.
HSL color Cylindrical-coordinate representation of color #2B4824: hue angle of 108.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B4824 is Cyan = 0.40, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 36 | - |
| CMYK | 0.40 | 0 | 0.5 | 0.72 |
| HSL | 108.33º | 0.33% | 0.21% | - |
| HSV(B) | 108.33º | 0.5% | 0.28% | - |
| XYZ | 3.63 | 5.28 | 2.5 | - |
| YUV | 59.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 36 | 0.40 | 0 | 0.5 | 0.72 | 108.33 | 0.33 | 0.21 |
| Hex | 2B | 48 | 24 | 28 | 0 | 32 | 48 | 6C | 21 | 15 |
| Octal | 53 | 110 | 44 | 50 | 0 | 62 | 110 | 154 | 41 | 25 |
| Binary | 101011 | 1001000 | 100100 | 101000 | 0 | 110010 | 1001000 | 1101100 | 100001 | 10101 |
Color Harmonies of #2B4824
Complementary color
Monochromatic Colors of #2B4824
Black with #2B4824
Text Example
Text Example
White with #2B4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4824; }
p { color: rgb(43,72,36); }
H1.HeaderClassName
{
color: #2B4824;
}
.AnyTagClassName
{
color: #2B4824;
}
</style>
background-color css
<style>
a { background-color: #2B4824; }
a { background-color: rgb(43,72,36); }
div.DivClassName
{
background-color: #2B4824;
}
.BgClassName
{
background-color: #2B4824;
}
</style>
border-color css
<style>
span { border-color: #2B4824; }
span { border-color: rgb(43,72,36); }
td.TdClassName
{
border-color: #2B4824;
}
.TagClassName
{
border-color: #2B4824;
}
</style>