Shades of Myrtle #1D3F1E
Tints of Myrtle #1D3F1E
RGB
CMYK
RGB Variations
Color information
#1D3F1E (or 0x1D3F1E) is known color: Myrtle. HEX triplet: 1D, 3F and 1E. RGB value is (29,63,30). Sum of RGB (Red+Green+Blue) = 29+63+30=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F1E is #E2C0E1. Grayscale: #313131. Windows color (decimal): -14860514 or 1982237. OLE color: 1982237.
HSL color Cylindrical-coordinate representation of color #1D3F1E: hue angle of 121.76º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F1E is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 30 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.75 |
| HSL | 121.76º | 0.37% | 0.18% | - |
| HSV(B) | 121.76º | 0.54% | 0.25% | - |
| XYZ | 2.52 | 3.91 | 1.85 | - |
| YUV | 49.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 30 | 0.54 | 0 | 0.52 | 0.75 | 121.76 | 0.37 | 0.18 |
| Hex | 1D | 3F | 1E | 36 | 0 | 34 | 4B | 7A | 25 | 12 |
| Octal | 35 | 77 | 36 | 66 | 0 | 64 | 113 | 172 | 45 | 22 |
| Binary | 11101 | 111111 | 11110 | 110110 | 0 | 110100 | 1001011 | 1111010 | 100101 | 10010 |
Color Harmonies of #1D3F1E
Complementary color
Monochromatic Colors of #1D3F1E
Black with #1D3F1E
Text Example
Text Example
White with #1D3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F1E; }
p { color: rgb(29,63,30); }
H1.HeaderClassName
{
color: #1D3F1E;
}
.AnyTagClassName
{
color: #1D3F1E;
}
</style>
background-color css
<style>
a { background-color: #1D3F1E; }
a { background-color: rgb(29,63,30); }
div.DivClassName
{
background-color: #1D3F1E;
}
.BgClassName
{
background-color: #1D3F1E;
}
</style>
border-color css
<style>
span { border-color: #1D3F1E; }
span { border-color: rgb(29,63,30); }
td.TdClassName
{
border-color: #1D3F1E;
}
.TagClassName
{
border-color: #1D3F1E;
}
</style>