Shades of Myrtle #2A610B
Tints of Myrtle #2A610B
RGB
CMYK
RGB Variations
Color information
#2A610B (or 0x2A610B) is known color: Myrtle. HEX triplet: 2A, 61 and 0B. RGB value is (42,97,11). Sum of RGB (Red+Green+Blue) = 42+97+11=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #2A610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A610B is #D59EF4. Grayscale: #474747. Windows color (decimal): -13999861 or 745770. OLE color: 745770.
HSL color Cylindrical-coordinate representation of color #2A610B: hue angle of 98.37º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A610B is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 97 | 11 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.62 |
| HSL | 98.37º | 0.8% | 0.21% | - |
| HSV(B) | 98.37º | 0.89% | 0.38% | - |
| XYZ | 5.29 | 9.07 | 1.79 | - |
| YUV | 70.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 11 | 0.57 | 0 | 0.89 | 0.62 | 98.37 | 0.8 | 0.21 |
| Hex | 2A | 61 | B | 39 | 0 | 59 | 3E | 62 | 50 | 15 |
| Octal | 52 | 141 | 13 | 71 | 0 | 131 | 76 | 142 | 120 | 25 |
| Binary | 101010 | 1100001 | 1011 | 111001 | 0 | 1011001 | 111110 | 1100010 | 1010000 | 10101 |
Color Harmonies of #2A610B
Complementary color
Monochromatic Colors of #2A610B
Black with #2A610B
Text Example
Text Example
White with #2A610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A610B; }
p { color: rgb(42,97,11); }
H1.HeaderClassName
{
color: #2A610B;
}
.AnyTagClassName
{
color: #2A610B;
}
</style>
background-color css
<style>
a { background-color: #2A610B; }
a { background-color: rgb(42,97,11); }
div.DivClassName
{
background-color: #2A610B;
}
.BgClassName
{
background-color: #2A610B;
}
</style>
border-color css
<style>
span { border-color: #2A610B; }
span { border-color: rgb(42,97,11); }
td.TdClassName
{
border-color: #2A610B;
}
.TagClassName
{
border-color: #2A610B;
}
</style>