Shades of Myrtle #2B5526
Tints of Myrtle #2B5526
RGB
CMYK
RGB Variations
Color information
#2B5526 (or 0x2B5526) is known color: Myrtle. HEX triplet: 2B, 55 and 26. RGB value is (43,85,38). Sum of RGB (Red+Green+Blue) = 43+85+38=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5526 is #D4AAD9. Grayscale: #434343. Windows color (decimal): -13937370 or 2512171. OLE color: 2512171.
HSL color Cylindrical-coordinate representation of color #2B5526: hue angle of 113.62º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5526 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 38 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.67 |
| HSL | 113.62º | 0.38% | 0.24% | - |
| HSV(B) | 113.62º | 0.55% | 0.33% | - |
| XYZ | 4.59 | 7.15 | 2.97 | - |
| YUV | 67.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 38 | 0.49 | 0 | 0.55 | 0.67 | 113.62 | 0.38 | 0.24 |
| Hex | 2B | 55 | 26 | 31 | 0 | 37 | 43 | 72 | 26 | 18 |
| Octal | 53 | 125 | 46 | 61 | 0 | 67 | 103 | 162 | 46 | 30 |
| Binary | 101011 | 1010101 | 100110 | 110001 | 0 | 110111 | 1000011 | 1110010 | 100110 | 11000 |
Color Harmonies of #2B5526
Complementary color
Monochromatic Colors of #2B5526
Black with #2B5526
Text Example
Text Example
White with #2B5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5526; }
p { color: rgb(43,85,38); }
H1.HeaderClassName
{
color: #2B5526;
}
.AnyTagClassName
{
color: #2B5526;
}
</style>
background-color css
<style>
a { background-color: #2B5526; }
a { background-color: rgb(43,85,38); }
div.DivClassName
{
background-color: #2B5526;
}
.BgClassName
{
background-color: #2B5526;
}
</style>
border-color css
<style>
span { border-color: #2B5526; }
span { border-color: rgb(43,85,38); }
td.TdClassName
{
border-color: #2B5526;
}
.TagClassName
{
border-color: #2B5526;
}
</style>