Shades of Myrtle #2A482B
Tints of Myrtle #2A482B
RGB
CMYK
RGB Variations
Color information
#2A482B (or 0x2A482B) is known color: Myrtle. HEX triplet: 2A, 48 and 2B. RGB value is (42,72,43). Sum of RGB (Red+Green+Blue) = 42+72+43=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482B is #D5B7D4. Grayscale: #3B3B3B. Windows color (decimal): -14006229 or 2836522. OLE color: 2836522.
HSL color Cylindrical-coordinate representation of color #2A482B: hue angle of 122º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A482B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 43 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.72 |
| HSL | 122º | 0.26% | 0.22% | - |
| HSV(B) | 122º | 0.42% | 0.28% | - |
| XYZ | 3.71 | 5.3 | 3.11 | - |
| YUV | 59.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 43 | 0.42 | 0 | 0.40 | 0.72 | 122 | 0.26 | 0.22 |
| Hex | 2A | 48 | 2B | 2A | 0 | 28 | 48 | 7A | 1A | 16 |
| Octal | 52 | 110 | 53 | 52 | 0 | 50 | 110 | 172 | 32 | 26 |
| Binary | 101010 | 1001000 | 101011 | 101010 | 0 | 101000 | 1001000 | 1111010 | 11010 | 10110 |
Color Harmonies of #2A482B
Complementary color
Monochromatic Colors of #2A482B
Black with #2A482B
Text Example
Text Example
White with #2A482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A482B; }
p { color: rgb(42,72,43); }
H1.HeaderClassName
{
color: #2A482B;
}
.AnyTagClassName
{
color: #2A482B;
}
</style>
background-color css
<style>
a { background-color: #2A482B; }
a { background-color: rgb(42,72,43); }
div.DivClassName
{
background-color: #2A482B;
}
.BgClassName
{
background-color: #2A482B;
}
</style>
border-color css
<style>
span { border-color: #2A482B; }
span { border-color: rgb(42,72,43); }
td.TdClassName
{
border-color: #2A482B;
}
.TagClassName
{
border-color: #2A482B;
}
</style>