Shades of Myrtle #1D6211
Tints of Myrtle #1D6211
RGB
CMYK
RGB Variations
Color information
#1D6211 (or 0x1D6211) is known color: Myrtle. HEX triplet: 1D, 62 and 11. RGB value is (29,98,17). Sum of RGB (Red+Green+Blue) = 29+98+17=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #1D6211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6211 is #E29DEE. Grayscale: #444444. Windows color (decimal): -14851567 or 1139229. OLE color: 1139229.
HSL color Cylindrical-coordinate representation of color #1D6211: hue angle of 111.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D6211 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 98 | 17 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.62 |
| HSL | 111.11º | 0.7% | 0.23% | - |
| HSV(B) | 111.11º | 0.83% | 0.38% | - |
| XYZ | 4.98 | 9.04 | 2.01 | - |
| YUV | 68.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 98 | 17 | 0.70 | 0 | 0.83 | 0.62 | 111.11 | 0.7 | 0.23 |
| Hex | 1D | 62 | 11 | 46 | 0 | 53 | 3E | 6F | 46 | 17 |
| Octal | 35 | 142 | 21 | 106 | 0 | 123 | 76 | 157 | 106 | 27 |
| Binary | 11101 | 1100010 | 10001 | 1000110 | 0 | 1010011 | 111110 | 1101111 | 1000110 | 10111 |
Color Harmonies of #1D6211
Complementary color
Monochromatic Colors of #1D6211
Black with #1D6211
Text Example
Text Example
White with #1D6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6211; }
p { color: rgb(29,98,17); }
H1.HeaderClassName
{
color: #1D6211;
}
.AnyTagClassName
{
color: #1D6211;
}
</style>
background-color css
<style>
a { background-color: #1D6211; }
a { background-color: rgb(29,98,17); }
div.DivClassName
{
background-color: #1D6211;
}
.BgClassName
{
background-color: #1D6211;
}
</style>
border-color css
<style>
span { border-color: #1D6211; }
span { border-color: rgb(29,98,17); }
td.TdClassName
{
border-color: #1D6211;
}
.TagClassName
{
border-color: #1D6211;
}
</style>