Shades of Myrtle #294F18
Tints of Myrtle #294F18
RGB
CMYK
RGB Variations
Color information
#294F18 (or 0x294F18) is known color: Myrtle. HEX triplet: 29, 4F and 18. RGB value is (41,79,24). Sum of RGB (Red+Green+Blue) = 41+79+24=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #294F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F18 is #D6B0E7. Grayscale: #3D3D3D. Windows color (decimal): -14069992 or 1593129. OLE color: 1593129.
HSL color Cylindrical-coordinate representation of color #294F18: hue angle of 101.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294F18 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 24 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.69 |
| HSL | 101.45º | 0.53% | 0.2% | - |
| HSV(B) | 101.45º | 0.7% | 0.31% | - |
| XYZ | 3.88 | 6.13 | 1.84 | - |
| YUV | 61.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 24 | 0.48 | 0 | 0.70 | 0.69 | 101.45 | 0.53 | 0.2 |
| Hex | 29 | 4F | 18 | 30 | 0 | 46 | 45 | 65 | 35 | 14 |
| Octal | 51 | 117 | 30 | 60 | 0 | 106 | 105 | 145 | 65 | 24 |
| Binary | 101001 | 1001111 | 11000 | 110000 | 0 | 1000110 | 1000101 | 1100101 | 110101 | 10100 |
Color Harmonies of #294F18
Complementary color
Monochromatic Colors of #294F18
Black with #294F18
Text Example
Text Example
White with #294F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F18; }
p { color: rgb(41,79,24); }
H1.HeaderClassName
{
color: #294F18;
}
.AnyTagClassName
{
color: #294F18;
}
</style>
background-color css
<style>
a { background-color: #294F18; }
a { background-color: rgb(41,79,24); }
div.DivClassName
{
background-color: #294F18;
}
.BgClassName
{
background-color: #294F18;
}
</style>
border-color css
<style>
span { border-color: #294F18; }
span { border-color: rgb(41,79,24); }
td.TdClassName
{
border-color: #294F18;
}
.TagClassName
{
border-color: #294F18;
}
</style>