Shades of Myrtle #1D490F
Tints of Myrtle #1D490F
RGB
CMYK
RGB Variations
Color information
#1D490F (or 0x1D490F) is known color: Myrtle. HEX triplet: 1D, 49 and 0F. RGB value is (29,73,15). Sum of RGB (Red+Green+Blue) = 29+73+15=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #1D490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D490F is #E2B6F0. Grayscale: #353535. Windows color (decimal): -14857969 or 1001757. OLE color: 1001757.
HSL color Cylindrical-coordinate representation of color #1D490F: hue angle of 105.52º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D490F is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 15 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.71 |
| HSL | 105.52º | 0.66% | 0.17% | - |
| HSV(B) | 105.52º | 0.79% | 0.29% | - |
| XYZ | 2.98 | 5.06 | 1.27 | - |
| YUV | 53.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 15 | 0.60 | 0 | 0.79 | 0.71 | 105.52 | 0.66 | 0.17 |
| Hex | 1D | 49 | F | 3C | 0 | 4F | 47 | 6A | 42 | 11 |
| Octal | 35 | 111 | 17 | 74 | 0 | 117 | 107 | 152 | 102 | 21 |
| Binary | 11101 | 1001001 | 1111 | 111100 | 0 | 1001111 | 1000111 | 1101010 | 1000010 | 10001 |
Color Harmonies of #1D490F
Complementary color
Monochromatic Colors of #1D490F
Black with #1D490F
Text Example
Text Example
White with #1D490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D490F; }
p { color: rgb(29,73,15); }
H1.HeaderClassName
{
color: #1D490F;
}
.AnyTagClassName
{
color: #1D490F;
}
</style>
background-color css
<style>
a { background-color: #1D490F; }
a { background-color: rgb(29,73,15); }
div.DivClassName
{
background-color: #1D490F;
}
.BgClassName
{
background-color: #1D490F;
}
</style>
border-color css
<style>
span { border-color: #1D490F; }
span { border-color: rgb(29,73,15); }
td.TdClassName
{
border-color: #1D490F;
}
.TagClassName
{
border-color: #1D490F;
}
</style>