Shades of Myrtle #2A570B
Tints of Myrtle #2A570B
RGB
CMYK
RGB Variations
Color information
#2A570B (or 0x2A570B) is known color: Myrtle. HEX triplet: 2A, 57 and 0B. RGB value is (42,87,11). Sum of RGB (Red+Green+Blue) = 42+87+11=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #2A570B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A570B is #D5A8F4. Grayscale: #414141. Windows color (decimal): -14002421 or 743210. OLE color: 743210.
HSL color Cylindrical-coordinate representation of color #2A570B: hue angle of 95.53º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A570B is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 87 | 11 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.66 |
| HSL | 95.53º | 0.78% | 0.19% | - |
| HSV(B) | 95.53º | 0.87% | 0.34% | - |
| XYZ | 4.42 | 7.33 | 1.5 | - |
| YUV | 64.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 11 | 0.52 | 0 | 0.87 | 0.66 | 95.53 | 0.78 | 0.19 |
| Hex | 2A | 57 | B | 34 | 0 | 57 | 42 | 60 | 4E | 13 |
| Octal | 52 | 127 | 13 | 64 | 0 | 127 | 102 | 140 | 116 | 23 |
| Binary | 101010 | 1010111 | 1011 | 110100 | 0 | 1010111 | 1000010 | 1100000 | 1001110 | 10011 |
Color Harmonies of #2A570B
Complementary color
Monochromatic Colors of #2A570B
Black with #2A570B
Text Example
Text Example
White with #2A570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A570B; }
p { color: rgb(42,87,11); }
H1.HeaderClassName
{
color: #2A570B;
}
.AnyTagClassName
{
color: #2A570B;
}
</style>
background-color css
<style>
a { background-color: #2A570B; }
a { background-color: rgb(42,87,11); }
div.DivClassName
{
background-color: #2A570B;
}
.BgClassName
{
background-color: #2A570B;
}
</style>
border-color css
<style>
span { border-color: #2A570B; }
span { border-color: rgb(42,87,11); }
td.TdClassName
{
border-color: #2A570B;
}
.TagClassName
{
border-color: #2A570B;
}
</style>