Shades of Myrtle #2A4521
Tints of Myrtle #2A4521
RGB
CMYK
RGB Variations
Color information
#2A4521 (or 0x2A4521) is known color: Myrtle. HEX triplet: 2A, 45 and 21. RGB value is (42,69,33). Sum of RGB (Red+Green+Blue) = 42+69+33=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4521 is #D5BADE. Grayscale: #383838. Windows color (decimal): -14007007 or 2180394. OLE color: 2180394.
HSL color Cylindrical-coordinate representation of color #2A4521: hue angle of 105º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A4521 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 33 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.73 |
| HSL | 105º | 0.35% | 0.2% | - |
| HSV(B) | 105º | 0.52% | 0.27% | - |
| XYZ | 3.36 | 4.86 | 2.2 | - |
| YUV | 56.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 33 | 0.39 | 0 | 0.52 | 0.73 | 105 | 0.35 | 0.2 |
| Hex | 2A | 45 | 21 | 27 | 0 | 34 | 49 | 69 | 23 | 14 |
| Octal | 52 | 105 | 41 | 47 | 0 | 64 | 111 | 151 | 43 | 24 |
| Binary | 101010 | 1000101 | 100001 | 100111 | 0 | 110100 | 1001001 | 1101001 | 100011 | 10100 |
Color Harmonies of #2A4521
Complementary color
Monochromatic Colors of #2A4521
Black with #2A4521
Text Example
Text Example
White with #2A4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4521; }
p { color: rgb(42,69,33); }
H1.HeaderClassName
{
color: #2A4521;
}
.AnyTagClassName
{
color: #2A4521;
}
</style>
background-color css
<style>
a { background-color: #2A4521; }
a { background-color: rgb(42,69,33); }
div.DivClassName
{
background-color: #2A4521;
}
.BgClassName
{
background-color: #2A4521;
}
</style>
border-color css
<style>
span { border-color: #2A4521; }
span { border-color: rgb(42,69,33); }
td.TdClassName
{
border-color: #2A4521;
}
.TagClassName
{
border-color: #2A4521;
}
</style>