Shades of Myrtle #294B24
Tints of Myrtle #294B24
RGB
CMYK
RGB Variations
Color information
#294B24 (or 0x294B24) is known color: Myrtle. HEX triplet: 29, 4B and 24. RGB value is (41,75,36). Sum of RGB (Red+Green+Blue) = 41+75+36=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #294B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B24 is #D6B4DB. Grayscale: #3C3C3C. Windows color (decimal): -14071004 or 2378537. OLE color: 2378537.
HSL color Cylindrical-coordinate representation of color #294B24: hue angle of 112.31º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294B24 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 75 | 36 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.71 |
| HSL | 112.31º | 0.35% | 0.22% | - |
| HSV(B) | 112.31º | 0.52% | 0.29% | - |
| XYZ | 3.75 | 5.63 | 2.56 | - |
| YUV | 60.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 36 | 0.45 | 0 | 0.52 | 0.71 | 112.31 | 0.35 | 0.22 |
| Hex | 29 | 4B | 24 | 2D | 0 | 34 | 47 | 70 | 23 | 16 |
| Octal | 51 | 113 | 44 | 55 | 0 | 64 | 107 | 160 | 43 | 26 |
| Binary | 101001 | 1001011 | 100100 | 101101 | 0 | 110100 | 1000111 | 1110000 | 100011 | 10110 |
Color Harmonies of #294B24
Complementary color
Monochromatic Colors of #294B24
Black with #294B24
Text Example
Text Example
White with #294B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B24; }
p { color: rgb(41,75,36); }
H1.HeaderClassName
{
color: #294B24;
}
.AnyTagClassName
{
color: #294B24;
}
</style>
background-color css
<style>
a { background-color: #294B24; }
a { background-color: rgb(41,75,36); }
div.DivClassName
{
background-color: #294B24;
}
.BgClassName
{
background-color: #294B24;
}
</style>
border-color css
<style>
span { border-color: #294B24; }
span { border-color: rgb(41,75,36); }
td.TdClassName
{
border-color: #294B24;
}
.TagClassName
{
border-color: #294B24;
}
</style>