Shades of Myrtle #1D5017
Tints of Myrtle #1D5017
RGB
CMYK
RGB Variations
Color information
#1D5017 (or 0x1D5017) is known color: Myrtle. HEX triplet: 1D, 50 and 17. RGB value is (29,80,23). Sum of RGB (Red+Green+Blue) = 29+80+23=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5017 is #E2AFE8. Grayscale: #3A3A3A. Windows color (decimal): -14856169 or 1527837. OLE color: 1527837.
HSL color Cylindrical-coordinate representation of color #1D5017: hue angle of 113.68º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5017 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 23 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.69 |
| HSL | 113.68º | 0.55% | 0.2% | - |
| HSV(B) | 113.68º | 0.71% | 0.31% | - |
| XYZ | 3.53 | 6.06 | 1.79 | - |
| YUV | 58.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 23 | 0.64 | 0 | 0.71 | 0.69 | 113.68 | 0.55 | 0.2 |
| Hex | 1D | 50 | 17 | 40 | 0 | 47 | 45 | 72 | 37 | 14 |
| Octal | 35 | 120 | 27 | 100 | 0 | 107 | 105 | 162 | 67 | 24 |
| Binary | 11101 | 1010000 | 10111 | 1000000 | 0 | 1000111 | 1000101 | 1110010 | 110111 | 10100 |
Color Harmonies of #1D5017
Complementary color
Monochromatic Colors of #1D5017
Black with #1D5017
Text Example
Text Example
White with #1D5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5017; }
p { color: rgb(29,80,23); }
H1.HeaderClassName
{
color: #1D5017;
}
.AnyTagClassName
{
color: #1D5017;
}
</style>
background-color css
<style>
a { background-color: #1D5017; }
a { background-color: rgb(29,80,23); }
div.DivClassName
{
background-color: #1D5017;
}
.BgClassName
{
background-color: #1D5017;
}
</style>
border-color css
<style>
span { border-color: #1D5017; }
span { border-color: rgb(29,80,23); }
td.TdClassName
{
border-color: #1D5017;
}
.TagClassName
{
border-color: #1D5017;
}
</style>