Shades of Myrtle #2A4121
Tints of Myrtle #2A4121
RGB
CMYK
RGB Variations
Color information
#2A4121 (or 0x2A4121) is known color: Myrtle. HEX triplet: 2A, 41 and 21. RGB value is (42,65,33). Sum of RGB (Red+Green+Blue) = 42+65+33=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4121 is #D5BEDE. Grayscale: #363636. Windows color (decimal): -14008031 or 2179370. OLE color: 2179370.
HSL color Cylindrical-coordinate representation of color #2A4121: hue angle of 103.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A4121 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 33 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.75 |
| HSL | 103.13º | 0.33% | 0.19% | - |
| HSV(B) | 103.13º | 0.49% | 0.25% | - |
| XYZ | 3.12 | 4.38 | 2.12 | - |
| YUV | 54.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 33 | 0.35 | 0 | 0.49 | 0.75 | 103.13 | 0.33 | 0.19 |
| Hex | 2A | 41 | 21 | 23 | 0 | 31 | 4B | 67 | 21 | 13 |
| Octal | 52 | 101 | 41 | 43 | 0 | 61 | 113 | 147 | 41 | 23 |
| Binary | 101010 | 1000001 | 100001 | 100011 | 0 | 110001 | 1001011 | 1100111 | 100001 | 10011 |
Color Harmonies of #2A4121
Complementary color
Monochromatic Colors of #2A4121
Black with #2A4121
Text Example
Text Example
White with #2A4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4121; }
p { color: rgb(42,65,33); }
H1.HeaderClassName
{
color: #2A4121;
}
.AnyTagClassName
{
color: #2A4121;
}
</style>
background-color css
<style>
a { background-color: #2A4121; }
a { background-color: rgb(42,65,33); }
div.DivClassName
{
background-color: #2A4121;
}
.BgClassName
{
background-color: #2A4121;
}
</style>
border-color css
<style>
span { border-color: #2A4121; }
span { border-color: rgb(42,65,33); }
td.TdClassName
{
border-color: #2A4121;
}
.TagClassName
{
border-color: #2A4121;
}
</style>