Shades of Myrtle #2A5423
Tints of Myrtle #2A5423
RGB
CMYK
RGB Variations
Color information
#2A5423 (or 0x2A5423) is known color: Myrtle. HEX triplet: 2A, 54 and 23. RGB value is (42,84,35). Sum of RGB (Red+Green+Blue) = 42+84+35=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5423 is #D5ABDC. Grayscale: #424242. Windows color (decimal): -14003165 or 2315306. OLE color: 2315306.
HSL color Cylindrical-coordinate representation of color #2A5423: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A5423 is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 35 | - |
| CMYK | 0.5 | 0 | 0.58 | 0.67 |
| HSL | 111.43º | 0.41% | 0.23% | - |
| HSV(B) | 111.43º | 0.58% | 0.33% | - |
| XYZ | 4.43 | 6.95 | 2.7 | - |
| YUV | 65.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 35 | 0.5 | 0 | 0.58 | 0.67 | 111.43 | 0.41 | 0.23 |
| Hex | 2A | 54 | 23 | 32 | 0 | 3A | 43 | 6F | 29 | 17 |
| Octal | 52 | 124 | 43 | 62 | 0 | 72 | 103 | 157 | 51 | 27 |
| Binary | 101010 | 1010100 | 100011 | 110010 | 0 | 111010 | 1000011 | 1101111 | 101001 | 10111 |
Color Harmonies of #2A5423
Complementary color
Monochromatic Colors of #2A5423
Black with #2A5423
Text Example
Text Example
White with #2A5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5423; }
p { color: rgb(42,84,35); }
H1.HeaderClassName
{
color: #2A5423;
}
.AnyTagClassName
{
color: #2A5423;
}
</style>
background-color css
<style>
a { background-color: #2A5423; }
a { background-color: rgb(42,84,35); }
div.DivClassName
{
background-color: #2A5423;
}
.BgClassName
{
background-color: #2A5423;
}
</style>
border-color css
<style>
span { border-color: #2A5423; }
span { border-color: rgb(42,84,35); }
td.TdClassName
{
border-color: #2A5423;
}
.TagClassName
{
border-color: #2A5423;
}
</style>