Shades of Myrtle #2A6207
Tints of Myrtle #2A6207
RGB
CMYK
RGB Variations
Color information
#2A6207 (or 0x2A6207) is known color: Myrtle. HEX triplet: 2A, 62 and 07. RGB value is (42,98,7). Sum of RGB (Red+Green+Blue) = 42+98+7=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6207 is #D59DF8. Grayscale: #474747. Windows color (decimal): -13999609 or 483882. OLE color: 483882.
HSL color Cylindrical-coordinate representation of color #2A6207: hue angle of 96.92º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A6207 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 7 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.62 |
| HSL | 96.92º | 0.87% | 0.21% | - |
| HSV(B) | 96.92º | 0.93% | 0.38% | - |
| XYZ | 5.36 | 9.24 | 1.7 | - |
| YUV | 70.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 7 | 0.57 | 0 | 0.93 | 0.62 | 96.92 | 0.87 | 0.21 |
| Hex | 2A | 62 | 7 | 39 | 0 | 5D | 3E | 61 | 57 | 15 |
| Octal | 52 | 142 | 7 | 71 | 0 | 135 | 76 | 141 | 127 | 25 |
| Binary | 101010 | 1100010 | 111 | 111001 | 0 | 1011101 | 111110 | 1100001 | 1010111 | 10101 |
Color Harmonies of #2A6207
Complementary color
Monochromatic Colors of #2A6207
Black with #2A6207
Text Example
Text Example
White with #2A6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6207; }
p { color: rgb(42,98,7); }
H1.HeaderClassName
{
color: #2A6207;
}
.AnyTagClassName
{
color: #2A6207;
}
</style>
background-color css
<style>
a { background-color: #2A6207; }
a { background-color: rgb(42,98,7); }
div.DivClassName
{
background-color: #2A6207;
}
.BgClassName
{
background-color: #2A6207;
}
</style>
border-color css
<style>
span { border-color: #2A6207; }
span { border-color: rgb(42,98,7); }
td.TdClassName
{
border-color: #2A6207;
}
.TagClassName
{
border-color: #2A6207;
}
</style>