Shades of Myrtle #2B560D
Tints of Myrtle #2B560D
RGB
CMYK
RGB Variations
Color information
#2B560D (or 0x2B560D) is known color: Myrtle. HEX triplet: 2B, 56 and 0D. RGB value is (43,86,13). Sum of RGB (Red+Green+Blue) = 43+86+13=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #2B560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B560D is #D4A9F2. Grayscale: #414141. Windows color (decimal): -13937139 or 874027. OLE color: 874027.
HSL color Cylindrical-coordinate representation of color #2B560D: hue angle of 95.34º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B560D is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 13 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.66 |
| HSL | 95.34º | 0.74% | 0.19% | - |
| HSV(B) | 95.34º | 0.85% | 0.34% | - |
| XYZ | 4.4 | 7.2 | 1.54 | - |
| YUV | 64.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 13 | 0.50 | 0 | 0.85 | 0.66 | 95.34 | 0.74 | 0.19 |
| Hex | 2B | 56 | D | 32 | 0 | 55 | 42 | 5F | 4A | 13 |
| Octal | 53 | 126 | 15 | 62 | 0 | 125 | 102 | 137 | 112 | 23 |
| Binary | 101011 | 1010110 | 1101 | 110010 | 0 | 1010101 | 1000010 | 1011111 | 1001010 | 10011 |
Color Harmonies of #2B560D
Complementary color
Monochromatic Colors of #2B560D
Black with #2B560D
Text Example
Text Example
White with #2B560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B560D; }
p { color: rgb(43,86,13); }
H1.HeaderClassName
{
color: #2B560D;
}
.AnyTagClassName
{
color: #2B560D;
}
</style>
background-color css
<style>
a { background-color: #2B560D; }
a { background-color: rgb(43,86,13); }
div.DivClassName
{
background-color: #2B560D;
}
.BgClassName
{
background-color: #2B560D;
}
</style>
border-color css
<style>
span { border-color: #2B560D; }
span { border-color: rgb(43,86,13); }
td.TdClassName
{
border-color: #2B560D;
}
.TagClassName
{
border-color: #2B560D;
}
</style>