Shades of Myrtle #2A5326
Tints of Myrtle #2A5326
RGB
CMYK
RGB Variations
Color information
#2A5326 (or 0x2A5326) is known color: Myrtle. HEX triplet: 2A, 53 and 26. RGB value is (42,83,38). Sum of RGB (Red+Green+Blue) = 42+83+38=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5326 is #D5ACD9. Grayscale: #414141. Windows color (decimal): -14003418 or 2511658. OLE color: 2511658.
HSL color Cylindrical-coordinate representation of color #2A5326: hue angle of 114.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A5326 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 38 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.67 |
| HSL | 114.67º | 0.37% | 0.24% | - |
| HSV(B) | 114.67º | 0.54% | 0.33% | - |
| XYZ | 4.4 | 6.82 | 2.92 | - |
| YUV | 65.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 38 | 0.49 | 0 | 0.54 | 0.67 | 114.67 | 0.37 | 0.24 |
| Hex | 2A | 53 | 26 | 31 | 0 | 36 | 43 | 73 | 25 | 18 |
| Octal | 52 | 123 | 46 | 61 | 0 | 66 | 103 | 163 | 45 | 30 |
| Binary | 101010 | 1010011 | 100110 | 110001 | 0 | 110110 | 1000011 | 1110011 | 100101 | 11000 |
Color Harmonies of #2A5326
Complementary color
Monochromatic Colors of #2A5326
Black with #2A5326
Text Example
Text Example
White with #2A5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5326; }
p { color: rgb(42,83,38); }
H1.HeaderClassName
{
color: #2A5326;
}
.AnyTagClassName
{
color: #2A5326;
}
</style>
background-color css
<style>
a { background-color: #2A5326; }
a { background-color: rgb(42,83,38); }
div.DivClassName
{
background-color: #2A5326;
}
.BgClassName
{
background-color: #2A5326;
}
</style>
border-color css
<style>
span { border-color: #2A5326; }
span { border-color: rgb(42,83,38); }
td.TdClassName
{
border-color: #2A5326;
}
.TagClassName
{
border-color: #2A5326;
}
</style>