Shades of Myrtle #2A4226
Tints of Myrtle #2A4226
RGB
CMYK
RGB Variations
Color information
#2A4226 (or 0x2A4226) is known color: Myrtle. HEX triplet: 2A, 42 and 26. RGB value is (42,66,38). Sum of RGB (Red+Green+Blue) = 42+66+38=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4226 is #D5BDD9. Grayscale: #373737. Windows color (decimal): -14007770 or 2507306. OLE color: 2507306.
HSL color Cylindrical-coordinate representation of color #2A4226: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4226 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 66 | 38 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.74 |
| HSL | 111.43º | 0.27% | 0.2% | - |
| HSV(B) | 111.43º | 0.42% | 0.26% | - |
| XYZ | 3.25 | 4.53 | 2.54 | - |
| YUV | 55.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 38 | 0.36 | 0 | 0.42 | 0.74 | 111.43 | 0.27 | 0.2 |
| Hex | 2A | 42 | 26 | 24 | 0 | 2A | 4A | 6F | 1B | 14 |
| Octal | 52 | 102 | 46 | 44 | 0 | 52 | 112 | 157 | 33 | 24 |
| Binary | 101010 | 1000010 | 100110 | 100100 | 0 | 101010 | 1001010 | 1101111 | 11011 | 10100 |
Color Harmonies of #2A4226
Complementary color
Monochromatic Colors of #2A4226
Black with #2A4226
Text Example
Text Example
White with #2A4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4226; }
p { color: rgb(42,66,38); }
H1.HeaderClassName
{
color: #2A4226;
}
.AnyTagClassName
{
color: #2A4226;
}
</style>
background-color css
<style>
a { background-color: #2A4226; }
a { background-color: rgb(42,66,38); }
div.DivClassName
{
background-color: #2A4226;
}
.BgClassName
{
background-color: #2A4226;
}
</style>
border-color css
<style>
span { border-color: #2A4226; }
span { border-color: rgb(42,66,38); }
td.TdClassName
{
border-color: #2A4226;
}
.TagClassName
{
border-color: #2A4226;
}
</style>