Shades of Myrtle #1D501E
Tints of Myrtle #1D501E
RGB
CMYK
RGB Variations
Color information
#1D501E (or 0x1D501E) is known color: Myrtle. HEX triplet: 1D, 50 and 1E. RGB value is (29,80,30). Sum of RGB (Red+Green+Blue) = 29+80+30=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #1D501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D501E is #E2AFE1. Grayscale: #3B3B3B. Windows color (decimal): -14856162 or 1986589. OLE color: 1986589.
HSL color Cylindrical-coordinate representation of color #1D501E: hue angle of 121.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D501E is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 30 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.69 |
| HSL | 121.18º | 0.47% | 0.21% | - |
| HSV(B) | 121.18º | 0.64% | 0.31% | - |
| XYZ | 3.61 | 6.09 | 2.21 | - |
| YUV | 59.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 30 | 0.64 | 0 | 0.62 | 0.69 | 121.18 | 0.47 | 0.21 |
| Hex | 1D | 50 | 1E | 40 | 0 | 3E | 45 | 79 | 2F | 15 |
| Octal | 35 | 120 | 36 | 100 | 0 | 76 | 105 | 171 | 57 | 25 |
| Binary | 11101 | 1010000 | 11110 | 1000000 | 0 | 111110 | 1000101 | 1111001 | 101111 | 10101 |
Color Harmonies of #1D501E
Complementary color
Monochromatic Colors of #1D501E
Black with #1D501E
Text Example
Text Example
White with #1D501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D501E; }
p { color: rgb(29,80,30); }
H1.HeaderClassName
{
color: #1D501E;
}
.AnyTagClassName
{
color: #1D501E;
}
</style>
background-color css
<style>
a { background-color: #1D501E; }
a { background-color: rgb(29,80,30); }
div.DivClassName
{
background-color: #1D501E;
}
.BgClassName
{
background-color: #1D501E;
}
</style>
border-color css
<style>
span { border-color: #1D501E; }
span { border-color: rgb(29,80,30); }
td.TdClassName
{
border-color: #1D501E;
}
.TagClassName
{
border-color: #1D501E;
}
</style>