Shades of Myrtle #1D420A
Tints of Myrtle #1D420A
RGB
CMYK
RGB Variations
Color information
#1D420A (or 0x1D420A) is known color: Myrtle. HEX triplet: 1D, 42 and 0A. RGB value is (29,66,10). Sum of RGB (Red+Green+Blue) = 29+66+10=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #1D420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D420A is #E2BDF5. Grayscale: #303030. Windows color (decimal): -14859766 or 672285. OLE color: 672285.
HSL color Cylindrical-coordinate representation of color #1D420A: hue angle of 99.64º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D420A is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 10 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.74 |
| HSL | 99.64º | 0.74% | 0.15% | - |
| HSV(B) | 99.64º | 0.85% | 0.26% | - |
| XYZ | 2.51 | 4.18 | 0.96 | - |
| YUV | 48.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 10 | 0.56 | 0 | 0.85 | 0.74 | 99.64 | 0.74 | 0.15 |
| Hex | 1D | 42 | A | 38 | 0 | 55 | 4A | 64 | 4A | F |
| Octal | 35 | 102 | 12 | 70 | 0 | 125 | 112 | 144 | 112 | 17 |
| Binary | 11101 | 1000010 | 1010 | 111000 | 0 | 1010101 | 1001010 | 1100100 | 1001010 | 1111 |
Color Harmonies of #1D420A
Complementary color
Monochromatic Colors of #1D420A
Black with #1D420A
Text Example
Text Example
White with #1D420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D420A; }
p { color: rgb(29,66,10); }
H1.HeaderClassName
{
color: #1D420A;
}
.AnyTagClassName
{
color: #1D420A;
}
</style>
background-color css
<style>
a { background-color: #1D420A; }
a { background-color: rgb(29,66,10); }
div.DivClassName
{
background-color: #1D420A;
}
.BgClassName
{
background-color: #1D420A;
}
</style>
border-color css
<style>
span { border-color: #1D420A; }
span { border-color: rgb(29,66,10); }
td.TdClassName
{
border-color: #1D420A;
}
.TagClassName
{
border-color: #1D420A;
}
</style>