Shades of Myrtle #2B600E
Tints of Myrtle #2B600E
RGB
CMYK
RGB Variations
Color information
#2B600E (or 0x2B600E) is known color: Myrtle. HEX triplet: 2B, 60 and 0E. RGB value is (43,96,14). Sum of RGB (Red+Green+Blue) = 43+96+14=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #2B600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B600E is #D49FF1. Grayscale: #474747. Windows color (decimal): -13934578 or 942123. OLE color: 942123.
HSL color Cylindrical-coordinate representation of color #2B600E: hue angle of 98.78º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B600E is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 14 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.62 |
| HSL | 98.78º | 0.75% | 0.22% | - |
| HSV(B) | 98.78º | 0.85% | 0.38% | - |
| XYZ | 5.26 | 8.91 | 1.86 | - |
| YUV | 70.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 14 | 0.55 | 0 | 0.85 | 0.62 | 98.78 | 0.75 | 0.22 |
| Hex | 2B | 60 | E | 37 | 0 | 55 | 3E | 63 | 4B | 16 |
| Octal | 53 | 140 | 16 | 67 | 0 | 125 | 76 | 143 | 113 | 26 |
| Binary | 101011 | 1100000 | 1110 | 110111 | 0 | 1010101 | 111110 | 1100011 | 1001011 | 10110 |
Color Harmonies of #2B600E
Complementary color
Monochromatic Colors of #2B600E
Black with #2B600E
Text Example
Text Example
White with #2B600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B600E; }
p { color: rgb(43,96,14); }
H1.HeaderClassName
{
color: #2B600E;
}
.AnyTagClassName
{
color: #2B600E;
}
</style>
background-color css
<style>
a { background-color: #2B600E; }
a { background-color: rgb(43,96,14); }
div.DivClassName
{
background-color: #2B600E;
}
.BgClassName
{
background-color: #2B600E;
}
</style>
border-color css
<style>
span { border-color: #2B600E; }
span { border-color: rgb(43,96,14); }
td.TdClassName
{
border-color: #2B600E;
}
.TagClassName
{
border-color: #2B600E;
}
</style>