Shades of Myrtle #29451D
Tints of Myrtle #29451D
RGB
CMYK
RGB Variations
Color information
#29451D (or 0x29451D) is known color: Myrtle. HEX triplet: 29, 45 and 1D. RGB value is (41,69,29). Sum of RGB (Red+Green+Blue) = 41+69+29=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #29451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29451D is #D6BAE2. Grayscale: #383838. Windows color (decimal): -14072547 or 1918249. OLE color: 1918249.
HSL color Cylindrical-coordinate representation of color #29451D: hue angle of 102º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29451D is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 29 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.73 |
| HSL | 102º | 0.41% | 0.19% | - |
| HSV(B) | 102º | 0.58% | 0.27% | - |
| XYZ | 3.26 | 4.82 | 1.92 | - |
| YUV | 56.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 29 | 0.41 | 0 | 0.58 | 0.73 | 102 | 0.41 | 0.19 |
| Hex | 29 | 45 | 1D | 29 | 0 | 3A | 49 | 66 | 29 | 13 |
| Octal | 51 | 105 | 35 | 51 | 0 | 72 | 111 | 146 | 51 | 23 |
| Binary | 101001 | 1000101 | 11101 | 101001 | 0 | 111010 | 1001001 | 1100110 | 101001 | 10011 |
Color Harmonies of #29451D
Complementary color
Monochromatic Colors of #29451D
Black with #29451D
Text Example
Text Example
White with #29451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29451D; }
p { color: rgb(41,69,29); }
H1.HeaderClassName
{
color: #29451D;
}
.AnyTagClassName
{
color: #29451D;
}
</style>
background-color css
<style>
a { background-color: #29451D; }
a { background-color: rgb(41,69,29); }
div.DivClassName
{
background-color: #29451D;
}
.BgClassName
{
background-color: #29451D;
}
</style>
border-color css
<style>
span { border-color: #29451D; }
span { border-color: rgb(41,69,29); }
td.TdClassName
{
border-color: #29451D;
}
.TagClassName
{
border-color: #29451D;
}
</style>