Shades of Myrtle #2A462A
Tints of Myrtle #2A462A
RGB
CMYK
RGB Variations
Color information
#2A462A (or 0x2A462A) is known color: Myrtle. HEX triplet: 2A, 46 and 2A. RGB value is (42,70,42). Sum of RGB (Red+Green+Blue) = 42+70+42=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #2A462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A462A is #D5B9D5. Grayscale: #3A3A3A. Windows color (decimal): -14006742 or 2770474. OLE color: 2770474.
HSL color Cylindrical-coordinate representation of color #2A462A: hue angle of 120º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A462A is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 42 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.73 |
| HSL | 120º | 0.25% | 0.22% | - |
| HSV(B) | 120º | 0.4% | 0.27% | - |
| XYZ | 3.56 | 5.04 | 2.98 | - |
| YUV | 58.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 42 | 0.40 | 0 | 0.40 | 0.73 | 120 | 0.25 | 0.22 |
| Hex | 2A | 46 | 2A | 28 | 0 | 28 | 49 | 78 | 19 | 16 |
| Octal | 52 | 106 | 52 | 50 | 0 | 50 | 111 | 170 | 31 | 26 |
| Binary | 101010 | 1000110 | 101010 | 101000 | 0 | 101000 | 1001001 | 1111000 | 11001 | 10110 |
Color Harmonies of #2A462A
Complementary color
Monochromatic Colors of #2A462A
Black with #2A462A
Text Example
Text Example
White with #2A462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A462A; }
p { color: rgb(42,70,42); }
H1.HeaderClassName
{
color: #2A462A;
}
.AnyTagClassName
{
color: #2A462A;
}
</style>
background-color css
<style>
a { background-color: #2A462A; }
a { background-color: rgb(42,70,42); }
div.DivClassName
{
background-color: #2A462A;
}
.BgClassName
{
background-color: #2A462A;
}
</style>
border-color css
<style>
span { border-color: #2A462A; }
span { border-color: rgb(42,70,42); }
td.TdClassName
{
border-color: #2A462A;
}
.TagClassName
{
border-color: #2A462A;
}
</style>