Shades of Myrtle #294226
Tints of Myrtle #294226
RGB
CMYK
RGB Variations
Color information
#294226 (or 0x294226) is known color: Myrtle. HEX triplet: 29, 42 and 26. RGB value is (41,66,38). Sum of RGB (Red+Green+Blue) = 41+66+38=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #294226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294226 is #D6BDD9. Grayscale: #373737. Windows color (decimal): -14073306 or 2507305. OLE color: 2507305.
HSL color Cylindrical-coordinate representation of color #294226: hue angle of 113.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294226 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 38 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.74 |
| HSL | 113.57º | 0.27% | 0.2% | - |
| HSV(B) | 113.57º | 0.42% | 0.26% | - |
| XYZ | 3.21 | 4.51 | 2.53 | - |
| YUV | 55.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 38 | 0.38 | 0 | 0.42 | 0.74 | 113.57 | 0.27 | 0.2 |
| Hex | 29 | 42 | 26 | 26 | 0 | 2A | 4A | 72 | 1B | 14 |
| Octal | 51 | 102 | 46 | 46 | 0 | 52 | 112 | 162 | 33 | 24 |
| Binary | 101001 | 1000010 | 100110 | 100110 | 0 | 101010 | 1001010 | 1110010 | 11011 | 10100 |
Color Harmonies of #294226
Complementary color
Monochromatic Colors of #294226
Black with #294226
Text Example
Text Example
White with #294226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294226; }
p { color: rgb(41,66,38); }
H1.HeaderClassName
{
color: #294226;
}
.AnyTagClassName
{
color: #294226;
}
</style>
background-color css
<style>
a { background-color: #294226; }
a { background-color: rgb(41,66,38); }
div.DivClassName
{
background-color: #294226;
}
.BgClassName
{
background-color: #294226;
}
</style>
border-color css
<style>
span { border-color: #294226; }
span { border-color: rgb(41,66,38); }
td.TdClassName
{
border-color: #294226;
}
.TagClassName
{
border-color: #294226;
}
</style>