Shades of Myrtle #1D520F
Tints of Myrtle #1D520F
RGB
CMYK
RGB Variations
Color information
#1D520F (or 0x1D520F) is known color: Myrtle. HEX triplet: 1D, 52 and 0F. RGB value is (29,82,15). Sum of RGB (Red+Green+Blue) = 29+82+15=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #1D520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D520F is #E2ADF0. Grayscale: #3A3A3A. Windows color (decimal): -14855665 or 1004061. OLE color: 1004061.
HSL color Cylindrical-coordinate representation of color #1D520F: hue angle of 107.46º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D520F is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 15 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.68 |
| HSL | 107.46º | 0.69% | 0.19% | - |
| HSV(B) | 107.46º | 0.82% | 0.32% | - |
| XYZ | 3.61 | 6.33 | 1.48 | - |
| YUV | 58.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 15 | 0.65 | 0 | 0.82 | 0.68 | 107.46 | 0.69 | 0.19 |
| Hex | 1D | 52 | F | 41 | 0 | 52 | 44 | 6B | 45 | 13 |
| Octal | 35 | 122 | 17 | 101 | 0 | 122 | 104 | 153 | 105 | 23 |
| Binary | 11101 | 1010010 | 1111 | 1000001 | 0 | 1010010 | 1000100 | 1101011 | 1000101 | 10011 |
Color Harmonies of #1D520F
Complementary color
Monochromatic Colors of #1D520F
Black with #1D520F
Text Example
Text Example
White with #1D520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D520F; }
p { color: rgb(29,82,15); }
H1.HeaderClassName
{
color: #1D520F;
}
.AnyTagClassName
{
color: #1D520F;
}
</style>
background-color css
<style>
a { background-color: #1D520F; }
a { background-color: rgb(29,82,15); }
div.DivClassName
{
background-color: #1D520F;
}
.BgClassName
{
background-color: #1D520F;
}
</style>
border-color css
<style>
span { border-color: #1D520F; }
span { border-color: rgb(29,82,15); }
td.TdClassName
{
border-color: #1D520F;
}
.TagClassName
{
border-color: #1D520F;
}
</style>