Shades of Myrtle #1D491F
Tints of Myrtle #1D491F
RGB
CMYK
RGB Variations
Color information
#1D491F (or 0x1D491F) is known color: Myrtle. HEX triplet: 1D, 49 and 1F. RGB value is (29,73,31). Sum of RGB (Red+Green+Blue) = 29+73+31=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #1D491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D491F is #E2B6E0. Grayscale: #373737. Windows color (decimal): -14857953 or 2050333. OLE color: 2050333.
HSL color Cylindrical-coordinate representation of color #1D491F: hue angle of 122.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D491F is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 31 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.71 |
| HSL | 122.73º | 0.43% | 0.2% | - |
| HSV(B) | 122.73º | 0.6% | 0.29% | - |
| XYZ | 3.14 | 5.13 | 2.12 | - |
| YUV | 55.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 31 | 0.60 | 0 | 0.58 | 0.71 | 122.73 | 0.43 | 0.2 |
| Hex | 1D | 49 | 1F | 3C | 0 | 3A | 47 | 7B | 2B | 14 |
| Octal | 35 | 111 | 37 | 74 | 0 | 72 | 107 | 173 | 53 | 24 |
| Binary | 11101 | 1001001 | 11111 | 111100 | 0 | 111010 | 1000111 | 1111011 | 101011 | 10100 |
Color Harmonies of #1D491F
Complementary color
Monochromatic Colors of #1D491F
Black with #1D491F
Text Example
Text Example
White with #1D491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D491F; }
p { color: rgb(29,73,31); }
H1.HeaderClassName
{
color: #1D491F;
}
.AnyTagClassName
{
color: #1D491F;
}
</style>
background-color css
<style>
a { background-color: #1D491F; }
a { background-color: rgb(29,73,31); }
div.DivClassName
{
background-color: #1D491F;
}
.BgClassName
{
background-color: #1D491F;
}
</style>
border-color css
<style>
span { border-color: #1D491F; }
span { border-color: rgb(29,73,31); }
td.TdClassName
{
border-color: #1D491F;
}
.TagClassName
{
border-color: #1D491F;
}
</style>