Shades of Myrtle #294F12
Tints of Myrtle #294F12
RGB
CMYK
RGB Variations
Color information
#294F12 (or 0x294F12) is known color: Myrtle. HEX triplet: 29, 4F and 12. RGB value is (41,79,18). Sum of RGB (Red+Green+Blue) = 41+79+18=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #294F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F12 is #D6B0ED. Grayscale: #3C3C3C. Windows color (decimal): -14069998 or 1199913. OLE color: 1199913.
HSL color Cylindrical-coordinate representation of color #294F12: hue angle of 97.38º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294F12 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 18 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.69 |
| HSL | 97.38º | 0.63% | 0.19% | - |
| HSV(B) | 97.38º | 0.77% | 0.31% | - |
| XYZ | 3.82 | 6.11 | 1.55 | - |
| YUV | 60.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 18 | 0.48 | 0 | 0.77 | 0.69 | 97.38 | 0.63 | 0.19 |
| Hex | 29 | 4F | 12 | 30 | 0 | 4D | 45 | 61 | 3F | 13 |
| Octal | 51 | 117 | 22 | 60 | 0 | 115 | 105 | 141 | 77 | 23 |
| Binary | 101001 | 1001111 | 10010 | 110000 | 0 | 1001101 | 1000101 | 1100001 | 111111 | 10011 |
Color Harmonies of #294F12
Complementary color
Monochromatic Colors of #294F12
Black with #294F12
Text Example
Text Example
White with #294F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F12; }
p { color: rgb(41,79,18); }
H1.HeaderClassName
{
color: #294F12;
}
.AnyTagClassName
{
color: #294F12;
}
</style>
background-color css
<style>
a { background-color: #294F12; }
a { background-color: rgb(41,79,18); }
div.DivClassName
{
background-color: #294F12;
}
.BgClassName
{
background-color: #294F12;
}
</style>
border-color css
<style>
span { border-color: #294F12; }
span { border-color: rgb(41,79,18); }
td.TdClassName
{
border-color: #294F12;
}
.TagClassName
{
border-color: #294F12;
}
</style>