Shades of Myrtle #2A521F
Tints of Myrtle #2A521F
RGB
CMYK
RGB Variations
Color information
#2A521F (or 0x2A521F) is known color: Myrtle. HEX triplet: 2A, 52 and 1F. RGB value is (42,82,31). Sum of RGB (Red+Green+Blue) = 42+82+31=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #2A521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A521F is #D5ADE0. Grayscale: #404040. Windows color (decimal): -14003681 or 2052650. OLE color: 2052650.
HSL color Cylindrical-coordinate representation of color #2A521F: hue angle of 107.06º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A521F is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 31 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.68 |
| HSL | 107.06º | 0.45% | 0.22% | - |
| HSV(B) | 107.06º | 0.62% | 0.32% | - |
| XYZ | 4.22 | 6.63 | 2.35 | - |
| YUV | 64.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 31 | 0.49 | 0 | 0.62 | 0.68 | 107.06 | 0.45 | 0.22 |
| Hex | 2A | 52 | 1F | 31 | 0 | 3E | 44 | 6B | 2D | 16 |
| Octal | 52 | 122 | 37 | 61 | 0 | 76 | 104 | 153 | 55 | 26 |
| Binary | 101010 | 1010010 | 11111 | 110001 | 0 | 111110 | 1000100 | 1101011 | 101101 | 10110 |
Color Harmonies of #2A521F
Complementary color
Monochromatic Colors of #2A521F
Black with #2A521F
Text Example
Text Example
White with #2A521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A521F; }
p { color: rgb(42,82,31); }
H1.HeaderClassName
{
color: #2A521F;
}
.AnyTagClassName
{
color: #2A521F;
}
</style>
background-color css
<style>
a { background-color: #2A521F; }
a { background-color: rgb(42,82,31); }
div.DivClassName
{
background-color: #2A521F;
}
.BgClassName
{
background-color: #2A521F;
}
</style>
border-color css
<style>
span { border-color: #2A521F; }
span { border-color: rgb(42,82,31); }
td.TdClassName
{
border-color: #2A521F;
}
.TagClassName
{
border-color: #2A521F;
}
</style>