Shades of Myrtle #1D3B1D
Tints of Myrtle #1D3B1D
RGB
CMYK
RGB Variations
Color information
#1D3B1D (or 0x1D3B1D) is known color: Myrtle. HEX triplet: 1D, 3B and 1D. RGB value is (29,59,29). Sum of RGB (Red+Green+Blue) = 29+59+29=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B1D is #E2C4E2. Grayscale: #2E2E2E. Windows color (decimal): -14861539 or 1915677. OLE color: 1915677.
HSL color Cylindrical-coordinate representation of color #1D3B1D: hue angle of 120º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D3B1D is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 29 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.77 |
| HSL | 120º | 0.34% | 0.17% | - |
| HSV(B) | 120º | 0.51% | 0.23% | - |
| XYZ | 2.29 | 3.48 | 1.71 | - |
| YUV | 46.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 29 | 0.51 | 0 | 0.51 | 0.77 | 120 | 0.34 | 0.17 |
| Hex | 1D | 3B | 1D | 33 | 0 | 33 | 4D | 78 | 22 | 11 |
| Octal | 35 | 73 | 35 | 63 | 0 | 63 | 115 | 170 | 42 | 21 |
| Binary | 11101 | 111011 | 11101 | 110011 | 0 | 110011 | 1001101 | 1111000 | 100010 | 10001 |
Color Harmonies of #1D3B1D
Complementary color
Monochromatic Colors of #1D3B1D
Black with #1D3B1D
Text Example
Text Example
White with #1D3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B1D; }
p { color: rgb(29,59,29); }
H1.HeaderClassName
{
color: #1D3B1D;
}
.AnyTagClassName
{
color: #1D3B1D;
}
</style>
background-color css
<style>
a { background-color: #1D3B1D; }
a { background-color: rgb(29,59,29); }
div.DivClassName
{
background-color: #1D3B1D;
}
.BgClassName
{
background-color: #1D3B1D;
}
</style>
border-color css
<style>
span { border-color: #1D3B1D; }
span { border-color: rgb(29,59,29); }
td.TdClassName
{
border-color: #1D3B1D;
}
.TagClassName
{
border-color: #1D3B1D;
}
</style>