Shades of Myrtle #2A4321
Tints of Myrtle #2A4321
RGB
CMYK
RGB Variations
Color information
#2A4321 (or 0x2A4321) is known color: Myrtle. HEX triplet: 2A, 43 and 21. RGB value is (42,67,33). Sum of RGB (Red+Green+Blue) = 42+67+33=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4321 is #D5BCDE. Grayscale: #373737. Windows color (decimal): -14007519 or 2179882. OLE color: 2179882.
HSL color Cylindrical-coordinate representation of color #2A4321: hue angle of 104.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4321 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 33 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.74 |
| HSL | 104.12º | 0.34% | 0.2% | - |
| HSV(B) | 104.12º | 0.51% | 0.26% | - |
| XYZ | 3.24 | 4.62 | 2.16 | - |
| YUV | 55.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 33 | 0.37 | 0 | 0.51 | 0.74 | 104.12 | 0.34 | 0.2 |
| Hex | 2A | 43 | 21 | 25 | 0 | 33 | 4A | 68 | 22 | 14 |
| Octal | 52 | 103 | 41 | 45 | 0 | 63 | 112 | 150 | 42 | 24 |
| Binary | 101010 | 1000011 | 100001 | 100101 | 0 | 110011 | 1001010 | 1101000 | 100010 | 10100 |
Color Harmonies of #2A4321
Complementary color
Monochromatic Colors of #2A4321
Black with #2A4321
Text Example
Text Example
White with #2A4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4321; }
p { color: rgb(42,67,33); }
H1.HeaderClassName
{
color: #2A4321;
}
.AnyTagClassName
{
color: #2A4321;
}
</style>
background-color css
<style>
a { background-color: #2A4321; }
a { background-color: rgb(42,67,33); }
div.DivClassName
{
background-color: #2A4321;
}
.BgClassName
{
background-color: #2A4321;
}
</style>
border-color css
<style>
span { border-color: #2A4321; }
span { border-color: rgb(42,67,33); }
td.TdClassName
{
border-color: #2A4321;
}
.TagClassName
{
border-color: #2A4321;
}
</style>