Shades of Myrtle #1D431B
Tints of Myrtle #1D431B
RGB
CMYK
RGB Variations
Color information
#1D431B (or 0x1D431B) is known color: Myrtle. HEX triplet: 1D, 43 and 1B. RGB value is (29,67,27). Sum of RGB (Red+Green+Blue) = 29+67+27=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #1D431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D431B is #E2BCE4. Grayscale: #333333. Windows color (decimal): -14859493 or 1786653. OLE color: 1786653.
HSL color Cylindrical-coordinate representation of color #1D431B: hue angle of 117º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D431B is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 27 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.74 |
| HSL | 117º | 0.43% | 0.18% | - |
| HSV(B) | 117º | 0.6% | 0.26% | - |
| XYZ | 2.71 | 4.35 | 1.73 | - |
| YUV | 51.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 27 | 0.57 | 0 | 0.60 | 0.74 | 117 | 0.43 | 0.18 |
| Hex | 1D | 43 | 1B | 39 | 0 | 3C | 4A | 75 | 2B | 12 |
| Octal | 35 | 103 | 33 | 71 | 0 | 74 | 112 | 165 | 53 | 22 |
| Binary | 11101 | 1000011 | 11011 | 111001 | 0 | 111100 | 1001010 | 1110101 | 101011 | 10010 |
Color Harmonies of #1D431B
Complementary color
Monochromatic Colors of #1D431B
Black with #1D431B
Text Example
Text Example
White with #1D431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D431B; }
p { color: rgb(29,67,27); }
H1.HeaderClassName
{
color: #1D431B;
}
.AnyTagClassName
{
color: #1D431B;
}
</style>
background-color css
<style>
a { background-color: #1D431B; }
a { background-color: rgb(29,67,27); }
div.DivClassName
{
background-color: #1D431B;
}
.BgClassName
{
background-color: #1D431B;
}
</style>
border-color css
<style>
span { border-color: #1D431B; }
span { border-color: rgb(29,67,27); }
td.TdClassName
{
border-color: #1D431B;
}
.TagClassName
{
border-color: #1D431B;
}
</style>