Shades of Myrtle #29441D
Tints of Myrtle #29441D
RGB
CMYK
RGB Variations
Color information
#29441D (or 0x29441D) is known color: Myrtle. HEX triplet: 29, 44 and 1D. RGB value is (41,68,29). Sum of RGB (Red+Green+Blue) = 41+68+29=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #29441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29441D is #D6BBE2. Grayscale: #373737. Windows color (decimal): -14072803 or 1917993. OLE color: 1917993.
HSL color Cylindrical-coordinate representation of color #29441D: hue angle of 101.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29441D is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 68 | 29 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.73 |
| HSL | 101.54º | 0.4% | 0.19% | - |
| HSV(B) | 101.54º | 0.57% | 0.27% | - |
| XYZ | 3.2 | 4.69 | 1.9 | - |
| YUV | 55.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 29 | 0.40 | 0 | 0.57 | 0.73 | 101.54 | 0.4 | 0.19 |
| Hex | 29 | 44 | 1D | 28 | 0 | 39 | 49 | 66 | 28 | 13 |
| Octal | 51 | 104 | 35 | 50 | 0 | 71 | 111 | 146 | 50 | 23 |
| Binary | 101001 | 1000100 | 11101 | 101000 | 0 | 111001 | 1001001 | 1100110 | 101000 | 10011 |
Color Harmonies of #29441D
Complementary color
Monochromatic Colors of #29441D
Black with #29441D
Text Example
Text Example
White with #29441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29441D; }
p { color: rgb(41,68,29); }
H1.HeaderClassName
{
color: #29441D;
}
.AnyTagClassName
{
color: #29441D;
}
</style>
background-color css
<style>
a { background-color: #29441D; }
a { background-color: rgb(41,68,29); }
div.DivClassName
{
background-color: #29441D;
}
.BgClassName
{
background-color: #29441D;
}
</style>
border-color css
<style>
span { border-color: #29441D; }
span { border-color: rgb(41,68,29); }
td.TdClassName
{
border-color: #29441D;
}
.TagClassName
{
border-color: #29441D;
}
</style>