Shades of Myrtle #2A6009
Tints of Myrtle #2A6009
RGB
CMYK
RGB Variations
Color information
#2A6009 (or 0x2A6009) is known color: Myrtle. HEX triplet: 2A, 60 and 09. RGB value is (42,96,9). Sum of RGB (Red+Green+Blue) = 42+96+9=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6009 is #D59FF6. Grayscale: #464646. Windows color (decimal): -14000119 or 614442. OLE color: 614442.
HSL color Cylindrical-coordinate representation of color #2A6009: hue angle of 97.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A6009 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 9 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.62 |
| HSL | 97.24º | 0.83% | 0.21% | - |
| HSV(B) | 97.24º | 0.91% | 0.38% | - |
| XYZ | 5.19 | 8.88 | 1.7 | - |
| YUV | 69.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 9 | 0.56 | 0 | 0.91 | 0.62 | 97.24 | 0.83 | 0.21 |
| Hex | 2A | 60 | 9 | 38 | 0 | 5B | 3E | 61 | 53 | 15 |
| Octal | 52 | 140 | 11 | 70 | 0 | 133 | 76 | 141 | 123 | 25 |
| Binary | 101010 | 1100000 | 1001 | 111000 | 0 | 1011011 | 111110 | 1100001 | 1010011 | 10101 |
Color Harmonies of #2A6009
Complementary color
Monochromatic Colors of #2A6009
Black with #2A6009
Text Example
Text Example
White with #2A6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6009; }
p { color: rgb(42,96,9); }
H1.HeaderClassName
{
color: #2A6009;
}
.AnyTagClassName
{
color: #2A6009;
}
</style>
background-color css
<style>
a { background-color: #2A6009; }
a { background-color: rgb(42,96,9); }
div.DivClassName
{
background-color: #2A6009;
}
.BgClassName
{
background-color: #2A6009;
}
</style>
border-color css
<style>
span { border-color: #2A6009; }
span { border-color: rgb(42,96,9); }
td.TdClassName
{
border-color: #2A6009;
}
.TagClassName
{
border-color: #2A6009;
}
</style>