Shades of Myrtle #1D311D
Tints of Myrtle #1D311D
RGB
CMYK
RGB Variations
Color information
#1D311D (or 0x1D311D) is known color: Myrtle. HEX triplet: 1D, 31 and 1D. RGB value is (29,49,29). Sum of RGB (Red+Green+Blue) = 29+49+29=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #1D311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D311D is #E2CEE2. Grayscale: #282828. Windows color (decimal): -14864099 or 1913117. OLE color: 1913117.
HSL color Cylindrical-coordinate representation of color #1D311D: hue angle of 120º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D311D is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 29 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.81 |
| HSL | 120º | 0.26% | 0.15% | - |
| HSV(B) | 120º | 0.41% | 0.19% | - |
| XYZ | 1.83 | 2.55 | 1.56 | - |
| YUV | 40.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 29 | 0.41 | 0 | 0.41 | 0.81 | 120 | 0.26 | 0.15 |
| Hex | 1D | 31 | 1D | 29 | 0 | 29 | 51 | 78 | 1A | F |
| Octal | 35 | 61 | 35 | 51 | 0 | 51 | 121 | 170 | 32 | 17 |
| Binary | 11101 | 110001 | 11101 | 101001 | 0 | 101001 | 1010001 | 1111000 | 11010 | 1111 |
Color Harmonies of #1D311D
Complementary color
Monochromatic Colors of #1D311D
Black with #1D311D
Text Example
Text Example
White with #1D311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D311D; }
p { color: rgb(29,49,29); }
H1.HeaderClassName
{
color: #1D311D;
}
.AnyTagClassName
{
color: #1D311D;
}
</style>
background-color css
<style>
a { background-color: #1D311D; }
a { background-color: rgb(29,49,29); }
div.DivClassName
{
background-color: #1D311D;
}
.BgClassName
{
background-color: #1D311D;
}
</style>
border-color css
<style>
span { border-color: #1D311D; }
span { border-color: rgb(29,49,29); }
td.TdClassName
{
border-color: #1D311D;
}
.TagClassName
{
border-color: #1D311D;
}
</style>