Shades of Myrtle #2B4823
Tints of Myrtle #2B4823
RGB
CMYK
RGB Variations
Color information
#2B4823 (or 0x2B4823) is known color: Myrtle. HEX triplet: 2B, 48 and 23. RGB value is (43,72,35). Sum of RGB (Red+Green+Blue) = 43+72+35=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4823 is #D4B7DC. Grayscale: #3B3B3B. Windows color (decimal): -13940701 or 2312235. OLE color: 2312235.
HSL color Cylindrical-coordinate representation of color #2B4823: hue angle of 107.03º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4823 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 35 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.72 |
| HSL | 107.03º | 0.35% | 0.21% | - |
| HSV(B) | 107.03º | 0.51% | 0.28% | - |
| XYZ | 3.62 | 5.27 | 2.42 | - |
| YUV | 59.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 35 | 0.40 | 0 | 0.51 | 0.72 | 107.03 | 0.35 | 0.21 |
| Hex | 2B | 48 | 23 | 28 | 0 | 33 | 48 | 6B | 23 | 15 |
| Octal | 53 | 110 | 43 | 50 | 0 | 63 | 110 | 153 | 43 | 25 |
| Binary | 101011 | 1001000 | 100011 | 101000 | 0 | 110011 | 1001000 | 1101011 | 100011 | 10101 |
Color Harmonies of #2B4823
Complementary color
Monochromatic Colors of #2B4823
Black with #2B4823
Text Example
Text Example
White with #2B4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4823; }
p { color: rgb(43,72,35); }
H1.HeaderClassName
{
color: #2B4823;
}
.AnyTagClassName
{
color: #2B4823;
}
</style>
background-color css
<style>
a { background-color: #2B4823; }
a { background-color: rgb(43,72,35); }
div.DivClassName
{
background-color: #2B4823;
}
.BgClassName
{
background-color: #2B4823;
}
</style>
border-color css
<style>
span { border-color: #2B4823; }
span { border-color: rgb(43,72,35); }
td.TdClassName
{
border-color: #2B4823;
}
.TagClassName
{
border-color: #2B4823;
}
</style>