Shades of Myrtle #2A472B
Tints of Myrtle #2A472B
RGB
CMYK
RGB Variations
Color information
#2A472B (or 0x2A472B) is known color: Myrtle. HEX triplet: 2A, 47 and 2B. RGB value is (42,71,43). Sum of RGB (Red+Green+Blue) = 42+71+43=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #2A472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A472B is #D5B8D4. Grayscale: #3B3B3B. Windows color (decimal): -14006485 or 2836266. OLE color: 2836266.
HSL color Cylindrical-coordinate representation of color #2A472B: hue angle of 122.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A472B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 43 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.72 |
| HSL | 122.07º | 0.26% | 0.22% | - |
| HSV(B) | 122.07º | 0.41% | 0.28% | - |
| XYZ | 3.64 | 5.17 | 3.09 | - |
| YUV | 59.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 43 | 0.41 | 0 | 0.39 | 0.72 | 122.07 | 0.26 | 0.22 |
| Hex | 2A | 47 | 2B | 29 | 0 | 27 | 48 | 7A | 1A | 16 |
| Octal | 52 | 107 | 53 | 51 | 0 | 47 | 110 | 172 | 32 | 26 |
| Binary | 101010 | 1000111 | 101011 | 101001 | 0 | 100111 | 1001000 | 1111010 | 11010 | 10110 |
Color Harmonies of #2A472B
Complementary color
Monochromatic Colors of #2A472B
Black with #2A472B
Text Example
Text Example
White with #2A472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A472B; }
p { color: rgb(42,71,43); }
H1.HeaderClassName
{
color: #2A472B;
}
.AnyTagClassName
{
color: #2A472B;
}
</style>
background-color css
<style>
a { background-color: #2A472B; }
a { background-color: rgb(42,71,43); }
div.DivClassName
{
background-color: #2A472B;
}
.BgClassName
{
background-color: #2A472B;
}
</style>
border-color css
<style>
span { border-color: #2A472B; }
span { border-color: rgb(42,71,43); }
td.TdClassName
{
border-color: #2A472B;
}
.TagClassName
{
border-color: #2A472B;
}
</style>