Shades of Myrtle #29461C
Tints of Myrtle #29461C
RGB
CMYK
RGB Variations
Color information
#29461C (or 0x29461C) is known color: Myrtle. HEX triplet: 29, 46 and 1C. RGB value is (41,70,28). Sum of RGB (Red+Green+Blue) = 41+70+28=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #29461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29461C is #D6B9E3. Grayscale: #383838. Windows color (decimal): -14072292 or 1852969. OLE color: 1852969.
HSL color Cylindrical-coordinate representation of color #29461C: hue angle of 101.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29461C is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 28 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.73 |
| HSL | 101.43º | 0.43% | 0.19% | - |
| HSV(B) | 101.43º | 0.6% | 0.27% | - |
| XYZ | 3.31 | 4.94 | 1.88 | - |
| YUV | 56.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 28 | 0.41 | 0 | 0.60 | 0.73 | 101.43 | 0.43 | 0.19 |
| Hex | 29 | 46 | 1C | 29 | 0 | 3C | 49 | 65 | 2B | 13 |
| Octal | 51 | 106 | 34 | 51 | 0 | 74 | 111 | 145 | 53 | 23 |
| Binary | 101001 | 1000110 | 11100 | 101001 | 0 | 111100 | 1001001 | 1100101 | 101011 | 10011 |
Color Harmonies of #29461C
Complementary color
Monochromatic Colors of #29461C
Black with #29461C
Text Example
Text Example
White with #29461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29461C; }
p { color: rgb(41,70,28); }
H1.HeaderClassName
{
color: #29461C;
}
.AnyTagClassName
{
color: #29461C;
}
</style>
background-color css
<style>
a { background-color: #29461C; }
a { background-color: rgb(41,70,28); }
div.DivClassName
{
background-color: #29461C;
}
.BgClassName
{
background-color: #29461C;
}
</style>
border-color css
<style>
span { border-color: #29461C; }
span { border-color: rgb(41,70,28); }
td.TdClassName
{
border-color: #29461C;
}
.TagClassName
{
border-color: #29461C;
}
</style>