Shades of Myrtle #2A4B2A
Tints of Myrtle #2A4B2A
RGB
CMYK
RGB Variations
Color information
#2A4B2A (or 0x2A4B2A) is known color: Myrtle. HEX triplet: 2A, 4B and 2A. RGB value is (42,75,42). Sum of RGB (Red+Green+Blue) = 42+75+42=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B2A is #D5B4D5. Grayscale: #3D3D3D. Windows color (decimal): -14005462 or 2771754. OLE color: 2771754.
HSL color Cylindrical-coordinate representation of color #2A4B2A: hue angle of 120º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A4B2A is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 75 | 42 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.71 |
| HSL | 120º | 0.28% | 0.23% | - |
| HSV(B) | 120º | 0.44% | 0.29% | - |
| XYZ | 3.89 | 5.69 | 3.08 | - |
| YUV | 61.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 42 | 0.44 | 0 | 0.44 | 0.71 | 120 | 0.28 | 0.23 |
| Hex | 2A | 4B | 2A | 2C | 0 | 2C | 47 | 78 | 1C | 17 |
| Octal | 52 | 113 | 52 | 54 | 0 | 54 | 107 | 170 | 34 | 27 |
| Binary | 101010 | 1001011 | 101010 | 101100 | 0 | 101100 | 1000111 | 1111000 | 11100 | 10111 |
Color Harmonies of #2A4B2A
Complementary color
Monochromatic Colors of #2A4B2A
Black with #2A4B2A
Text Example
Text Example
White with #2A4B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4B2A; }
p { color: rgb(42,75,42); }
H1.HeaderClassName
{
color: #2A4B2A;
}
.AnyTagClassName
{
color: #2A4B2A;
}
</style>
background-color css
<style>
a { background-color: #2A4B2A; }
a { background-color: rgb(42,75,42); }
div.DivClassName
{
background-color: #2A4B2A;
}
.BgClassName
{
background-color: #2A4B2A;
}
</style>
border-color css
<style>
span { border-color: #2A4B2A; }
span { border-color: rgb(42,75,42); }
td.TdClassName
{
border-color: #2A4B2A;
}
.TagClassName
{
border-color: #2A4B2A;
}
</style>