Shades of Myrtle #29471F
Tints of Myrtle #29471F
RGB
CMYK
RGB Variations
Color information
#29471F (or 0x29471F) is known color: Myrtle. HEX triplet: 29, 47 and 1F. RGB value is (41,71,31). Sum of RGB (Red+Green+Blue) = 41+71+31=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #29471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29471F is #D6B8E0. Grayscale: #393939. Windows color (decimal): -14072033 or 2049833. OLE color: 2049833.
HSL color Cylindrical-coordinate representation of color #29471F: hue angle of 105º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29471F is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 31 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.72 |
| HSL | 105º | 0.39% | 0.2% | - |
| HSV(B) | 105º | 0.56% | 0.28% | - |
| XYZ | 3.42 | 5.08 | 2.1 | - |
| YUV | 57.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 31 | 0.42 | 0 | 0.56 | 0.72 | 105 | 0.39 | 0.2 |
| Hex | 29 | 47 | 1F | 2A | 0 | 38 | 48 | 69 | 27 | 14 |
| Octal | 51 | 107 | 37 | 52 | 0 | 70 | 110 | 151 | 47 | 24 |
| Binary | 101001 | 1000111 | 11111 | 101010 | 0 | 111000 | 1001000 | 1101001 | 100111 | 10100 |
Color Harmonies of #29471F
Complementary color
Monochromatic Colors of #29471F
Black with #29471F
Text Example
Text Example
White with #29471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29471F; }
p { color: rgb(41,71,31); }
H1.HeaderClassName
{
color: #29471F;
}
.AnyTagClassName
{
color: #29471F;
}
</style>
background-color css
<style>
a { background-color: #29471F; }
a { background-color: rgb(41,71,31); }
div.DivClassName
{
background-color: #29471F;
}
.BgClassName
{
background-color: #29471F;
}
</style>
border-color css
<style>
span { border-color: #29471F; }
span { border-color: rgb(41,71,31); }
td.TdClassName
{
border-color: #29471F;
}
.TagClassName
{
border-color: #29471F;
}
</style>