Shades of Myrtle #1D301C
Tints of Myrtle #1D301C
RGB
CMYK
RGB Variations
Color information
#1D301C (or 0x1D301C) is known color: Myrtle. HEX triplet: 1D, 30 and 1C. RGB value is (29,48,28). Sum of RGB (Red+Green+Blue) = 29+48+28=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #1D301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D301C is #E2CFE3. Grayscale: #282828. Windows color (decimal): -14864356 or 1847325. OLE color: 1847325.
HSL color Cylindrical-coordinate representation of color #1D301C: hue angle of 117º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D301C is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 28 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.81 |
| HSL | 117º | 0.26% | 0.15% | - |
| HSV(B) | 117º | 0.42% | 0.19% | - |
| XYZ | 1.77 | 2.46 | 1.48 | - |
| YUV | 40.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 28 | 0.40 | 0 | 0.42 | 0.81 | 117 | 0.26 | 0.15 |
| Hex | 1D | 30 | 1C | 28 | 0 | 2A | 51 | 75 | 1A | F |
| Octal | 35 | 60 | 34 | 50 | 0 | 52 | 121 | 165 | 32 | 17 |
| Binary | 11101 | 110000 | 11100 | 101000 | 0 | 101010 | 1010001 | 1110101 | 11010 | 1111 |
Color Harmonies of #1D301C
Complementary color
Monochromatic Colors of #1D301C
Black with #1D301C
Text Example
Text Example
White with #1D301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D301C; }
p { color: rgb(29,48,28); }
H1.HeaderClassName
{
color: #1D301C;
}
.AnyTagClassName
{
color: #1D301C;
}
</style>
background-color css
<style>
a { background-color: #1D301C; }
a { background-color: rgb(29,48,28); }
div.DivClassName
{
background-color: #1D301C;
}
.BgClassName
{
background-color: #1D301C;
}
</style>
border-color css
<style>
span { border-color: #1D301C; }
span { border-color: rgb(29,48,28); }
td.TdClassName
{
border-color: #1D301C;
}
.TagClassName
{
border-color: #1D301C;
}
</style>