Shades of Myrtle #1D341D
Tints of Myrtle #1D341D
RGB
CMYK
RGB Variations
Color information
#1D341D (or 0x1D341D) is known color: Myrtle. HEX triplet: 1D, 34 and 1D. RGB value is (29,52,29). Sum of RGB (Red+Green+Blue) = 29+52+29=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1D341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D341D is #E2CBE2. Grayscale: #2A2A2A. Windows color (decimal): -14863331 or 1913885. OLE color: 1913885.
HSL color Cylindrical-coordinate representation of color #1D341D: hue angle of 120º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D341D is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 29 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.80 |
| HSL | 120º | 0.28% | 0.16% | - |
| HSV(B) | 120º | 0.44% | 0.2% | - |
| XYZ | 1.96 | 2.81 | 1.6 | - |
| YUV | 42.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 29 | 0.44 | 0 | 0.44 | 0.80 | 120 | 0.28 | 0.16 |
| Hex | 1D | 34 | 1D | 2C | 0 | 2C | 50 | 78 | 1C | 10 |
| Octal | 35 | 64 | 35 | 54 | 0 | 54 | 120 | 170 | 34 | 20 |
| Binary | 11101 | 110100 | 11101 | 101100 | 0 | 101100 | 1010000 | 1111000 | 11100 | 10000 |
Color Harmonies of #1D341D
Complementary color
Monochromatic Colors of #1D341D
Black with #1D341D
Text Example
Text Example
White with #1D341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D341D; }
p { color: rgb(29,52,29); }
H1.HeaderClassName
{
color: #1D341D;
}
.AnyTagClassName
{
color: #1D341D;
}
</style>
background-color css
<style>
a { background-color: #1D341D; }
a { background-color: rgb(29,52,29); }
div.DivClassName
{
background-color: #1D341D;
}
.BgClassName
{
background-color: #1D341D;
}
</style>
border-color css
<style>
span { border-color: #1D341D; }
span { border-color: rgb(29,52,29); }
td.TdClassName
{
border-color: #1D341D;
}
.TagClassName
{
border-color: #1D341D;
}
</style>