Shades of Myrtle #294A2B
Tints of Myrtle #294A2B
RGB
CMYK
RGB Variations
Color information
#294A2B (or 0x294A2B) is known color: Myrtle. HEX triplet: 29, 4A and 2B. RGB value is (41,74,43). Sum of RGB (Red+Green+Blue) = 41+74+43=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #294A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A2B is #D6B5D4. Grayscale: #3C3C3C. Windows color (decimal): -14071253 or 2837033. OLE color: 2837033.
HSL color Cylindrical-coordinate representation of color #294A2B: hue angle of 123.64º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A2B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 43 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.71 |
| HSL | 123.64º | 0.29% | 0.23% | - |
| HSV(B) | 123.64º | 0.45% | 0.29% | - |
| XYZ | 3.8 | 5.54 | 3.16 | - |
| YUV | 60.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 43 | 0.45 | 0 | 0.42 | 0.71 | 123.64 | 0.29 | 0.23 |
| Hex | 29 | 4A | 2B | 2D | 0 | 2A | 47 | 7C | 1D | 17 |
| Octal | 51 | 112 | 53 | 55 | 0 | 52 | 107 | 174 | 35 | 27 |
| Binary | 101001 | 1001010 | 101011 | 101101 | 0 | 101010 | 1000111 | 1111100 | 11101 | 10111 |
Color Harmonies of #294A2B
Complementary color
Monochromatic Colors of #294A2B
Black with #294A2B
Text Example
Text Example
White with #294A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A2B; }
p { color: rgb(41,74,43); }
H1.HeaderClassName
{
color: #294A2B;
}
.AnyTagClassName
{
color: #294A2B;
}
</style>
background-color css
<style>
a { background-color: #294A2B; }
a { background-color: rgb(41,74,43); }
div.DivClassName
{
background-color: #294A2B;
}
.BgClassName
{
background-color: #294A2B;
}
</style>
border-color css
<style>
span { border-color: #294A2B; }
span { border-color: rgb(41,74,43); }
td.TdClassName
{
border-color: #294A2B;
}
.TagClassName
{
border-color: #294A2B;
}
</style>