Shades of Myrtle #2B472B
Tints of Myrtle #2B472B
RGB
CMYK
RGB Variations
Color information
#2B472B (or 0x2B472B) is known color: Myrtle. HEX triplet: 2B, 47 and 2B. RGB value is (43,71,43). Sum of RGB (Red+Green+Blue) = 43+71+43=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472B is #D4B8D4. Grayscale: #3B3B3B. Windows color (decimal): -13940949 or 2836267. OLE color: 2836267.
HSL color Cylindrical-coordinate representation of color #2B472B: hue angle of 120º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B472B is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 43 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.72 |
| HSL | 120º | 0.25% | 0.22% | - |
| HSV(B) | 120º | 0.39% | 0.28% | - |
| XYZ | 3.69 | 5.19 | 3.09 | - |
| YUV | 59.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 43 | 0.39 | 0 | 0.39 | 0.72 | 120 | 0.25 | 0.22 |
| Hex | 2B | 47 | 2B | 27 | 0 | 27 | 48 | 78 | 19 | 16 |
| Octal | 53 | 107 | 53 | 47 | 0 | 47 | 110 | 170 | 31 | 26 |
| Binary | 101011 | 1000111 | 101011 | 100111 | 0 | 100111 | 1001000 | 1111000 | 11001 | 10110 |
Color Harmonies of #2B472B
Complementary color
Monochromatic Colors of #2B472B
Black with #2B472B
Text Example
Text Example
White with #2B472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B472B; }
p { color: rgb(43,71,43); }
H1.HeaderClassName
{
color: #2B472B;
}
.AnyTagClassName
{
color: #2B472B;
}
</style>
background-color css
<style>
a { background-color: #2B472B; }
a { background-color: rgb(43,71,43); }
div.DivClassName
{
background-color: #2B472B;
}
.BgClassName
{
background-color: #2B472B;
}
</style>
border-color css
<style>
span { border-color: #2B472B; }
span { border-color: rgb(43,71,43); }
td.TdClassName
{
border-color: #2B472B;
}
.TagClassName
{
border-color: #2B472B;
}
</style>