Shades of Myrtle #2B5129
Tints of Myrtle #2B5129
RGB
CMYK
RGB Variations
Color information
#2B5129 (or 0x2B5129) is known color: Myrtle. HEX triplet: 2B, 51 and 29. RGB value is (43,81,41). Sum of RGB (Red+Green+Blue) = 43+81+41=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5129 is #D4AED6. Grayscale: #414141. Windows color (decimal): -13938391 or 2707755. OLE color: 2707755.
HSL color Cylindrical-coordinate representation of color #2B5129: hue angle of 117º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5129 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 41 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.68 |
| HSL | 117º | 0.33% | 0.24% | - |
| HSV(B) | 117º | 0.49% | 0.32% | - |
| XYZ | 4.34 | 6.56 | 3.14 | - |
| YUV | 65.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 41 | 0.47 | 0 | 0.49 | 0.68 | 117 | 0.33 | 0.24 |
| Hex | 2B | 51 | 29 | 2F | 0 | 31 | 44 | 75 | 21 | 18 |
| Octal | 53 | 121 | 51 | 57 | 0 | 61 | 104 | 165 | 41 | 30 |
| Binary | 101011 | 1010001 | 101001 | 101111 | 0 | 110001 | 1000100 | 1110101 | 100001 | 11000 |
Color Harmonies of #2B5129
Complementary color
Monochromatic Colors of #2B5129
Black with #2B5129
Text Example
Text Example
White with #2B5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5129; }
p { color: rgb(43,81,41); }
H1.HeaderClassName
{
color: #2B5129;
}
.AnyTagClassName
{
color: #2B5129;
}
</style>
background-color css
<style>
a { background-color: #2B5129; }
a { background-color: rgb(43,81,41); }
div.DivClassName
{
background-color: #2B5129;
}
.BgClassName
{
background-color: #2B5129;
}
</style>
border-color css
<style>
span { border-color: #2B5129; }
span { border-color: rgb(43,81,41); }
td.TdClassName
{
border-color: #2B5129;
}
.TagClassName
{
border-color: #2B5129;
}
</style>