Shades of Myrtle #1D6810
Tints of Myrtle #1D6810
RGB
CMYK
RGB Variations
Color information
#1D6810 (or 0x1D6810) is known color: Myrtle. HEX triplet: 1D, 68 and 10. RGB value is (29,104,16). Sum of RGB (Red+Green+Blue) = 29+104+16=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #1D6810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6810 is #E297EF. Grayscale: #474747. Windows color (decimal): -14850032 or 1075229. OLE color: 1075229.
HSL color Cylindrical-coordinate representation of color #1D6810: hue angle of 111.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D6810 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 104 | 16 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.59 |
| HSL | 111.14º | 0.73% | 0.24% | - |
| HSV(B) | 111.14º | 0.85% | 0.41% | - |
| XYZ | 5.55 | 10.2 | 2.17 | - |
| YUV | 71.54 | 96.65 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 16 | 0.72 | 0 | 0.85 | 0.59 | 111.14 | 0.73 | 0.24 |
| Hex | 1D | 68 | 10 | 48 | 0 | 55 | 3B | 6F | 49 | 18 |
| Octal | 35 | 150 | 20 | 110 | 0 | 125 | 73 | 157 | 111 | 30 |
| Binary | 11101 | 1101000 | 10000 | 1001000 | 0 | 1010101 | 111011 | 1101111 | 1001001 | 11000 |
Color Harmonies of #1D6810
Complementary color
Monochromatic Colors of #1D6810
Black with #1D6810
Text Example
Text Example
White with #1D6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6810; }
p { color: rgb(29,104,16); }
H1.HeaderClassName
{
color: #1D6810;
}
.AnyTagClassName
{
color: #1D6810;
}
</style>
background-color css
<style>
a { background-color: #1D6810; }
a { background-color: rgb(29,104,16); }
div.DivClassName
{
background-color: #1D6810;
}
.BgClassName
{
background-color: #1D6810;
}
</style>
border-color css
<style>
span { border-color: #1D6810; }
span { border-color: rgb(29,104,16); }
td.TdClassName
{
border-color: #1D6810;
}
.TagClassName
{
border-color: #1D6810;
}
</style>