Shades of Myrtle #2A6010
Tints of Myrtle #2A6010
RGB
CMYK
RGB Variations
Color information
#2A6010 (or 0x2A6010) is known color: Myrtle. HEX triplet: 2A, 60 and 10. RGB value is (42,96,16). Sum of RGB (Red+Green+Blue) = 42+96+16=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6010 is #D59FEF. Grayscale: #474747. Windows color (decimal): -14000112 or 1073194. OLE color: 1073194.
HSL color Cylindrical-coordinate representation of color #2A6010: hue angle of 100.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6010 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 16 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.62 |
| HSL | 100.5º | 0.71% | 0.22% | - |
| HSV(B) | 100.5º | 0.83% | 0.38% | - |
| XYZ | 5.23 | 8.9 | 1.93 | - |
| YUV | 70.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 16 | 0.56 | 0 | 0.83 | 0.62 | 100.5 | 0.71 | 0.22 |
| Hex | 2A | 60 | 10 | 38 | 0 | 53 | 3E | 64 | 47 | 16 |
| Octal | 52 | 140 | 20 | 70 | 0 | 123 | 76 | 144 | 107 | 26 |
| Binary | 101010 | 1100000 | 10000 | 111000 | 0 | 1010011 | 111110 | 1100100 | 1000111 | 10110 |
Color Harmonies of #2A6010
Complementary color
Monochromatic Colors of #2A6010
Black with #2A6010
Text Example
Text Example
White with #2A6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6010; }
p { color: rgb(42,96,16); }
H1.HeaderClassName
{
color: #2A6010;
}
.AnyTagClassName
{
color: #2A6010;
}
</style>
background-color css
<style>
a { background-color: #2A6010; }
a { background-color: rgb(42,96,16); }
div.DivClassName
{
background-color: #2A6010;
}
.BgClassName
{
background-color: #2A6010;
}
</style>
border-color css
<style>
span { border-color: #2A6010; }
span { border-color: rgb(42,96,16); }
td.TdClassName
{
border-color: #2A6010;
}
.TagClassName
{
border-color: #2A6010;
}
</style>