Shades of Myrtle #294C15
Tints of Myrtle #294C15
RGB
CMYK
RGB Variations
Color information
#294C15 (or 0x294C15) is known color: Myrtle. HEX triplet: 29, 4C and 15. RGB value is (41,76,21). Sum of RGB (Red+Green+Blue) = 41+76+21=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #294C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C15 is #D6B3EA. Grayscale: #3B3B3B. Windows color (decimal): -14070763 or 1395753. OLE color: 1395753.
HSL color Cylindrical-coordinate representation of color #294C15: hue angle of 98.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294C15 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 21 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.70 |
| HSL | 98.18º | 0.57% | 0.19% | - |
| HSV(B) | 98.18º | 0.72% | 0.3% | - |
| XYZ | 3.63 | 5.69 | 1.62 | - |
| YUV | 59.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 21 | 0.46 | 0 | 0.72 | 0.70 | 98.18 | 0.57 | 0.19 |
| Hex | 29 | 4C | 15 | 2E | 0 | 48 | 46 | 62 | 39 | 13 |
| Octal | 51 | 114 | 25 | 56 | 0 | 110 | 106 | 142 | 71 | 23 |
| Binary | 101001 | 1001100 | 10101 | 101110 | 0 | 1001000 | 1000110 | 1100010 | 111001 | 10011 |
Color Harmonies of #294C15
Complementary color
Monochromatic Colors of #294C15
Black with #294C15
Text Example
Text Example
White with #294C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C15; }
p { color: rgb(41,76,21); }
H1.HeaderClassName
{
color: #294C15;
}
.AnyTagClassName
{
color: #294C15;
}
</style>
background-color css
<style>
a { background-color: #294C15; }
a { background-color: rgb(41,76,21); }
div.DivClassName
{
background-color: #294C15;
}
.BgClassName
{
background-color: #294C15;
}
</style>
border-color css
<style>
span { border-color: #294C15; }
span { border-color: rgb(41,76,21); }
td.TdClassName
{
border-color: #294C15;
}
.TagClassName
{
border-color: #294C15;
}
</style>