Shades of Myrtle #2B5127
Tints of Myrtle #2B5127
RGB
CMYK
RGB Variations
Color information
#2B5127 (or 0x2B5127) is known color: Myrtle. HEX triplet: 2B, 51 and 27. RGB value is (43,81,39). Sum of RGB (Red+Green+Blue) = 43+81+39=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5127 is #D4AED8. Grayscale: #404040. Windows color (decimal): -13938393 or 2576683. OLE color: 2576683.
HSL color Cylindrical-coordinate representation of color #2B5127: hue angle of 114.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5127 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 39 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.68 |
| HSL | 114.29º | 0.35% | 0.24% | - |
| HSV(B) | 114.29º | 0.52% | 0.32% | - |
| XYZ | 4.3 | 6.54 | 2.96 | - |
| YUV | 64.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 39 | 0.47 | 0 | 0.52 | 0.68 | 114.29 | 0.35 | 0.24 |
| Hex | 2B | 51 | 27 | 2F | 0 | 34 | 44 | 72 | 23 | 18 |
| Octal | 53 | 121 | 47 | 57 | 0 | 64 | 104 | 162 | 43 | 30 |
| Binary | 101011 | 1010001 | 100111 | 101111 | 0 | 110100 | 1000100 | 1110010 | 100011 | 11000 |
Color Harmonies of #2B5127
Complementary color
Monochromatic Colors of #2B5127
Black with #2B5127
Text Example
Text Example
White with #2B5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5127; }
p { color: rgb(43,81,39); }
H1.HeaderClassName
{
color: #2B5127;
}
.AnyTagClassName
{
color: #2B5127;
}
</style>
background-color css
<style>
a { background-color: #2B5127; }
a { background-color: rgb(43,81,39); }
div.DivClassName
{
background-color: #2B5127;
}
.BgClassName
{
background-color: #2B5127;
}
</style>
border-color css
<style>
span { border-color: #2B5127; }
span { border-color: rgb(43,81,39); }
td.TdClassName
{
border-color: #2B5127;
}
.TagClassName
{
border-color: #2B5127;
}
</style>