Shades of Myrtle #1D4A1F
Tints of Myrtle #1D4A1F
RGB
CMYK
RGB Variations
Color information
#1D4A1F (or 0x1D4A1F) is known color: Myrtle. HEX triplet: 1D, 4A and 1F. RGB value is (29,74,31). Sum of RGB (Red+Green+Blue) = 29+74+31=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A1F is #E2B5E0. Grayscale: #373737. Windows color (decimal): -14857697 or 2050589. OLE color: 2050589.
HSL color Cylindrical-coordinate representation of color #1D4A1F: hue angle of 122.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A1F is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 74 | 31 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.71 |
| HSL | 122.67º | 0.44% | 0.2% | - |
| HSV(B) | 122.67º | 0.61% | 0.29% | - |
| XYZ | 3.2 | 5.26 | 2.14 | - |
| YUV | 55.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 31 | 0.61 | 0 | 0.58 | 0.71 | 122.67 | 0.44 | 0.2 |
| Hex | 1D | 4A | 1F | 3D | 0 | 3A | 47 | 7B | 2C | 14 |
| Octal | 35 | 112 | 37 | 75 | 0 | 72 | 107 | 173 | 54 | 24 |
| Binary | 11101 | 1001010 | 11111 | 111101 | 0 | 111010 | 1000111 | 1111011 | 101100 | 10100 |
Color Harmonies of #1D4A1F
Complementary color
Monochromatic Colors of #1D4A1F
Black with #1D4A1F
Text Example
Text Example
White with #1D4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A1F; }
p { color: rgb(29,74,31); }
H1.HeaderClassName
{
color: #1D4A1F;
}
.AnyTagClassName
{
color: #1D4A1F;
}
</style>
background-color css
<style>
a { background-color: #1D4A1F; }
a { background-color: rgb(29,74,31); }
div.DivClassName
{
background-color: #1D4A1F;
}
.BgClassName
{
background-color: #1D4A1F;
}
</style>
border-color css
<style>
span { border-color: #1D4A1F; }
span { border-color: rgb(29,74,31); }
td.TdClassName
{
border-color: #1D4A1F;
}
.TagClassName
{
border-color: #1D4A1F;
}
</style>