Shades of Myrtle #294C12
Tints of Myrtle #294C12
RGB
CMYK
RGB Variations
Color information
#294C12 (or 0x294C12) is known color: Myrtle. HEX triplet: 29, 4C and 12. RGB value is (41,76,18). Sum of RGB (Red+Green+Blue) = 41+76+18=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #294C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C12 is #D6B3ED. Grayscale: #3B3B3B. Windows color (decimal): -14070766 or 1199145. OLE color: 1199145.
HSL color Cylindrical-coordinate representation of color #294C12: hue angle of 96.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294C12 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 18 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.70 |
| HSL | 96.21º | 0.62% | 0.18% | - |
| HSV(B) | 96.21º | 0.76% | 0.3% | - |
| XYZ | 3.61 | 5.68 | 1.48 | - |
| YUV | 58.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 18 | 0.46 | 0 | 0.76 | 0.70 | 96.21 | 0.62 | 0.18 |
| Hex | 29 | 4C | 12 | 2E | 0 | 4C | 46 | 60 | 3E | 12 |
| Octal | 51 | 114 | 22 | 56 | 0 | 114 | 106 | 140 | 76 | 22 |
| Binary | 101001 | 1001100 | 10010 | 101110 | 0 | 1001100 | 1000110 | 1100000 | 111110 | 10010 |
Color Harmonies of #294C12
Complementary color
Monochromatic Colors of #294C12
Black with #294C12
Text Example
Text Example
White with #294C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C12; }
p { color: rgb(41,76,18); }
H1.HeaderClassName
{
color: #294C12;
}
.AnyTagClassName
{
color: #294C12;
}
</style>
background-color css
<style>
a { background-color: #294C12; }
a { background-color: rgb(41,76,18); }
div.DivClassName
{
background-color: #294C12;
}
.BgClassName
{
background-color: #294C12;
}
</style>
border-color css
<style>
span { border-color: #294C12; }
span { border-color: rgb(41,76,18); }
td.TdClassName
{
border-color: #294C12;
}
.TagClassName
{
border-color: #294C12;
}
</style>