Shades of Myrtle #1D371D
Tints of Myrtle #1D371D
RGB
CMYK
RGB Variations
Color information
#1D371D (or 0x1D371D) is known color: Myrtle. HEX triplet: 1D, 37 and 1D. RGB value is (29,55,29). Sum of RGB (Red+Green+Blue) = 29+55+29=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #1D371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D371D is #E2C8E2. Grayscale: #2C2C2C. Windows color (decimal): -14862563 or 1914653. OLE color: 1914653.
HSL color Cylindrical-coordinate representation of color #1D371D: hue angle of 120º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D371D is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 29 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.78 |
| HSL | 120º | 0.31% | 0.16% | - |
| HSV(B) | 120º | 0.47% | 0.22% | - |
| XYZ | 2.09 | 3.08 | 1.65 | - |
| YUV | 44.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 29 | 0.47 | 0 | 0.47 | 0.78 | 120 | 0.31 | 0.16 |
| Hex | 1D | 37 | 1D | 2F | 0 | 2F | 4E | 78 | 1F | 10 |
| Octal | 35 | 67 | 35 | 57 | 0 | 57 | 116 | 170 | 37 | 20 |
| Binary | 11101 | 110111 | 11101 | 101111 | 0 | 101111 | 1001110 | 1111000 | 11111 | 10000 |
Color Harmonies of #1D371D
Complementary color
Monochromatic Colors of #1D371D
Black with #1D371D
Text Example
Text Example
White with #1D371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D371D; }
p { color: rgb(29,55,29); }
H1.HeaderClassName
{
color: #1D371D;
}
.AnyTagClassName
{
color: #1D371D;
}
</style>
background-color css
<style>
a { background-color: #1D371D; }
a { background-color: rgb(29,55,29); }
div.DivClassName
{
background-color: #1D371D;
}
.BgClassName
{
background-color: #1D371D;
}
</style>
border-color css
<style>
span { border-color: #1D371D; }
span { border-color: rgb(29,55,29); }
td.TdClassName
{
border-color: #1D371D;
}
.TagClassName
{
border-color: #1D371D;
}
</style>