Shades of Myrtle #2B5029
Tints of Myrtle #2B5029
RGB
CMYK
RGB Variations
Color information
#2B5029 (or 0x2B5029) is known color: Myrtle. HEX triplet: 2B, 50 and 29. RGB value is (43,80,41). Sum of RGB (Red+Green+Blue) = 43+80+41=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5029 is #D4AFD6. Grayscale: #404040. Windows color (decimal): -13938647 or 2707499. OLE color: 2707499.
HSL color Cylindrical-coordinate representation of color #2B5029: hue angle of 116.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5029 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 41 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.69 |
| HSL | 116.92º | 0.32% | 0.24% | - |
| HSV(B) | 116.92º | 0.49% | 0.31% | - |
| XYZ | 4.27 | 6.41 | 3.11 | - |
| YUV | 64.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 41 | 0.46 | 0 | 0.49 | 0.69 | 116.92 | 0.32 | 0.24 |
| Hex | 2B | 50 | 29 | 2E | 0 | 31 | 45 | 75 | 20 | 18 |
| Octal | 53 | 120 | 51 | 56 | 0 | 61 | 105 | 165 | 40 | 30 |
| Binary | 101011 | 1010000 | 101001 | 101110 | 0 | 110001 | 1000101 | 1110101 | 100000 | 11000 |
Color Harmonies of #2B5029
Complementary color
Monochromatic Colors of #2B5029
Black with #2B5029
Text Example
Text Example
White with #2B5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5029; }
p { color: rgb(43,80,41); }
H1.HeaderClassName
{
color: #2B5029;
}
.AnyTagClassName
{
color: #2B5029;
}
</style>
background-color css
<style>
a { background-color: #2B5029; }
a { background-color: rgb(43,80,41); }
div.DivClassName
{
background-color: #2B5029;
}
.BgClassName
{
background-color: #2B5029;
}
</style>
border-color css
<style>
span { border-color: #2B5029; }
span { border-color: rgb(43,80,41); }
td.TdClassName
{
border-color: #2B5029;
}
.TagClassName
{
border-color: #2B5029;
}
</style>