Shades of Myrtle #1D441E
Tints of Myrtle #1D441E
RGB
CMYK
RGB Variations
Color information
#1D441E (or 0x1D441E) is known color: Myrtle. HEX triplet: 1D, 44 and 1E. RGB value is (29,68,30). Sum of RGB (Red+Green+Blue) = 29+68+30=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #1D441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D441E is #E2BBE1. Grayscale: #343434. Windows color (decimal): -14859234 or 1983517. OLE color: 1983517.
HSL color Cylindrical-coordinate representation of color #1D441E: hue angle of 121.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D441E is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 68 | 30 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.73 |
| HSL | 121.54º | 0.4% | 0.19% | - |
| HSV(B) | 121.54º | 0.57% | 0.27% | - |
| XYZ | 2.81 | 4.49 | 1.95 | - |
| YUV | 52.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 30 | 0.57 | 0 | 0.56 | 0.73 | 121.54 | 0.4 | 0.19 |
| Hex | 1D | 44 | 1E | 39 | 0 | 38 | 49 | 7A | 28 | 13 |
| Octal | 35 | 104 | 36 | 71 | 0 | 70 | 111 | 172 | 50 | 23 |
| Binary | 11101 | 1000100 | 11110 | 111001 | 0 | 111000 | 1001001 | 1111010 | 101000 | 10011 |
Color Harmonies of #1D441E
Complementary color
Monochromatic Colors of #1D441E
Black with #1D441E
Text Example
Text Example
White with #1D441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D441E; }
p { color: rgb(29,68,30); }
H1.HeaderClassName
{
color: #1D441E;
}
.AnyTagClassName
{
color: #1D441E;
}
</style>
background-color css
<style>
a { background-color: #1D441E; }
a { background-color: rgb(29,68,30); }
div.DivClassName
{
background-color: #1D441E;
}
.BgClassName
{
background-color: #1D441E;
}
</style>
border-color css
<style>
span { border-color: #1D441E; }
span { border-color: rgb(29,68,30); }
td.TdClassName
{
border-color: #1D441E;
}
.TagClassName
{
border-color: #1D441E;
}
</style>