Shades of Myrtle #1D4921
Tints of Myrtle #1D4921
RGB
CMYK
RGB Variations
Color information
#1D4921 (or 0x1D4921) is known color: Myrtle. HEX triplet: 1D, 49 and 21. RGB value is (29,73,33). Sum of RGB (Red+Green+Blue) = 29+73+33=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #1D4921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4921 is #E2B6DE. Grayscale: #373737. Windows color (decimal): -14857951 or 2181405. OLE color: 2181405.
HSL color Cylindrical-coordinate representation of color #1D4921: hue angle of 125.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4921 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 33 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.71 |
| HSL | 125.45º | 0.43% | 0.2% | - |
| HSV(B) | 125.45º | 0.6% | 0.29% | - |
| XYZ | 3.16 | 5.14 | 2.26 | - |
| YUV | 55.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 33 | 0.60 | 0 | 0.55 | 0.71 | 125.45 | 0.43 | 0.2 |
| Hex | 1D | 49 | 21 | 3C | 0 | 37 | 47 | 7D | 2B | 14 |
| Octal | 35 | 111 | 41 | 74 | 0 | 67 | 107 | 175 | 53 | 24 |
| Binary | 11101 | 1001001 | 100001 | 111100 | 0 | 110111 | 1000111 | 1111101 | 101011 | 10100 |
Color Harmonies of #1D4921
Complementary color
Monochromatic Colors of #1D4921
Black with #1D4921
Text Example
Text Example
White with #1D4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4921; }
p { color: rgb(29,73,33); }
H1.HeaderClassName
{
color: #1D4921;
}
.AnyTagClassName
{
color: #1D4921;
}
</style>
background-color css
<style>
a { background-color: #1D4921; }
a { background-color: rgb(29,73,33); }
div.DivClassName
{
background-color: #1D4921;
}
.BgClassName
{
background-color: #1D4921;
}
</style>
border-color css
<style>
span { border-color: #1D4921; }
span { border-color: rgb(29,73,33); }
td.TdClassName
{
border-color: #1D4921;
}
.TagClassName
{
border-color: #1D4921;
}
</style>