Shades of Myrtle #2A620B
Tints of Myrtle #2A620B
RGB
CMYK
RGB Variations
Color information
#2A620B (or 0x2A620B) is known color: Myrtle. HEX triplet: 2A, 62 and 0B. RGB value is (42,98,11). Sum of RGB (Red+Green+Blue) = 42+98+11=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #2A620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A620B is #D59DF4. Grayscale: #474747. Windows color (decimal): -13999605 or 746026. OLE color: 746026.
HSL color Cylindrical-coordinate representation of color #2A620B: hue angle of 98.62º 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 #2A620B is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 11 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.62 |
| HSL | 98.62º | 0.8% | 0.21% | - |
| HSV(B) | 98.62º | 0.89% | 0.38% | - |
| XYZ | 5.38 | 9.25 | 1.82 | - |
| YUV | 71.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 11 | 0.57 | 0 | 0.89 | 0.62 | 98.62 | 0.8 | 0.21 |
| Hex | 2A | 62 | B | 39 | 0 | 59 | 3E | 63 | 50 | 15 |
| Octal | 52 | 142 | 13 | 71 | 0 | 131 | 76 | 143 | 120 | 25 |
| Binary | 101010 | 1100010 | 1011 | 111001 | 0 | 1011001 | 111110 | 1100011 | 1010000 | 10101 |
Color Harmonies of #2A620B
Complementary color
Monochromatic Colors of #2A620B
Black with #2A620B
Text Example
Text Example
White with #2A620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A620B; }
p { color: rgb(42,98,11); }
H1.HeaderClassName
{
color: #2A620B;
}
.AnyTagClassName
{
color: #2A620B;
}
</style>
background-color css
<style>
a { background-color: #2A620B; }
a { background-color: rgb(42,98,11); }
div.DivClassName
{
background-color: #2A620B;
}
.BgClassName
{
background-color: #2A620B;
}
</style>
border-color css
<style>
span { border-color: #2A620B; }
span { border-color: rgb(42,98,11); }
td.TdClassName
{
border-color: #2A620B;
}
.TagClassName
{
border-color: #2A620B;
}
</style>