Shades of Myrtle #2B442C
Tints of Myrtle #2B442C
RGB
CMYK
RGB Variations
Color information
#2B442C (or 0x2B442C) is known color: Myrtle. HEX triplet: 2B, 44 and 2C. RGB value is (43,68,44). Sum of RGB (Red+Green+Blue) = 43+68+44=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #2B442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B442C is #D4BBD3. Grayscale: #393939. Windows color (decimal): -13941716 or 2901035. OLE color: 2901035.
HSL color Cylindrical-coordinate representation of color #2B442C: hue angle of 122.4º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B442C is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 68 | 44 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.73 |
| HSL | 122.4º | 0.23% | 0.22% | - |
| HSV(B) | 122.4º | 0.37% | 0.27% | - |
| XYZ | 3.52 | 4.83 | 3.13 | - |
| YUV | 57.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 44 | 0.37 | 0 | 0.35 | 0.73 | 122.4 | 0.23 | 0.22 |
| Hex | 2B | 44 | 2C | 25 | 0 | 23 | 49 | 7A | 17 | 16 |
| Octal | 53 | 104 | 54 | 45 | 0 | 43 | 111 | 172 | 27 | 26 |
| Binary | 101011 | 1000100 | 101100 | 100101 | 0 | 100011 | 1001001 | 1111010 | 10111 | 10110 |
Color Harmonies of #2B442C
Complementary color
Monochromatic Colors of #2B442C
Black with #2B442C
Text Example
Text Example
White with #2B442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B442C; }
p { color: rgb(43,68,44); }
H1.HeaderClassName
{
color: #2B442C;
}
.AnyTagClassName
{
color: #2B442C;
}
</style>
background-color css
<style>
a { background-color: #2B442C; }
a { background-color: rgb(43,68,44); }
div.DivClassName
{
background-color: #2B442C;
}
.BgClassName
{
background-color: #2B442C;
}
</style>
border-color css
<style>
span { border-color: #2B442C; }
span { border-color: rgb(43,68,44); }
td.TdClassName
{
border-color: #2B442C;
}
.TagClassName
{
border-color: #2B442C;
}
</style>