Shades of Myrtle #2A4028
Tints of Myrtle #2A4028
RGB
CMYK
RGB Variations
Color information
#2A4028 (or 0x2A4028) is known color: Myrtle. HEX triplet: 2A, 40 and 28. RGB value is (42,64,40). Sum of RGB (Red+Green+Blue) = 42+64+40=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4028 is #D5BFD7. Grayscale: #363636. Windows color (decimal): -14008280 or 2637866. OLE color: 2637866.
HSL color Cylindrical-coordinate representation of color #2A4028: hue angle of 115º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A4028 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 40 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.75 |
| HSL | 115º | 0.23% | 0.2% | - |
| HSV(B) | 115º | 0.38% | 0.25% | - |
| XYZ | 3.17 | 4.31 | 2.67 | - |
| YUV | 54.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 40 | 0.34 | 0 | 0.38 | 0.75 | 115 | 0.23 | 0.2 |
| Hex | 2A | 40 | 28 | 22 | 0 | 26 | 4B | 73 | 17 | 14 |
| Octal | 52 | 100 | 50 | 42 | 0 | 46 | 113 | 163 | 27 | 24 |
| Binary | 101010 | 1000000 | 101000 | 100010 | 0 | 100110 | 1001011 | 1110011 | 10111 | 10100 |
Color Harmonies of #2A4028
Complementary color
Monochromatic Colors of #2A4028
Black with #2A4028
Text Example
Text Example
White with #2A4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4028; }
p { color: rgb(42,64,40); }
H1.HeaderClassName
{
color: #2A4028;
}
.AnyTagClassName
{
color: #2A4028;
}
</style>
background-color css
<style>
a { background-color: #2A4028; }
a { background-color: rgb(42,64,40); }
div.DivClassName
{
background-color: #2A4028;
}
.BgClassName
{
background-color: #2A4028;
}
</style>
border-color css
<style>
span { border-color: #2A4028; }
span { border-color: rgb(42,64,40); }
td.TdClassName
{
border-color: #2A4028;
}
.TagClassName
{
border-color: #2A4028;
}
</style>