Shades of Myrtle #2A531F
Tints of Myrtle #2A531F
RGB
CMYK
RGB Variations
Color information
#2A531F (or 0x2A531F) is known color: Myrtle. HEX triplet: 2A, 53 and 1F. RGB value is (42,83,31). Sum of RGB (Red+Green+Blue) = 42+83+31=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #2A531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A531F is #D5ACE0. Grayscale: #404040. Windows color (decimal): -14003425 or 2052906. OLE color: 2052906.
HSL color Cylindrical-coordinate representation of color #2A531F: hue angle of 107.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A531F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 31 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.67 |
| HSL | 107.31º | 0.46% | 0.22% | - |
| HSV(B) | 107.31º | 0.63% | 0.33% | - |
| XYZ | 4.3 | 6.78 | 2.38 | - |
| YUV | 64.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 31 | 0.49 | 0 | 0.63 | 0.67 | 107.31 | 0.46 | 0.22 |
| Hex | 2A | 53 | 1F | 31 | 0 | 3F | 43 | 6B | 2E | 16 |
| Octal | 52 | 123 | 37 | 61 | 0 | 77 | 103 | 153 | 56 | 26 |
| Binary | 101010 | 1010011 | 11111 | 110001 | 0 | 111111 | 1000011 | 1101011 | 101110 | 10110 |
Color Harmonies of #2A531F
Complementary color
Monochromatic Colors of #2A531F
Black with #2A531F
Text Example
Text Example
White with #2A531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A531F; }
p { color: rgb(42,83,31); }
H1.HeaderClassName
{
color: #2A531F;
}
.AnyTagClassName
{
color: #2A531F;
}
</style>
background-color css
<style>
a { background-color: #2A531F; }
a { background-color: rgb(42,83,31); }
div.DivClassName
{
background-color: #2A531F;
}
.BgClassName
{
background-color: #2A531F;
}
</style>
border-color css
<style>
span { border-color: #2A531F; }
span { border-color: rgb(42,83,31); }
td.TdClassName
{
border-color: #2A531F;
}
.TagClassName
{
border-color: #2A531F;
}
</style>