Shades of Myrtle #2A4127
Tints of Myrtle #2A4127
RGB
CMYK
RGB Variations
Color information
#2A4127 (or 0x2A4127) is known color: Myrtle. HEX triplet: 2A, 41 and 27. RGB value is (42,65,39). Sum of RGB (Red+Green+Blue) = 42+65+39=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4127 is #D5BED8. Grayscale: #373737. Windows color (decimal): -14008025 or 2572586. OLE color: 2572586.
HSL color Cylindrical-coordinate representation of color #2A4127: hue angle of 113.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A4127 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 39 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.75 |
| HSL | 113.08º | 0.25% | 0.2% | - |
| HSV(B) | 113.08º | 0.4% | 0.25% | - |
| XYZ | 3.21 | 4.42 | 2.6 | - |
| YUV | 55.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 39 | 0.35 | 0 | 0.40 | 0.75 | 113.08 | 0.25 | 0.2 |
| Hex | 2A | 41 | 27 | 23 | 0 | 28 | 4B | 71 | 19 | 14 |
| Octal | 52 | 101 | 47 | 43 | 0 | 50 | 113 | 161 | 31 | 24 |
| Binary | 101010 | 1000001 | 100111 | 100011 | 0 | 101000 | 1001011 | 1110001 | 11001 | 10100 |
Color Harmonies of #2A4127
Complementary color
Monochromatic Colors of #2A4127
Black with #2A4127
Text Example
Text Example
White with #2A4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4127; }
p { color: rgb(42,65,39); }
H1.HeaderClassName
{
color: #2A4127;
}
.AnyTagClassName
{
color: #2A4127;
}
</style>
background-color css
<style>
a { background-color: #2A4127; }
a { background-color: rgb(42,65,39); }
div.DivClassName
{
background-color: #2A4127;
}
.BgClassName
{
background-color: #2A4127;
}
</style>
border-color css
<style>
span { border-color: #2A4127; }
span { border-color: rgb(42,65,39); }
td.TdClassName
{
border-color: #2A4127;
}
.TagClassName
{
border-color: #2A4127;
}
</style>