Shades of Myrtle #2A492A
Tints of Myrtle #2A492A
RGB
CMYK
RGB Variations
Color information
#2A492A (or 0x2A492A) is known color: Myrtle. HEX triplet: 2A, 49 and 2A. RGB value is (42,73,42). Sum of RGB (Red+Green+Blue) = 42+73+42=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #2A492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A492A is #D5B6D5. Grayscale: #3C3C3C. Windows color (decimal): -14005974 or 2771242. OLE color: 2771242.
HSL color Cylindrical-coordinate representation of color #2A492A: hue angle of 120º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A492A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 42 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.71 |
| HSL | 120º | 0.27% | 0.23% | - |
| HSV(B) | 120º | 0.42% | 0.29% | - |
| XYZ | 3.76 | 5.42 | 3.04 | - |
| YUV | 60.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 42 | 0.42 | 0 | 0.42 | 0.71 | 120 | 0.27 | 0.23 |
| Hex | 2A | 49 | 2A | 2A | 0 | 2A | 47 | 78 | 1B | 17 |
| Octal | 52 | 111 | 52 | 52 | 0 | 52 | 107 | 170 | 33 | 27 |
| Binary | 101010 | 1001001 | 101010 | 101010 | 0 | 101010 | 1000111 | 1111000 | 11011 | 10111 |
Color Harmonies of #2A492A
Complementary color
Monochromatic Colors of #2A492A
Black with #2A492A
Text Example
Text Example
White with #2A492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A492A; }
p { color: rgb(42,73,42); }
H1.HeaderClassName
{
color: #2A492A;
}
.AnyTagClassName
{
color: #2A492A;
}
</style>
background-color css
<style>
a { background-color: #2A492A; }
a { background-color: rgb(42,73,42); }
div.DivClassName
{
background-color: #2A492A;
}
.BgClassName
{
background-color: #2A492A;
}
</style>
border-color css
<style>
span { border-color: #2A492A; }
span { border-color: rgb(42,73,42); }
td.TdClassName
{
border-color: #2A492A;
}
.TagClassName
{
border-color: #2A492A;
}
</style>