Shades of Myrtle #2A6206
Tints of Myrtle #2A6206
RGB
CMYK
RGB Variations
Color information
#2A6206 (or 0x2A6206) is known color: Myrtle. HEX triplet: 2A, 62 and 06. RGB value is (42,98,6). Sum of RGB (Red+Green+Blue) = 42+98+6=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6206 is #D59DF9. Grayscale: #474747. Windows color (decimal): -13999610 or 418346. OLE color: 418346.
HSL color Cylindrical-coordinate representation of color #2A6206: hue angle of 96.52º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A6206 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 6 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.62 |
| HSL | 96.52º | 0.88% | 0.2% | - |
| HSV(B) | 96.52º | 0.94% | 0.38% | - |
| XYZ | 5.36 | 9.24 | 1.67 | - |
| YUV | 70.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 6 | 0.57 | 0 | 0.94 | 0.62 | 96.52 | 0.88 | 0.2 |
| Hex | 2A | 62 | 6 | 39 | 0 | 5E | 3E | 61 | 58 | 14 |
| Octal | 52 | 142 | 6 | 71 | 0 | 136 | 76 | 141 | 130 | 24 |
| Binary | 101010 | 1100010 | 110 | 111001 | 0 | 1011110 | 111110 | 1100001 | 1011000 | 10100 |
Color Harmonies of #2A6206
Complementary color
Monochromatic Colors of #2A6206
Black with #2A6206
Text Example
Text Example
White with #2A6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6206; }
p { color: rgb(42,98,6); }
H1.HeaderClassName
{
color: #2A6206;
}
.AnyTagClassName
{
color: #2A6206;
}
</style>
background-color css
<style>
a { background-color: #2A6206; }
a { background-color: rgb(42,98,6); }
div.DivClassName
{
background-color: #2A6206;
}
.BgClassName
{
background-color: #2A6206;
}
</style>
border-color css
<style>
span { border-color: #2A6206; }
span { border-color: rgb(42,98,6); }
td.TdClassName
{
border-color: #2A6206;
}
.TagClassName
{
border-color: #2A6206;
}
</style>