Shades of Myrtle #1D4B1E
Tints of Myrtle #1D4B1E
RGB
CMYK
RGB Variations
Color information
#1D4B1E (or 0x1D4B1E) is known color: Myrtle. HEX triplet: 1D, 4B and 1E. RGB value is (29,75,30). Sum of RGB (Red+Green+Blue) = 29+75+30=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B1E is #E2B4E1. Grayscale: #383838. Windows color (decimal): -14857442 or 1985309. OLE color: 1985309.
HSL color Cylindrical-coordinate representation of color #1D4B1E: hue angle of 121.3º 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 #1D4B1E is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 30 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.71 |
| HSL | 121.3º | 0.44% | 0.2% | - |
| HSV(B) | 121.3º | 0.61% | 0.29% | - |
| XYZ | 3.26 | 5.39 | 2.1 | - |
| YUV | 56.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 30 | 0.61 | 0 | 0.60 | 0.71 | 121.3 | 0.44 | 0.2 |
| Hex | 1D | 4B | 1E | 3D | 0 | 3C | 47 | 79 | 2C | 14 |
| Octal | 35 | 113 | 36 | 75 | 0 | 74 | 107 | 171 | 54 | 24 |
| Binary | 11101 | 1001011 | 11110 | 111101 | 0 | 111100 | 1000111 | 1111001 | 101100 | 10100 |
Color Harmonies of #1D4B1E
Complementary color
Monochromatic Colors of #1D4B1E
Black with #1D4B1E
Text Example
Text Example
White with #1D4B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B1E; }
p { color: rgb(29,75,30); }
H1.HeaderClassName
{
color: #1D4B1E;
}
.AnyTagClassName
{
color: #1D4B1E;
}
</style>
background-color css
<style>
a { background-color: #1D4B1E; }
a { background-color: rgb(29,75,30); }
div.DivClassName
{
background-color: #1D4B1E;
}
.BgClassName
{
background-color: #1D4B1E;
}
</style>
border-color css
<style>
span { border-color: #1D4B1E; }
span { border-color: rgb(29,75,30); }
td.TdClassName
{
border-color: #1D4B1E;
}
.TagClassName
{
border-color: #1D4B1E;
}
</style>