Shades of Myrtle #2A4A2B
Tints of Myrtle #2A4A2B
RGB
CMYK
RGB Variations
Color information
#2A4A2B (or 0x2A4A2B) is known color: Myrtle. HEX triplet: 2A, 4A and 2B. RGB value is (42,74,43). Sum of RGB (Red+Green+Blue) = 42+74+43=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A2B is #D5B5D4. Grayscale: #3C3C3C. Windows color (decimal): -14005717 or 2837034. OLE color: 2837034.
HSL color Cylindrical-coordinate representation of color #2A4A2B: hue angle of 121.88º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A2B is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 74 | 43 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.71 |
| HSL | 121.88º | 0.28% | 0.23% | - |
| HSV(B) | 121.88º | 0.43% | 0.29% | - |
| XYZ | 3.84 | 5.56 | 3.16 | - |
| YUV | 60.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 43 | 0.43 | 0 | 0.42 | 0.71 | 121.88 | 0.28 | 0.23 |
| Hex | 2A | 4A | 2B | 2B | 0 | 2A | 47 | 7A | 1C | 17 |
| Octal | 52 | 112 | 53 | 53 | 0 | 52 | 107 | 172 | 34 | 27 |
| Binary | 101010 | 1001010 | 101011 | 101011 | 0 | 101010 | 1000111 | 1111010 | 11100 | 10111 |
Color Harmonies of #2A4A2B
Complementary color
Monochromatic Colors of #2A4A2B
Black with #2A4A2B
Text Example
Text Example
White with #2A4A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A2B; }
p { color: rgb(42,74,43); }
H1.HeaderClassName
{
color: #2A4A2B;
}
.AnyTagClassName
{
color: #2A4A2B;
}
</style>
background-color css
<style>
a { background-color: #2A4A2B; }
a { background-color: rgb(42,74,43); }
div.DivClassName
{
background-color: #2A4A2B;
}
.BgClassName
{
background-color: #2A4A2B;
}
</style>
border-color css
<style>
span { border-color: #2A4A2B; }
span { border-color: rgb(42,74,43); }
td.TdClassName
{
border-color: #2A4A2B;
}
.TagClassName
{
border-color: #2A4A2B;
}
</style>