Shades of Myrtle #1D311E
Tints of Myrtle #1D311E
RGB
CMYK
RGB Variations
Color information
#1D311E (or 0x1D311E) is known color: Myrtle. HEX triplet: 1D, 31 and 1E. RGB value is (29,49,30). Sum of RGB (Red+Green+Blue) = 29+49+30=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #1D311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D311E is #E2CEE1. Grayscale: #282828. Windows color (decimal): -14864098 or 1978653. OLE color: 1978653.
HSL color Cylindrical-coordinate representation of color #1D311E: hue angle of 123º 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 #1D311E is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 30 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.81 |
| HSL | 123º | 0.26% | 0.15% | - |
| HSV(B) | 123º | 0.41% | 0.19% | - |
| XYZ | 1.84 | 2.55 | 1.62 | - |
| YUV | 40.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 30 | 0.41 | 0 | 0.39 | 0.81 | 123 | 0.26 | 0.15 |
| Hex | 1D | 31 | 1E | 29 | 0 | 27 | 51 | 7B | 1A | F |
| Octal | 35 | 61 | 36 | 51 | 0 | 47 | 121 | 173 | 32 | 17 |
| Binary | 11101 | 110001 | 11110 | 101001 | 0 | 100111 | 1010001 | 1111011 | 11010 | 1111 |
Color Harmonies of #1D311E
Complementary color
Monochromatic Colors of #1D311E
Black with #1D311E
Text Example
Text Example
White with #1D311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D311E; }
p { color: rgb(29,49,30); }
H1.HeaderClassName
{
color: #1D311E;
}
.AnyTagClassName
{
color: #1D311E;
}
</style>
background-color css
<style>
a { background-color: #1D311E; }
a { background-color: rgb(29,49,30); }
div.DivClassName
{
background-color: #1D311E;
}
.BgClassName
{
background-color: #1D311E;
}
</style>
border-color css
<style>
span { border-color: #1D311E; }
span { border-color: rgb(29,49,30); }
td.TdClassName
{
border-color: #1D311E;
}
.TagClassName
{
border-color: #1D311E;
}
</style>