Shades of Myrtle #2B3B2A
Tints of Myrtle #2B3B2A
RGB
CMYK
RGB Variations
Color information
#2B3B2A (or 0x2B3B2A) is known color: Myrtle. HEX triplet: 2B, 3B and 2A. RGB value is (43,59,42). Sum of RGB (Red+Green+Blue) = 43+59+42=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B2A is #D4C4D5. Grayscale: #343434. Windows color (decimal): -13944022 or 2767659. OLE color: 2767659.
HSL color Cylindrical-coordinate representation of color #2B3B2A: hue angle of 116.47º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2B3B2A is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 59 | 42 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.77 |
| HSL | 116.47º | 0.17% | 0.2% | - |
| HSV(B) | 116.47º | 0.29% | 0.23% | - |
| XYZ | 2.98 | 3.81 | 2.77 | - |
| YUV | 52.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 42 | 0.27 | 0 | 0.29 | 0.77 | 116.47 | 0.17 | 0.2 |
| Hex | 2B | 3B | 2A | 1B | 0 | 1D | 4D | 74 | 11 | 14 |
| Octal | 53 | 73 | 52 | 33 | 0 | 35 | 115 | 164 | 21 | 24 |
| Binary | 101011 | 111011 | 101010 | 11011 | 0 | 11101 | 1001101 | 1110100 | 10001 | 10100 |
Color Harmonies of #2B3B2A
Complementary color
Monochromatic Colors of #2B3B2A
Black with #2B3B2A
Text Example
Text Example
White with #2B3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B2A; }
p { color: rgb(43,59,42); }
H1.HeaderClassName
{
color: #2B3B2A;
}
.AnyTagClassName
{
color: #2B3B2A;
}
</style>
background-color css
<style>
a { background-color: #2B3B2A; }
a { background-color: rgb(43,59,42); }
div.DivClassName
{
background-color: #2B3B2A;
}
.BgClassName
{
background-color: #2B3B2A;
}
</style>
border-color css
<style>
span { border-color: #2B3B2A; }
span { border-color: rgb(43,59,42); }
td.TdClassName
{
border-color: #2B3B2A;
}
.TagClassName
{
border-color: #2B3B2A;
}
</style>