Shades of Myrtle #1D431E
Tints of Myrtle #1D431E
RGB
CMYK
RGB Variations
Color information
#1D431E (or 0x1D431E) is known color: Myrtle. HEX triplet: 1D, 43 and 1E. RGB value is (29,67,30). Sum of RGB (Red+Green+Blue) = 29+67+30=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #1D431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D431E is #E2BCE1. Grayscale: #333333. Windows color (decimal): -14859490 or 1983261. OLE color: 1983261.
HSL color Cylindrical-coordinate representation of color #1D431E: hue angle of 121.58º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D431E is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 30 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.74 |
| HSL | 121.58º | 0.4% | 0.19% | - |
| HSV(B) | 121.58º | 0.57% | 0.26% | - |
| XYZ | 2.75 | 4.37 | 1.93 | - |
| YUV | 51.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 30 | 0.57 | 0 | 0.55 | 0.74 | 121.58 | 0.4 | 0.19 |
| Hex | 1D | 43 | 1E | 39 | 0 | 37 | 4A | 7A | 28 | 13 |
| Octal | 35 | 103 | 36 | 71 | 0 | 67 | 112 | 172 | 50 | 23 |
| Binary | 11101 | 1000011 | 11110 | 111001 | 0 | 110111 | 1001010 | 1111010 | 101000 | 10011 |
Color Harmonies of #1D431E
Complementary color
Monochromatic Colors of #1D431E
Black with #1D431E
Text Example
Text Example
White with #1D431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D431E; }
p { color: rgb(29,67,30); }
H1.HeaderClassName
{
color: #1D431E;
}
.AnyTagClassName
{
color: #1D431E;
}
</style>
background-color css
<style>
a { background-color: #1D431E; }
a { background-color: rgb(29,67,30); }
div.DivClassName
{
background-color: #1D431E;
}
.BgClassName
{
background-color: #1D431E;
}
</style>
border-color css
<style>
span { border-color: #1D431E; }
span { border-color: rgb(29,67,30); }
td.TdClassName
{
border-color: #1D431E;
}
.TagClassName
{
border-color: #1D431E;
}
</style>