Shades of Myrtle #1D470A
Tints of Myrtle #1D470A
RGB
CMYK
RGB Variations
Color information
#1D470A (or 0x1D470A) is known color: Myrtle. HEX triplet: 1D, 47 and 0A. RGB value is (29,71,10). Sum of RGB (Red+Green+Blue) = 29+71+10=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #1D470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D470A is #E2B8F5. Grayscale: #333333. Windows color (decimal): -14858486 or 673565. OLE color: 673565.
HSL color Cylindrical-coordinate representation of color #1D470A: hue angle of 101.31º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D470A is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 10 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.72 |
| HSL | 101.31º | 0.75% | 0.16% | - |
| HSV(B) | 101.31º | 0.86% | 0.28% | - |
| XYZ | 2.81 | 4.79 | 1.06 | - |
| YUV | 51.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 10 | 0.59 | 0 | 0.86 | 0.72 | 101.31 | 0.75 | 0.16 |
| Hex | 1D | 47 | A | 3B | 0 | 56 | 48 | 65 | 4B | 10 |
| Octal | 35 | 107 | 12 | 73 | 0 | 126 | 110 | 145 | 113 | 20 |
| Binary | 11101 | 1000111 | 1010 | 111011 | 0 | 1010110 | 1001000 | 1100101 | 1001011 | 10000 |
Color Harmonies of #1D470A
Complementary color
Monochromatic Colors of #1D470A
Black with #1D470A
Text Example
Text Example
White with #1D470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D470A; }
p { color: rgb(29,71,10); }
H1.HeaderClassName
{
color: #1D470A;
}
.AnyTagClassName
{
color: #1D470A;
}
</style>
background-color css
<style>
a { background-color: #1D470A; }
a { background-color: rgb(29,71,10); }
div.DivClassName
{
background-color: #1D470A;
}
.BgClassName
{
background-color: #1D470A;
}
</style>
border-color css
<style>
span { border-color: #1D470A; }
span { border-color: rgb(29,71,10); }
td.TdClassName
{
border-color: #1D470A;
}
.TagClassName
{
border-color: #1D470A;
}
</style>