Shades of Myrtle #1D3D1E
Tints of Myrtle #1D3D1E
RGB
CMYK
RGB Variations
Color information
#1D3D1E (or 0x1D3D1E) is known color: Myrtle. HEX triplet: 1D, 3D and 1E. RGB value is (29,61,30). Sum of RGB (Red+Green+Blue) = 29+61+30=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D1E is #E2C2E1. Grayscale: #2F2F2F. Windows color (decimal): -14861026 or 1981725. OLE color: 1981725.
HSL color Cylindrical-coordinate representation of color #1D3D1E: hue angle of 121.88º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D1E is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 30 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.76 |
| HSL | 121.88º | 0.36% | 0.18% | - |
| HSV(B) | 121.88º | 0.52% | 0.24% | - |
| XYZ | 2.41 | 3.69 | 1.81 | - |
| YUV | 47.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 30 | 0.52 | 0 | 0.51 | 0.76 | 121.88 | 0.36 | 0.18 |
| Hex | 1D | 3D | 1E | 34 | 0 | 33 | 4C | 7A | 24 | 12 |
| Octal | 35 | 75 | 36 | 64 | 0 | 63 | 114 | 172 | 44 | 22 |
| Binary | 11101 | 111101 | 11110 | 110100 | 0 | 110011 | 1001100 | 1111010 | 100100 | 10010 |
Color Harmonies of #1D3D1E
Complementary color
Monochromatic Colors of #1D3D1E
Black with #1D3D1E
Text Example
Text Example
White with #1D3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D1E; }
p { color: rgb(29,61,30); }
H1.HeaderClassName
{
color: #1D3D1E;
}
.AnyTagClassName
{
color: #1D3D1E;
}
</style>
background-color css
<style>
a { background-color: #1D3D1E; }
a { background-color: rgb(29,61,30); }
div.DivClassName
{
background-color: #1D3D1E;
}
.BgClassName
{
background-color: #1D3D1E;
}
</style>
border-color css
<style>
span { border-color: #1D3D1E; }
span { border-color: rgb(29,61,30); }
td.TdClassName
{
border-color: #1D3D1E;
}
.TagClassName
{
border-color: #1D3D1E;
}
</style>