Shades of Myrtle #2B580B
Tints of Myrtle #2B580B
RGB
CMYK
RGB Variations
Color information
#2B580B (or 0x2B580B) is known color: Myrtle. HEX triplet: 2B, 58 and 0B. RGB value is (43,88,11). Sum of RGB (Red+Green+Blue) = 43+88+11=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #2B580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B580B is #D4A7F4. Grayscale: #424242. Windows color (decimal): -13936629 or 743467. OLE color: 743467.
HSL color Cylindrical-coordinate representation of color #2B580B: hue angle of 95.06º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B580B is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 11 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.65 |
| HSL | 95.06º | 0.78% | 0.19% | - |
| HSV(B) | 95.06º | 0.88% | 0.35% | - |
| XYZ | 4.55 | 7.52 | 1.53 | - |
| YUV | 65.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 11 | 0.51 | 0 | 0.88 | 0.65 | 95.06 | 0.78 | 0.19 |
| Hex | 2B | 58 | B | 33 | 0 | 58 | 41 | 5F | 4E | 13 |
| Octal | 53 | 130 | 13 | 63 | 0 | 130 | 101 | 137 | 116 | 23 |
| Binary | 101011 | 1011000 | 1011 | 110011 | 0 | 1011000 | 1000001 | 1011111 | 1001110 | 10011 |
Color Harmonies of #2B580B
Complementary color
Monochromatic Colors of #2B580B
Black with #2B580B
Text Example
Text Example
White with #2B580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B580B; }
p { color: rgb(43,88,11); }
H1.HeaderClassName
{
color: #2B580B;
}
.AnyTagClassName
{
color: #2B580B;
}
</style>
background-color css
<style>
a { background-color: #2B580B; }
a { background-color: rgb(43,88,11); }
div.DivClassName
{
background-color: #2B580B;
}
.BgClassName
{
background-color: #2B580B;
}
</style>
border-color css
<style>
span { border-color: #2B580B; }
span { border-color: rgb(43,88,11); }
td.TdClassName
{
border-color: #2B580B;
}
.TagClassName
{
border-color: #2B580B;
}
</style>