Shades of Myrtle #1D3C0F
Tints of Myrtle #1D3C0F
RGB
CMYK
RGB Variations
Color information
#1D3C0F (or 0x1D3C0F) is known color: Myrtle. HEX triplet: 1D, 3C and 0F. RGB value is (29,60,15). Sum of RGB (Red+Green+Blue) = 29+60+15=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3C0F is #E2C3F0. Grayscale: #2D2D2D. Windows color (decimal): -14861297 or 998429. OLE color: 998429.
HSL color Cylindrical-coordinate representation of color #1D3C0F: hue angle of 101.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3C0F is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 60 | 15 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.76 |
| HSL | 101.33º | 0.6% | 0.15% | - |
| HSV(B) | 101.33º | 0.75% | 0.24% | - |
| XYZ | 2.21 | 3.53 | 1.02 | - |
| YUV | 45.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 15 | 0.52 | 0 | 0.75 | 0.76 | 101.33 | 0.6 | 0.15 |
| Hex | 1D | 3C | F | 34 | 0 | 4B | 4C | 65 | 3C | F |
| Octal | 35 | 74 | 17 | 64 | 0 | 113 | 114 | 145 | 74 | 17 |
| Binary | 11101 | 111100 | 1111 | 110100 | 0 | 1001011 | 1001100 | 1100101 | 111100 | 1111 |
Color Harmonies of #1D3C0F
Complementary color
Monochromatic Colors of #1D3C0F
Black with #1D3C0F
Text Example
Text Example
White with #1D3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C0F; }
p { color: rgb(29,60,15); }
H1.HeaderClassName
{
color: #1D3C0F;
}
.AnyTagClassName
{
color: #1D3C0F;
}
</style>
background-color css
<style>
a { background-color: #1D3C0F; }
a { background-color: rgb(29,60,15); }
div.DivClassName
{
background-color: #1D3C0F;
}
.BgClassName
{
background-color: #1D3C0F;
}
</style>
border-color css
<style>
span { border-color: #1D3C0F; }
span { border-color: rgb(29,60,15); }
td.TdClassName
{
border-color: #1D3C0F;
}
.TagClassName
{
border-color: #1D3C0F;
}
</style>