Shades of Myrtle #1D581A
Tints of Myrtle #1D581A
RGB
CMYK
RGB Variations
Color information
#1D581A (or 0x1D581A) is known color: Myrtle. HEX triplet: 1D, 58 and 1A. RGB value is (29,88,26). Sum of RGB (Red+Green+Blue) = 29+88+26=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #1D581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D581A is #E2A7E5. Grayscale: #3F3F3F. Windows color (decimal): -14854118 or 1726493. OLE color: 1726493.
HSL color Cylindrical-coordinate representation of color #1D581A: hue angle of 117.1º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D581A is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 26 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.65 |
| HSL | 117.1º | 0.54% | 0.22% | - |
| HSV(B) | 117.1º | 0.7% | 0.35% | - |
| XYZ | 4.18 | 7.32 | 2.17 | - |
| YUV | 63.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 26 | 0.67 | 0 | 0.70 | 0.65 | 117.1 | 0.54 | 0.22 |
| Hex | 1D | 58 | 1A | 43 | 0 | 46 | 41 | 75 | 36 | 16 |
| Octal | 35 | 130 | 32 | 103 | 0 | 106 | 101 | 165 | 66 | 26 |
| Binary | 11101 | 1011000 | 11010 | 1000011 | 0 | 1000110 | 1000001 | 1110101 | 110110 | 10110 |
Color Harmonies of #1D581A
Complementary color
Monochromatic Colors of #1D581A
Black with #1D581A
Text Example
Text Example
White with #1D581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D581A; }
p { color: rgb(29,88,26); }
H1.HeaderClassName
{
color: #1D581A;
}
.AnyTagClassName
{
color: #1D581A;
}
</style>
background-color css
<style>
a { background-color: #1D581A; }
a { background-color: rgb(29,88,26); }
div.DivClassName
{
background-color: #1D581A;
}
.BgClassName
{
background-color: #1D581A;
}
</style>
border-color css
<style>
span { border-color: #1D581A; }
span { border-color: rgb(29,88,26); }
td.TdClassName
{
border-color: #1D581A;
}
.TagClassName
{
border-color: #1D581A;
}
</style>