Shades of Myrtle #1D420D
Tints of Myrtle #1D420D
RGB
CMYK
RGB Variations
Color information
#1D420D (or 0x1D420D) is known color: Myrtle. HEX triplet: 1D, 42 and 0D. RGB value is (29,66,13). Sum of RGB (Red+Green+Blue) = 29+66+13=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #1D420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D420D is #E2BDF2. Grayscale: #313131. Windows color (decimal): -14859763 or 868893. OLE color: 868893.
HSL color Cylindrical-coordinate representation of color #1D420D: hue angle of 101.89º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D420D is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 13 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.74 |
| HSL | 101.89º | 0.67% | 0.15% | - |
| HSV(B) | 101.89º | 0.8% | 0.26% | - |
| XYZ | 2.53 | 4.19 | 1.06 | - |
| YUV | 48.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 13 | 0.56 | 0 | 0.80 | 0.74 | 101.89 | 0.67 | 0.15 |
| Hex | 1D | 42 | D | 38 | 0 | 50 | 4A | 66 | 43 | F |
| Octal | 35 | 102 | 15 | 70 | 0 | 120 | 112 | 146 | 103 | 17 |
| Binary | 11101 | 1000010 | 1101 | 111000 | 0 | 1010000 | 1001010 | 1100110 | 1000011 | 1111 |
Color Harmonies of #1D420D
Complementary color
Monochromatic Colors of #1D420D
Black with #1D420D
Text Example
Text Example
White with #1D420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D420D; }
p { color: rgb(29,66,13); }
H1.HeaderClassName
{
color: #1D420D;
}
.AnyTagClassName
{
color: #1D420D;
}
</style>
background-color css
<style>
a { background-color: #1D420D; }
a { background-color: rgb(29,66,13); }
div.DivClassName
{
background-color: #1D420D;
}
.BgClassName
{
background-color: #1D420D;
}
</style>
border-color css
<style>
span { border-color: #1D420D; }
span { border-color: rgb(29,66,13); }
td.TdClassName
{
border-color: #1D420D;
}
.TagClassName
{
border-color: #1D420D;
}
</style>