Shades of Myrtle #2A4A21
Tints of Myrtle #2A4A21
RGB
CMYK
RGB Variations
Color information
#2A4A21 (or 0x2A4A21) is known color: Myrtle. HEX triplet: 2A, 4A and 21. RGB value is (42,74,33). Sum of RGB (Red+Green+Blue) = 42+74+33=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A21 is #D5B5DE. Grayscale: #3B3B3B. Windows color (decimal): -14005727 or 2181674. OLE color: 2181674.
HSL color Cylindrical-coordinate representation of color #2A4A21: hue angle of 106.83º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A4A21 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 33 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.71 |
| HSL | 106.83º | 0.38% | 0.21% | - |
| HSV(B) | 106.83º | 0.55% | 0.29% | - |
| XYZ | 3.68 | 5.5 | 2.31 | - |
| YUV | 59.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 33 | 0.43 | 0 | 0.55 | 0.71 | 106.83 | 0.38 | 0.21 |
| Hex | 2A | 4A | 21 | 2B | 0 | 37 | 47 | 6B | 26 | 15 |
| Octal | 52 | 112 | 41 | 53 | 0 | 67 | 107 | 153 | 46 | 25 |
| Binary | 101010 | 1001010 | 100001 | 101011 | 0 | 110111 | 1000111 | 1101011 | 100110 | 10101 |
Color Harmonies of #2A4A21
Complementary color
Monochromatic Colors of #2A4A21
Black with #2A4A21
Text Example
Text Example
White with #2A4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A21; }
p { color: rgb(42,74,33); }
H1.HeaderClassName
{
color: #2A4A21;
}
.AnyTagClassName
{
color: #2A4A21;
}
</style>
background-color css
<style>
a { background-color: #2A4A21; }
a { background-color: rgb(42,74,33); }
div.DivClassName
{
background-color: #2A4A21;
}
.BgClassName
{
background-color: #2A4A21;
}
</style>
border-color css
<style>
span { border-color: #2A4A21; }
span { border-color: rgb(42,74,33); }
td.TdClassName
{
border-color: #2A4A21;
}
.TagClassName
{
border-color: #2A4A21;
}
</style>