Shades of Myrtle #1D3C20
Tints of Myrtle #1D3C20
RGB
CMYK
RGB Variations
Color information
#1D3C20 (or 0x1D3C20) is known color: Myrtle. HEX triplet: 1D, 3C and 20. RGB value is (29,60,32). Sum of RGB (Red+Green+Blue) = 29+60+32=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C20 is #E2C3DF. Grayscale: #2F2F2F. Windows color (decimal): -14861280 or 2112541. OLE color: 2112541.
HSL color Cylindrical-coordinate representation of color #1D3C20: hue angle of 125.81º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3C20 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 60 | 32 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.76 |
| HSL | 125.81º | 0.35% | 0.17% | - |
| HSV(B) | 125.81º | 0.52% | 0.24% | - |
| XYZ | 2.38 | 3.6 | 1.94 | - |
| YUV | 47.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 32 | 0.52 | 0 | 0.47 | 0.76 | 125.81 | 0.35 | 0.17 |
| Hex | 1D | 3C | 20 | 34 | 0 | 2F | 4C | 7E | 23 | 11 |
| Octal | 35 | 74 | 40 | 64 | 0 | 57 | 114 | 176 | 43 | 21 |
| Binary | 11101 | 111100 | 100000 | 110100 | 0 | 101111 | 1001100 | 1111110 | 100011 | 10001 |
Color Harmonies of #1D3C20
Complementary color
Monochromatic Colors of #1D3C20
Black with #1D3C20
Text Example
Text Example
White with #1D3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C20; }
p { color: rgb(29,60,32); }
H1.HeaderClassName
{
color: #1D3C20;
}
.AnyTagClassName
{
color: #1D3C20;
}
</style>
background-color css
<style>
a { background-color: #1D3C20; }
a { background-color: rgb(29,60,32); }
div.DivClassName
{
background-color: #1D3C20;
}
.BgClassName
{
background-color: #1D3C20;
}
</style>
border-color css
<style>
span { border-color: #1D3C20; }
span { border-color: rgb(29,60,32); }
td.TdClassName
{
border-color: #1D3C20;
}
.TagClassName
{
border-color: #1D3C20;
}
</style>