Shades of Myrtle #2B372A
Tints of Myrtle #2B372A
RGB
CMYK
RGB Variations
Color information
#2B372A (or 0x2B372A) is known color: Myrtle. HEX triplet: 2B, 37 and 2A. RGB value is (43,55,42). Sum of RGB (Red+Green+Blue) = 43+55+42=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372A is #D4C8D5. Grayscale: #313131. Windows color (decimal): -13945046 or 2766635. OLE color: 2766635.
HSL color Cylindrical-coordinate representation of color #2B372A: hue angle of 115.38º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2B372A is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 42 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.78 |
| HSL | 115.38º | 0.13% | 0.19% | - |
| HSV(B) | 115.38º | 0.24% | 0.22% | - |
| XYZ | 2.78 | 3.41 | 2.7 | - |
| YUV | 49.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 42 | 0.22 | 0 | 0.24 | 0.78 | 115.38 | 0.13 | 0.19 |
| Hex | 2B | 37 | 2A | 16 | 0 | 18 | 4E | 73 | D | 13 |
| Octal | 53 | 67 | 52 | 26 | 0 | 30 | 116 | 163 | 15 | 23 |
| Binary | 101011 | 110111 | 101010 | 10110 | 0 | 11000 | 1001110 | 1110011 | 1101 | 10011 |
Color Harmonies of #2B372A
Complementary color
Monochromatic Colors of #2B372A
Black with #2B372A
Text Example
Text Example
White with #2B372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B372A; }
p { color: rgb(43,55,42); }
H1.HeaderClassName
{
color: #2B372A;
}
.AnyTagClassName
{
color: #2B372A;
}
</style>
background-color css
<style>
a { background-color: #2B372A; }
a { background-color: rgb(43,55,42); }
div.DivClassName
{
background-color: #2B372A;
}
.BgClassName
{
background-color: #2B372A;
}
</style>
border-color css
<style>
span { border-color: #2B372A; }
span { border-color: rgb(43,55,42); }
td.TdClassName
{
border-color: #2B372A;
}
.TagClassName
{
border-color: #2B372A;
}
</style>