Shades of Myrtle #2B600C
Tints of Myrtle #2B600C
RGB
CMYK
RGB Variations
Color information
#2B600C (or 0x2B600C) is known color: Myrtle. HEX triplet: 2B, 60 and 0C. RGB value is (43,96,12). Sum of RGB (Red+Green+Blue) = 43+96+12=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #2B600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B600C is #D49FF3. Grayscale: #464646. Windows color (decimal): -13934580 or 811051. OLE color: 811051.
HSL color Cylindrical-coordinate representation of color #2B600C: hue angle of 97.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B600C is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 12 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.62 |
| HSL | 97.86º | 0.78% | 0.21% | - |
| HSV(B) | 97.86º | 0.88% | 0.38% | - |
| XYZ | 5.25 | 8.91 | 1.79 | - |
| YUV | 70.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 12 | 0.55 | 0 | 0.88 | 0.62 | 97.86 | 0.78 | 0.21 |
| Hex | 2B | 60 | C | 37 | 0 | 58 | 3E | 62 | 4E | 15 |
| Octal | 53 | 140 | 14 | 67 | 0 | 130 | 76 | 142 | 116 | 25 |
| Binary | 101011 | 1100000 | 1100 | 110111 | 0 | 1011000 | 111110 | 1100010 | 1001110 | 10101 |
Color Harmonies of #2B600C
Complementary color
Monochromatic Colors of #2B600C
Black with #2B600C
Text Example
Text Example
White with #2B600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B600C; }
p { color: rgb(43,96,12); }
H1.HeaderClassName
{
color: #2B600C;
}
.AnyTagClassName
{
color: #2B600C;
}
</style>
background-color css
<style>
a { background-color: #2B600C; }
a { background-color: rgb(43,96,12); }
div.DivClassName
{
background-color: #2B600C;
}
.BgClassName
{
background-color: #2B600C;
}
</style>
border-color css
<style>
span { border-color: #2B600C; }
span { border-color: rgb(43,96,12); }
td.TdClassName
{
border-color: #2B600C;
}
.TagClassName
{
border-color: #2B600C;
}
</style>