Shades of Myrtle #29401F
Tints of Myrtle #29401F
RGB
CMYK
RGB Variations
Color information
#29401F (or 0x29401F) is known color: Myrtle. HEX triplet: 29, 40 and 1F. RGB value is (41,64,31). Sum of RGB (Red+Green+Blue) = 41+64+31=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #29401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29401F is #D6BFE0. Grayscale: #353535. Windows color (decimal): -14073825 or 2048041. OLE color: 2048041.
HSL color Cylindrical-coordinate representation of color #29401F: hue angle of 101.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29401F is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 64 | 31 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.75 |
| HSL | 101.82º | 0.35% | 0.19% | - |
| HSV(B) | 101.82º | 0.52% | 0.25% | - |
| XYZ | 3 | 4.24 | 1.96 | - |
| YUV | 53.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 31 | 0.36 | 0 | 0.52 | 0.75 | 101.82 | 0.35 | 0.19 |
| Hex | 29 | 40 | 1F | 24 | 0 | 34 | 4B | 66 | 23 | 13 |
| Octal | 51 | 100 | 37 | 44 | 0 | 64 | 113 | 146 | 43 | 23 |
| Binary | 101001 | 1000000 | 11111 | 100100 | 0 | 110100 | 1001011 | 1100110 | 100011 | 10011 |
Color Harmonies of #29401F
Complementary color
Monochromatic Colors of #29401F
Black with #29401F
Text Example
Text Example
White with #29401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29401F; }
p { color: rgb(41,64,31); }
H1.HeaderClassName
{
color: #29401F;
}
.AnyTagClassName
{
color: #29401F;
}
</style>
background-color css
<style>
a { background-color: #29401F; }
a { background-color: rgb(41,64,31); }
div.DivClassName
{
background-color: #29401F;
}
.BgClassName
{
background-color: #29401F;
}
</style>
border-color css
<style>
span { border-color: #29401F; }
span { border-color: rgb(41,64,31); }
td.TdClassName
{
border-color: #29401F;
}
.TagClassName
{
border-color: #29401F;
}
</style>