Shades of Myrtle #2A4022
Tints of Myrtle #2A4022
RGB
CMYK
RGB Variations
Color information
#2A4022 (or 0x2A4022) is known color: Myrtle. HEX triplet: 2A, 40 and 22. RGB value is (42,64,34). Sum of RGB (Red+Green+Blue) = 42+64+34=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4022 is #D5BFDD. Grayscale: #363636. Windows color (decimal): -14008286 or 2244650. OLE color: 2244650.
HSL color Cylindrical-coordinate representation of color #2A4022: hue angle of 104º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4022 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 34 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.75 |
| HSL | 104º | 0.31% | 0.19% | - |
| HSV(B) | 104º | 0.47% | 0.25% | - |
| XYZ | 3.08 | 4.27 | 2.18 | - |
| YUV | 54 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 34 | 0.34 | 0 | 0.47 | 0.75 | 104 | 0.31 | 0.19 |
| Hex | 2A | 40 | 22 | 22 | 0 | 2F | 4B | 68 | 1F | 13 |
| Octal | 52 | 100 | 42 | 42 | 0 | 57 | 113 | 150 | 37 | 23 |
| Binary | 101010 | 1000000 | 100010 | 100010 | 0 | 101111 | 1001011 | 1101000 | 11111 | 10011 |
Color Harmonies of #2A4022
Complementary color
Monochromatic Colors of #2A4022
Black with #2A4022
Text Example
Text Example
White with #2A4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4022; }
p { color: rgb(42,64,34); }
H1.HeaderClassName
{
color: #2A4022;
}
.AnyTagClassName
{
color: #2A4022;
}
</style>
background-color css
<style>
a { background-color: #2A4022; }
a { background-color: rgb(42,64,34); }
div.DivClassName
{
background-color: #2A4022;
}
.BgClassName
{
background-color: #2A4022;
}
</style>
border-color css
<style>
span { border-color: #2A4022; }
span { border-color: rgb(42,64,34); }
td.TdClassName
{
border-color: #2A4022;
}
.TagClassName
{
border-color: #2A4022;
}
</style>