Shades of Myrtle #2A620E
Tints of Myrtle #2A620E
RGB
CMYK
RGB Variations
Color information
#2A620E (or 0x2A620E) is known color: Myrtle. HEX triplet: 2A, 62 and 0E. RGB value is (42,98,14). Sum of RGB (Red+Green+Blue) = 42+98+14=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #2A620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A620E is #D59DF1. Grayscale: #474747. Windows color (decimal): -13999602 or 942634. OLE color: 942634.
HSL color Cylindrical-coordinate representation of color #2A620E: hue angle of 100º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A620E is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 14 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.62 |
| HSL | 100º | 0.75% | 0.22% | - |
| HSV(B) | 100º | 0.86% | 0.38% | - |
| XYZ | 5.4 | 9.26 | 1.92 | - |
| YUV | 71.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 14 | 0.57 | 0 | 0.86 | 0.62 | 100 | 0.75 | 0.22 |
| Hex | 2A | 62 | E | 39 | 0 | 56 | 3E | 64 | 4B | 16 |
| Octal | 52 | 142 | 16 | 71 | 0 | 126 | 76 | 144 | 113 | 26 |
| Binary | 101010 | 1100010 | 1110 | 111001 | 0 | 1010110 | 111110 | 1100100 | 1001011 | 10110 |
Color Harmonies of #2A620E
Complementary color
Monochromatic Colors of #2A620E
Black with #2A620E
Text Example
Text Example
White with #2A620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A620E; }
p { color: rgb(42,98,14); }
H1.HeaderClassName
{
color: #2A620E;
}
.AnyTagClassName
{
color: #2A620E;
}
</style>
background-color css
<style>
a { background-color: #2A620E; }
a { background-color: rgb(42,98,14); }
div.DivClassName
{
background-color: #2A620E;
}
.BgClassName
{
background-color: #2A620E;
}
</style>
border-color css
<style>
span { border-color: #2A620E; }
span { border-color: rgb(42,98,14); }
td.TdClassName
{
border-color: #2A620E;
}
.TagClassName
{
border-color: #2A620E;
}
</style>