Shades of Myrtle #1D480D
Tints of Myrtle #1D480D
RGB
CMYK
RGB Variations
Color information
#1D480D (or 0x1D480D) is known color: Myrtle. HEX triplet: 1D, 48 and 0D. RGB value is (29,72,13). Sum of RGB (Red+Green+Blue) = 29+72+13=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #1D480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D480D is #E2B7F2. Grayscale: #343434. Windows color (decimal): -14858227 or 870429. OLE color: 870429.
HSL color Cylindrical-coordinate representation of color #1D480D: hue angle of 103.73º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D480D is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 13 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.72 |
| HSL | 103.73º | 0.69% | 0.17% | - |
| HSV(B) | 103.73º | 0.82% | 0.28% | - |
| XYZ | 2.9 | 4.92 | 1.18 | - |
| YUV | 52.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 13 | 0.60 | 0 | 0.82 | 0.72 | 103.73 | 0.69 | 0.17 |
| Hex | 1D | 48 | D | 3C | 0 | 52 | 48 | 68 | 45 | 11 |
| Octal | 35 | 110 | 15 | 74 | 0 | 122 | 110 | 150 | 105 | 21 |
| Binary | 11101 | 1001000 | 1101 | 111100 | 0 | 1010010 | 1001000 | 1101000 | 1000101 | 10001 |
Color Harmonies of #1D480D
Complementary color
Monochromatic Colors of #1D480D
Black with #1D480D
Text Example
Text Example
White with #1D480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D480D; }
p { color: rgb(29,72,13); }
H1.HeaderClassName
{
color: #1D480D;
}
.AnyTagClassName
{
color: #1D480D;
}
</style>
background-color css
<style>
a { background-color: #1D480D; }
a { background-color: rgb(29,72,13); }
div.DivClassName
{
background-color: #1D480D;
}
.BgClassName
{
background-color: #1D480D;
}
</style>
border-color css
<style>
span { border-color: #1D480D; }
span { border-color: rgb(29,72,13); }
td.TdClassName
{
border-color: #1D480D;
}
.TagClassName
{
border-color: #1D480D;
}
</style>