Shades of Myrtle #1D4922
Tints of Myrtle #1D4922
RGB
CMYK
RGB Variations
Color information
#1D4922 (or 0x1D4922) is known color: Myrtle. HEX triplet: 1D, 49 and 22. RGB value is (29,73,34). Sum of RGB (Red+Green+Blue) = 29+73+34=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #1D4922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4922 is #E2B6DD. Grayscale: #373737. Windows color (decimal): -14857950 or 2246941. OLE color: 2246941.
HSL color Cylindrical-coordinate representation of color #1D4922: hue angle of 126.82º 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 #1D4922 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 34 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.71 |
| HSL | 126.82º | 0.43% | 0.2% | - |
| HSV(B) | 126.82º | 0.6% | 0.29% | - |
| XYZ | 3.18 | 5.14 | 2.34 | - |
| YUV | 55.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 34 | 0.60 | 0 | 0.53 | 0.71 | 126.82 | 0.43 | 0.2 |
| Hex | 1D | 49 | 22 | 3C | 0 | 35 | 47 | 7F | 2B | 14 |
| Octal | 35 | 111 | 42 | 74 | 0 | 65 | 107 | 177 | 53 | 24 |
| Binary | 11101 | 1001001 | 100010 | 111100 | 0 | 110101 | 1000111 | 1111111 | 101011 | 10100 |
Color Harmonies of #1D4922
Complementary color
Monochromatic Colors of #1D4922
Black with #1D4922
Text Example
Text Example
White with #1D4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4922; }
p { color: rgb(29,73,34); }
H1.HeaderClassName
{
color: #1D4922;
}
.AnyTagClassName
{
color: #1D4922;
}
</style>
background-color css
<style>
a { background-color: #1D4922; }
a { background-color: rgb(29,73,34); }
div.DivClassName
{
background-color: #1D4922;
}
.BgClassName
{
background-color: #1D4922;
}
</style>
border-color css
<style>
span { border-color: #1D4922; }
span { border-color: rgb(29,73,34); }
td.TdClassName
{
border-color: #1D4922;
}
.TagClassName
{
border-color: #1D4922;
}
</style>