Shades of Myrtle #1D301D
Tints of Myrtle #1D301D
RGB
CMYK
RGB Variations
Color information
#1D301D (or 0x1D301D) is known color: Myrtle. HEX triplet: 1D, 30 and 1D. RGB value is (29,48,29). Sum of RGB (Red+Green+Blue) = 29+48+29=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #1D301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D301D is #E2CFE2. Grayscale: #282828. Windows color (decimal): -14864355 or 1912861. OLE color: 1912861.
HSL color Cylindrical-coordinate representation of color #1D301D: hue angle of 120º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D301D is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 29 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.81 |
| HSL | 120º | 0.25% | 0.15% | - |
| HSV(B) | 120º | 0.4% | 0.19% | - |
| XYZ | 1.79 | 2.46 | 1.54 | - |
| YUV | 40.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 29 | 0.40 | 0 | 0.40 | 0.81 | 120 | 0.25 | 0.15 |
| Hex | 1D | 30 | 1D | 28 | 0 | 28 | 51 | 78 | 19 | F |
| Octal | 35 | 60 | 35 | 50 | 0 | 50 | 121 | 170 | 31 | 17 |
| Binary | 11101 | 110000 | 11101 | 101000 | 0 | 101000 | 1010001 | 1111000 | 11001 | 1111 |
Color Harmonies of #1D301D
Complementary color
Monochromatic Colors of #1D301D
Black with #1D301D
Text Example
Text Example
White with #1D301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D301D; }
p { color: rgb(29,48,29); }
H1.HeaderClassName
{
color: #1D301D;
}
.AnyTagClassName
{
color: #1D301D;
}
</style>
background-color css
<style>
a { background-color: #1D301D; }
a { background-color: rgb(29,48,29); }
div.DivClassName
{
background-color: #1D301D;
}
.BgClassName
{
background-color: #1D301D;
}
</style>
border-color css
<style>
span { border-color: #1D301D; }
span { border-color: rgb(29,48,29); }
td.TdClassName
{
border-color: #1D301D;
}
.TagClassName
{
border-color: #1D301D;
}
</style>