Shades of Myrtle #294529
Tints of Myrtle #294529
RGB
CMYK
RGB Variations
Color information
#294529 (or 0x294529) is known color: Myrtle. HEX triplet: 29, 45 and 29. RGB value is (41,69,41). Sum of RGB (Red+Green+Blue) = 41+69+41=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #294529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294529 is #D6BAD6. Grayscale: #393939. Windows color (decimal): -14072535 or 2704681. OLE color: 2704681.
HSL color Cylindrical-coordinate representation of color #294529: hue angle of 120º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294529 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 41 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.73 |
| HSL | 120º | 0.25% | 0.22% | - |
| HSV(B) | 120º | 0.41% | 0.27% | - |
| XYZ | 3.44 | 4.89 | 2.86 | - |
| YUV | 57.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 41 | 0.41 | 0 | 0.41 | 0.73 | 120 | 0.25 | 0.22 |
| Hex | 29 | 45 | 29 | 29 | 0 | 29 | 49 | 78 | 19 | 16 |
| Octal | 51 | 105 | 51 | 51 | 0 | 51 | 111 | 170 | 31 | 26 |
| Binary | 101001 | 1000101 | 101001 | 101001 | 0 | 101001 | 1001001 | 1111000 | 11001 | 10110 |
Color Harmonies of #294529
Complementary color
Monochromatic Colors of #294529
Black with #294529
Text Example
Text Example
White with #294529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294529; }
p { color: rgb(41,69,41); }
H1.HeaderClassName
{
color: #294529;
}
.AnyTagClassName
{
color: #294529;
}
</style>
background-color css
<style>
a { background-color: #294529; }
a { background-color: rgb(41,69,41); }
div.DivClassName
{
background-color: #294529;
}
.BgClassName
{
background-color: #294529;
}
</style>
border-color css
<style>
span { border-color: #294529; }
span { border-color: rgb(41,69,41); }
td.TdClassName
{
border-color: #294529;
}
.TagClassName
{
border-color: #294529;
}
</style>