Shades of Myrtle #1D4212
Tints of Myrtle #1D4212
RGB
CMYK
RGB Variations
Color information
#1D4212 (or 0x1D4212) is known color: Myrtle. HEX triplet: 1D, 42 and 12. RGB value is (29,66,18). Sum of RGB (Red+Green+Blue) = 29+66+18=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4212 is #E2BDED. Grayscale: #313131. Windows color (decimal): -14859758 or 1196573. OLE color: 1196573.
HSL color Cylindrical-coordinate representation of color #1D4212: hue angle of 106.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D4212 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 18 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.74 |
| HSL | 106.25º | 0.57% | 0.16% | - |
| HSV(B) | 106.25º | 0.73% | 0.26% | - |
| XYZ | 2.56 | 4.2 | 1.25 | - |
| YUV | 49.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 18 | 0.56 | 0 | 0.73 | 0.74 | 106.25 | 0.57 | 0.16 |
| Hex | 1D | 42 | 12 | 38 | 0 | 49 | 4A | 6A | 39 | 10 |
| Octal | 35 | 102 | 22 | 70 | 0 | 111 | 112 | 152 | 71 | 20 |
| Binary | 11101 | 1000010 | 10010 | 111000 | 0 | 1001001 | 1001010 | 1101010 | 111001 | 10000 |
Color Harmonies of #1D4212
Complementary color
Monochromatic Colors of #1D4212
Black with #1D4212
Text Example
Text Example
White with #1D4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4212; }
p { color: rgb(29,66,18); }
H1.HeaderClassName
{
color: #1D4212;
}
.AnyTagClassName
{
color: #1D4212;
}
</style>
background-color css
<style>
a { background-color: #1D4212; }
a { background-color: rgb(29,66,18); }
div.DivClassName
{
background-color: #1D4212;
}
.BgClassName
{
background-color: #1D4212;
}
</style>
border-color css
<style>
span { border-color: #1D4212; }
span { border-color: rgb(29,66,18); }
td.TdClassName
{
border-color: #1D4212;
}
.TagClassName
{
border-color: #1D4212;
}
</style>