Shades of Myrtle #1D400D
Tints of Myrtle #1D400D
RGB
CMYK
RGB Variations
Color information
#1D400D (or 0x1D400D) is known color: Myrtle. HEX triplet: 1D, 40 and 0D. RGB value is (29,64,13). Sum of RGB (Red+Green+Blue) = 29+64+13=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #1D400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D400D is #E2BFF2. Grayscale: #2F2F2F. Windows color (decimal): -14860275 or 868381. OLE color: 868381.
HSL color Cylindrical-coordinate representation of color #1D400D: hue angle of 101.18º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D400D is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 64 | 13 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.75 |
| HSL | 101.18º | 0.66% | 0.15% | - |
| HSV(B) | 101.18º | 0.8% | 0.25% | - |
| XYZ | 2.41 | 3.96 | 1.02 | - |
| YUV | 47.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 13 | 0.55 | 0 | 0.80 | 0.75 | 101.18 | 0.66 | 0.15 |
| Hex | 1D | 40 | D | 37 | 0 | 50 | 4B | 65 | 42 | F |
| Octal | 35 | 100 | 15 | 67 | 0 | 120 | 113 | 145 | 102 | 17 |
| Binary | 11101 | 1000000 | 1101 | 110111 | 0 | 1010000 | 1001011 | 1100101 | 1000010 | 1111 |
Color Harmonies of #1D400D
Complementary color
Monochromatic Colors of #1D400D
Black with #1D400D
Text Example
Text Example
White with #1D400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D400D; }
p { color: rgb(29,64,13); }
H1.HeaderClassName
{
color: #1D400D;
}
.AnyTagClassName
{
color: #1D400D;
}
</style>
background-color css
<style>
a { background-color: #1D400D; }
a { background-color: rgb(29,64,13); }
div.DivClassName
{
background-color: #1D400D;
}
.BgClassName
{
background-color: #1D400D;
}
</style>
border-color css
<style>
span { border-color: #1D400D; }
span { border-color: rgb(29,64,13); }
td.TdClassName
{
border-color: #1D400D;
}
.TagClassName
{
border-color: #1D400D;
}
</style>