Shades of Myrtle #2A4827
Tints of Myrtle #2A4827
RGB
CMYK
RGB Variations
Color information
#2A4827 (or 0x2A4827) is known color: Myrtle. HEX triplet: 2A, 48 and 27. RGB value is (42,72,39). Sum of RGB (Red+Green+Blue) = 42+72+39=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4827 is #D5B7D8. Grayscale: #3B3B3B. Windows color (decimal): -14006233 or 2574378. OLE color: 2574378.
HSL color Cylindrical-coordinate representation of color #2A4827: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4827 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 39 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.72 |
| HSL | 114.55º | 0.3% | 0.22% | - |
| HSV(B) | 114.55º | 0.46% | 0.28% | - |
| XYZ | 3.64 | 5.27 | 2.75 | - |
| YUV | 59.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 39 | 0.42 | 0 | 0.46 | 0.72 | 114.55 | 0.3 | 0.22 |
| Hex | 2A | 48 | 27 | 2A | 0 | 2E | 48 | 73 | 1E | 16 |
| Octal | 52 | 110 | 47 | 52 | 0 | 56 | 110 | 163 | 36 | 26 |
| Binary | 101010 | 1001000 | 100111 | 101010 | 0 | 101110 | 1001000 | 1110011 | 11110 | 10110 |
Color Harmonies of #2A4827
Complementary color
Monochromatic Colors of #2A4827
Black with #2A4827
Text Example
Text Example
White with #2A4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4827; }
p { color: rgb(42,72,39); }
H1.HeaderClassName
{
color: #2A4827;
}
.AnyTagClassName
{
color: #2A4827;
}
</style>
background-color css
<style>
a { background-color: #2A4827; }
a { background-color: rgb(42,72,39); }
div.DivClassName
{
background-color: #2A4827;
}
.BgClassName
{
background-color: #2A4827;
}
</style>
border-color css
<style>
span { border-color: #2A4827; }
span { border-color: rgb(42,72,39); }
td.TdClassName
{
border-color: #2A4827;
}
.TagClassName
{
border-color: #2A4827;
}
</style>