Shades of Myrtle #2B620D
Tints of Myrtle #2B620D
RGB
CMYK
RGB Variations
Color information
#2B620D (or 0x2B620D) is known color: Myrtle. HEX triplet: 2B, 62 and 0D. RGB value is (43,98,13). Sum of RGB (Red+Green+Blue) = 43+98+13=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #2B620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B620D is #D49DF2. Grayscale: #484848. Windows color (decimal): -13934067 or 877099. OLE color: 877099.
HSL color Cylindrical-coordinate representation of color #2B620D: hue angle of 98.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B620D is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 13 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.62 |
| HSL | 98.82º | 0.77% | 0.22% | - |
| HSV(B) | 98.82º | 0.87% | 0.38% | - |
| XYZ | 5.44 | 9.28 | 1.89 | - |
| YUV | 71.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 13 | 0.56 | 0 | 0.87 | 0.62 | 98.82 | 0.77 | 0.22 |
| Hex | 2B | 62 | D | 38 | 0 | 57 | 3E | 63 | 4D | 16 |
| Octal | 53 | 142 | 15 | 70 | 0 | 127 | 76 | 143 | 115 | 26 |
| Binary | 101011 | 1100010 | 1101 | 111000 | 0 | 1010111 | 111110 | 1100011 | 1001101 | 10110 |
Color Harmonies of #2B620D
Complementary color
Monochromatic Colors of #2B620D
Black with #2B620D
Text Example
Text Example
White with #2B620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B620D; }
p { color: rgb(43,98,13); }
H1.HeaderClassName
{
color: #2B620D;
}
.AnyTagClassName
{
color: #2B620D;
}
</style>
background-color css
<style>
a { background-color: #2B620D; }
a { background-color: rgb(43,98,13); }
div.DivClassName
{
background-color: #2B620D;
}
.BgClassName
{
background-color: #2B620D;
}
</style>
border-color css
<style>
span { border-color: #2B620D; }
span { border-color: rgb(43,98,13); }
td.TdClassName
{
border-color: #2B620D;
}
.TagClassName
{
border-color: #2B620D;
}
</style>