Shades of Myrtle #2D492A
Tints of Myrtle #2D492A
RGB
CMYK
RGB Variations
Color information
#2D492A (or 0x2D492A) is known color: Myrtle. HEX triplet: 2D, 49 and 2A. RGB value is (45,73,42). Sum of RGB (Red+Green+Blue) = 45+73+42=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #2D492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D492A is #D2B6D5. Grayscale: #3D3D3D. Windows color (decimal): -13809366 or 2771245. OLE color: 2771245.
HSL color Cylindrical-coordinate representation of color #2D492A: hue angle of 114.19º 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 #2D492A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 42 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.71 |
| HSL | 114.19º | 0.27% | 0.23% | - |
| HSV(B) | 114.19º | 0.42% | 0.29% | - |
| XYZ | 3.88 | 5.49 | 3.05 | - |
| YUV | 61.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 42 | 0.38 | 0 | 0.42 | 0.71 | 114.19 | 0.27 | 0.23 |
| Hex | 2D | 49 | 2A | 26 | 0 | 2A | 47 | 72 | 1B | 17 |
| Octal | 55 | 111 | 52 | 46 | 0 | 52 | 107 | 162 | 33 | 27 |
| Binary | 101101 | 1001001 | 101010 | 100110 | 0 | 101010 | 1000111 | 1110010 | 11011 | 10111 |
Color Harmonies of #2D492A
Complementary color
Monochromatic Colors of #2D492A
Black with #2D492A
Text Example
Text Example
White with #2D492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D492A; }
p { color: rgb(45,73,42); }
H1.HeaderClassName
{
color: #2D492A;
}
.AnyTagClassName
{
color: #2D492A;
}
</style>
background-color css
<style>
a { background-color: #2D492A; }
a { background-color: rgb(45,73,42); }
div.DivClassName
{
background-color: #2D492A;
}
.BgClassName
{
background-color: #2D492A;
}
</style>
border-color css
<style>
span { border-color: #2D492A; }
span { border-color: rgb(45,73,42); }
td.TdClassName
{
border-color: #2D492A;
}
.TagClassName
{
border-color: #2D492A;
}
</style>