Shades of Myrtle #1D371E
Tints of Myrtle #1D371E
RGB
CMYK
RGB Variations
Color information
#1D371E (or 0x1D371E) is known color: Myrtle. HEX triplet: 1D, 37 and 1E. RGB value is (29,55,30). Sum of RGB (Red+Green+Blue) = 29+55+30=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #1D371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D371E is #E2C8E1. Grayscale: #2C2C2C. Windows color (decimal): -14862562 or 1980189. OLE color: 1980189.
HSL color Cylindrical-coordinate representation of color #1D371E: hue angle of 122.31º 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 #1D371E is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 30 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.78 |
| HSL | 122.31º | 0.31% | 0.16% | - |
| HSV(B) | 122.31º | 0.47% | 0.22% | - |
| XYZ | 2.11 | 3.09 | 1.71 | - |
| YUV | 44.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 30 | 0.47 | 0 | 0.45 | 0.78 | 122.31 | 0.31 | 0.16 |
| Hex | 1D | 37 | 1E | 2F | 0 | 2D | 4E | 7A | 1F | 10 |
| Octal | 35 | 67 | 36 | 57 | 0 | 55 | 116 | 172 | 37 | 20 |
| Binary | 11101 | 110111 | 11110 | 101111 | 0 | 101101 | 1001110 | 1111010 | 11111 | 10000 |
Color Harmonies of #1D371E
Complementary color
Monochromatic Colors of #1D371E
Black with #1D371E
Text Example
Text Example
White with #1D371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D371E; }
p { color: rgb(29,55,30); }
H1.HeaderClassName
{
color: #1D371E;
}
.AnyTagClassName
{
color: #1D371E;
}
</style>
background-color css
<style>
a { background-color: #1D371E; }
a { background-color: rgb(29,55,30); }
div.DivClassName
{
background-color: #1D371E;
}
.BgClassName
{
background-color: #1D371E;
}
</style>
border-color css
<style>
span { border-color: #1D371E; }
span { border-color: rgb(29,55,30); }
td.TdClassName
{
border-color: #1D371E;
}
.TagClassName
{
border-color: #1D371E;
}
</style>