Shades of Myrtle #2A4626
Tints of Myrtle #2A4626
RGB
CMYK
RGB Variations
Color information
#2A4626 (or 0x2A4626) is known color: Myrtle. HEX triplet: 2A, 46 and 26. RGB value is (42,70,38). Sum of RGB (Red+Green+Blue) = 42+70+38=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4626 is #D5B9D9. Grayscale: #3A3A3A. Windows color (decimal): -14006746 or 2508330. OLE color: 2508330.
HSL color Cylindrical-coordinate representation of color #2A4626: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4626 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 38 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.73 |
| HSL | 112.5º | 0.3% | 0.21% | - |
| HSV(B) | 112.5º | 0.46% | 0.27% | - |
| XYZ | 3.49 | 5.01 | 2.62 | - |
| YUV | 57.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 38 | 0.40 | 0 | 0.46 | 0.73 | 112.5 | 0.3 | 0.21 |
| Hex | 2A | 46 | 26 | 28 | 0 | 2E | 49 | 70 | 1E | 15 |
| Octal | 52 | 106 | 46 | 50 | 0 | 56 | 111 | 160 | 36 | 25 |
| Binary | 101010 | 1000110 | 100110 | 101000 | 0 | 101110 | 1001001 | 1110000 | 11110 | 10101 |
Color Harmonies of #2A4626
Complementary color
Monochromatic Colors of #2A4626
Black with #2A4626
Text Example
Text Example
White with #2A4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4626; }
p { color: rgb(42,70,38); }
H1.HeaderClassName
{
color: #2A4626;
}
.AnyTagClassName
{
color: #2A4626;
}
</style>
background-color css
<style>
a { background-color: #2A4626; }
a { background-color: rgb(42,70,38); }
div.DivClassName
{
background-color: #2A4626;
}
.BgClassName
{
background-color: #2A4626;
}
</style>
border-color css
<style>
span { border-color: #2A4626; }
span { border-color: rgb(42,70,38); }
td.TdClassName
{
border-color: #2A4626;
}
.TagClassName
{
border-color: #2A4626;
}
</style>