Shades of Myrtle #2B590F
Tints of Myrtle #2B590F
RGB
CMYK
RGB Variations
Color information
#2B590F (or 0x2B590F) is known color: Myrtle. HEX triplet: 2B, 59 and 0F. RGB value is (43,89,15). Sum of RGB (Red+Green+Blue) = 43+89+15=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #2B590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B590F is #D4A6F0. Grayscale: #434343. Windows color (decimal): -13936369 or 1005867. OLE color: 1005867.
HSL color Cylindrical-coordinate representation of color #2B590F: hue angle of 97.3º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B590F is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 15 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.65 |
| HSL | 97.3º | 0.71% | 0.2% | - |
| HSV(B) | 97.3º | 0.83% | 0.35% | - |
| XYZ | 4.65 | 7.69 | 1.69 | - |
| YUV | 66.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 15 | 0.52 | 0 | 0.83 | 0.65 | 97.3 | 0.71 | 0.2 |
| Hex | 2B | 59 | F | 34 | 0 | 53 | 41 | 61 | 47 | 14 |
| Octal | 53 | 131 | 17 | 64 | 0 | 123 | 101 | 141 | 107 | 24 |
| Binary | 101011 | 1011001 | 1111 | 110100 | 0 | 1010011 | 1000001 | 1100001 | 1000111 | 10100 |
Color Harmonies of #2B590F
Complementary color
Monochromatic Colors of #2B590F
Black with #2B590F
Text Example
Text Example
White with #2B590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B590F; }
p { color: rgb(43,89,15); }
H1.HeaderClassName
{
color: #2B590F;
}
.AnyTagClassName
{
color: #2B590F;
}
</style>
background-color css
<style>
a { background-color: #2B590F; }
a { background-color: rgb(43,89,15); }
div.DivClassName
{
background-color: #2B590F;
}
.BgClassName
{
background-color: #2B590F;
}
</style>
border-color css
<style>
span { border-color: #2B590F; }
span { border-color: rgb(43,89,15); }
td.TdClassName
{
border-color: #2B590F;
}
.TagClassName
{
border-color: #2B590F;
}
</style>