Shades of Myrtle #294428
Tints of Myrtle #294428
RGB
CMYK
RGB Variations
Color information
#294428 (or 0x294428) is known color: Myrtle. HEX triplet: 29, 44 and 28. RGB value is (41,68,40). Sum of RGB (Red+Green+Blue) = 41+68+40=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #294428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294428 is #D6BBD7. Grayscale: #383838. Windows color (decimal): -14072792 or 2638889. OLE color: 2638889.
HSL color Cylindrical-coordinate representation of color #294428: hue angle of 117.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294428 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 68 | 40 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.73 |
| HSL | 117.86º | 0.26% | 0.21% | - |
| HSV(B) | 117.86º | 0.41% | 0.27% | - |
| XYZ | 3.36 | 4.76 | 2.75 | - |
| YUV | 56.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 40 | 0.40 | 0 | 0.41 | 0.73 | 117.86 | 0.26 | 0.21 |
| Hex | 29 | 44 | 28 | 28 | 0 | 29 | 49 | 76 | 1A | 15 |
| Octal | 51 | 104 | 50 | 50 | 0 | 51 | 111 | 166 | 32 | 25 |
| Binary | 101001 | 1000100 | 101000 | 101000 | 0 | 101001 | 1001001 | 1110110 | 11010 | 10101 |
Color Harmonies of #294428
Complementary color
Monochromatic Colors of #294428
Black with #294428
Text Example
Text Example
White with #294428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294428; }
p { color: rgb(41,68,40); }
H1.HeaderClassName
{
color: #294428;
}
.AnyTagClassName
{
color: #294428;
}
</style>
background-color css
<style>
a { background-color: #294428; }
a { background-color: rgb(41,68,40); }
div.DivClassName
{
background-color: #294428;
}
.BgClassName
{
background-color: #294428;
}
</style>
border-color css
<style>
span { border-color: #294428; }
span { border-color: rgb(41,68,40); }
td.TdClassName
{
border-color: #294428;
}
.TagClassName
{
border-color: #294428;
}
</style>