Shades of Myrtle #2A5316
Tints of Myrtle #2A5316
RGB
CMYK
RGB Variations
Color information
#2A5316 (or 0x2A5316) is known color: Myrtle. HEX triplet: 2A, 53 and 16. RGB value is (42,83,22). Sum of RGB (Red+Green+Blue) = 42+83+22=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5316 is #D5ACE9. Grayscale: #3F3F3F. Windows color (decimal): -14003434 or 1463082. OLE color: 1463082.
HSL color Cylindrical-coordinate representation of color #2A5316: hue angle of 100.33º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A5316 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 22 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.67 |
| HSL | 100.33º | 0.58% | 0.21% | - |
| HSV(B) | 100.33º | 0.73% | 0.33% | - |
| XYZ | 4.19 | 6.74 | 1.84 | - |
| YUV | 63.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 22 | 0.49 | 0 | 0.73 | 0.67 | 100.33 | 0.58 | 0.21 |
| Hex | 2A | 53 | 16 | 31 | 0 | 49 | 43 | 64 | 3A | 15 |
| Octal | 52 | 123 | 26 | 61 | 0 | 111 | 103 | 144 | 72 | 25 |
| Binary | 101010 | 1010011 | 10110 | 110001 | 0 | 1001001 | 1000011 | 1100100 | 111010 | 10101 |
Color Harmonies of #2A5316
Complementary color
Monochromatic Colors of #2A5316
Black with #2A5316
Text Example
Text Example
White with #2A5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5316; }
p { color: rgb(42,83,22); }
H1.HeaderClassName
{
color: #2A5316;
}
.AnyTagClassName
{
color: #2A5316;
}
</style>
background-color css
<style>
a { background-color: #2A5316; }
a { background-color: rgb(42,83,22); }
div.DivClassName
{
background-color: #2A5316;
}
.BgClassName
{
background-color: #2A5316;
}
</style>
border-color css
<style>
span { border-color: #2A5316; }
span { border-color: rgb(42,83,22); }
td.TdClassName
{
border-color: #2A5316;
}
.TagClassName
{
border-color: #2A5316;
}
</style>