Shades of Myrtle #2B402A
Tints of Myrtle #2B402A
RGB
CMYK
RGB Variations
Color information
#2B402A (or 0x2B402A) is known color: Myrtle. HEX triplet: 2B, 40 and 2A. RGB value is (43,64,42). Sum of RGB (Red+Green+Blue) = 43+64+42=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #2B402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B402A is #D4BFD5. Grayscale: #373737. Windows color (decimal): -13942742 or 2768939. OLE color: 2768939.
HSL color Cylindrical-coordinate representation of color #2B402A: hue angle of 117.27º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B402A is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 42 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.75 |
| HSL | 117.27º | 0.21% | 0.21% | - |
| HSV(B) | 117.27º | 0.34% | 0.25% | - |
| XYZ | 3.25 | 4.35 | 2.86 | - |
| YUV | 55.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 42 | 0.33 | 0 | 0.34 | 0.75 | 117.27 | 0.21 | 0.21 |
| Hex | 2B | 40 | 2A | 21 | 0 | 22 | 4B | 75 | 15 | 15 |
| Octal | 53 | 100 | 52 | 41 | 0 | 42 | 113 | 165 | 25 | 25 |
| Binary | 101011 | 1000000 | 101010 | 100001 | 0 | 100010 | 1001011 | 1110101 | 10101 | 10101 |
Color Harmonies of #2B402A
Complementary color
Monochromatic Colors of #2B402A
Black with #2B402A
Text Example
Text Example
White with #2B402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B402A; }
p { color: rgb(43,64,42); }
H1.HeaderClassName
{
color: #2B402A;
}
.AnyTagClassName
{
color: #2B402A;
}
</style>
background-color css
<style>
a { background-color: #2B402A; }
a { background-color: rgb(43,64,42); }
div.DivClassName
{
background-color: #2B402A;
}
.BgClassName
{
background-color: #2B402A;
}
</style>
border-color css
<style>
span { border-color: #2B402A; }
span { border-color: rgb(43,64,42); }
td.TdClassName
{
border-color: #2B402A;
}
.TagClassName
{
border-color: #2B402A;
}
</style>