Shades of Myrtle #294A15
Tints of Myrtle #294A15
RGB
CMYK
RGB Variations
Color information
#294A15 (or 0x294A15) is known color: Myrtle. HEX triplet: 29, 4A and 15. RGB value is (41,74,21). Sum of RGB (Red+Green+Blue) = 41+74+21=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #294A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294A15 is #D6B5EA. Grayscale: #3A3A3A. Windows color (decimal): -14071275 or 1395241. OLE color: 1395241.
HSL color Cylindrical-coordinate representation of color #294A15: hue angle of 97.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294A15 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 21 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.71 |
| HSL | 97.36º | 0.56% | 0.19% | - |
| HSV(B) | 97.36º | 0.72% | 0.29% | - |
| XYZ | 3.5 | 5.42 | 1.57 | - |
| YUV | 58.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 21 | 0.45 | 0 | 0.72 | 0.71 | 97.36 | 0.56 | 0.19 |
| Hex | 29 | 4A | 15 | 2D | 0 | 48 | 47 | 61 | 38 | 13 |
| Octal | 51 | 112 | 25 | 55 | 0 | 110 | 107 | 141 | 70 | 23 |
| Binary | 101001 | 1001010 | 10101 | 101101 | 0 | 1001000 | 1000111 | 1100001 | 111000 | 10011 |
Color Harmonies of #294A15
Complementary color
Monochromatic Colors of #294A15
Black with #294A15
Text Example
Text Example
White with #294A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A15; }
p { color: rgb(41,74,21); }
H1.HeaderClassName
{
color: #294A15;
}
.AnyTagClassName
{
color: #294A15;
}
</style>
background-color css
<style>
a { background-color: #294A15; }
a { background-color: rgb(41,74,21); }
div.DivClassName
{
background-color: #294A15;
}
.BgClassName
{
background-color: #294A15;
}
</style>
border-color css
<style>
span { border-color: #294A15; }
span { border-color: rgb(41,74,21); }
td.TdClassName
{
border-color: #294A15;
}
.TagClassName
{
border-color: #294A15;
}
</style>