Shades of Myrtle #2A630E
Tints of Myrtle #2A630E
RGB
CMYK
RGB Variations
Color information
#2A630E (or 0x2A630E) is known color: Myrtle. HEX triplet: 2A, 63 and 0E. RGB value is (42,99,14). Sum of RGB (Red+Green+Blue) = 42+99+14=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #2A630E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A630E is #D59CF1. Grayscale: #484848. Windows color (decimal): -13999346 or 942890. OLE color: 942890.
HSL color Cylindrical-coordinate representation of color #2A630E: hue angle of 100.24º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A630E is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 14 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.61 |
| HSL | 100.24º | 0.75% | 0.22% | - |
| HSV(B) | 100.24º | 0.86% | 0.39% | - |
| XYZ | 5.5 | 9.45 | 1.95 | - |
| YUV | 72.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 14 | 0.58 | 0 | 0.86 | 0.61 | 100.24 | 0.75 | 0.22 |
| Hex | 2A | 63 | E | 3A | 0 | 56 | 3D | 64 | 4B | 16 |
| Octal | 52 | 143 | 16 | 72 | 0 | 126 | 75 | 144 | 113 | 26 |
| Binary | 101010 | 1100011 | 1110 | 111010 | 0 | 1010110 | 111101 | 1100100 | 1001011 | 10110 |
Color Harmonies of #2A630E
Complementary color
Monochromatic Colors of #2A630E
Black with #2A630E
Text Example
Text Example
White with #2A630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A630E; }
p { color: rgb(42,99,14); }
H1.HeaderClassName
{
color: #2A630E;
}
.AnyTagClassName
{
color: #2A630E;
}
</style>
background-color css
<style>
a { background-color: #2A630E; }
a { background-color: rgb(42,99,14); }
div.DivClassName
{
background-color: #2A630E;
}
.BgClassName
{
background-color: #2A630E;
}
</style>
border-color css
<style>
span { border-color: #2A630E; }
span { border-color: rgb(42,99,14); }
td.TdClassName
{
border-color: #2A630E;
}
.TagClassName
{
border-color: #2A630E;
}
</style>