Shades of Myrtle #294A13
Tints of Myrtle #294A13
RGB
CMYK
RGB Variations
Color information
#294A13 (or 0x294A13) is known color: Myrtle. HEX triplet: 29, 4A and 13. RGB value is (41,74,19). Sum of RGB (Red+Green+Blue) = 41+74+19=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #294A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294A13 is #D6B5EC. Grayscale: #3A3A3A. Windows color (decimal): -14071277 or 1264169. OLE color: 1264169.
HSL color Cylindrical-coordinate representation of color #294A13: hue angle of 96º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294A13 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 19 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.71 |
| HSL | 96º | 0.59% | 0.18% | - |
| HSV(B) | 96º | 0.74% | 0.29% | - |
| XYZ | 3.48 | 5.42 | 1.48 | - |
| YUV | 57.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 19 | 0.45 | 0 | 0.74 | 0.71 | 96 | 0.59 | 0.18 |
| Hex | 29 | 4A | 13 | 2D | 0 | 4A | 47 | 60 | 3B | 12 |
| Octal | 51 | 112 | 23 | 55 | 0 | 112 | 107 | 140 | 73 | 22 |
| Binary | 101001 | 1001010 | 10011 | 101101 | 0 | 1001010 | 1000111 | 1100000 | 111011 | 10010 |
Color Harmonies of #294A13
Complementary color
Monochromatic Colors of #294A13
Black with #294A13
Text Example
Text Example
White with #294A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A13; }
p { color: rgb(41,74,19); }
H1.HeaderClassName
{
color: #294A13;
}
.AnyTagClassName
{
color: #294A13;
}
</style>
background-color css
<style>
a { background-color: #294A13; }
a { background-color: rgb(41,74,19); }
div.DivClassName
{
background-color: #294A13;
}
.BgClassName
{
background-color: #294A13;
}
</style>
border-color css
<style>
span { border-color: #294A13; }
span { border-color: rgb(41,74,19); }
td.TdClassName
{
border-color: #294A13;
}
.TagClassName
{
border-color: #294A13;
}
</style>