Shades of Myrtle #293428
Tints of Myrtle #293428
RGB
CMYK
RGB Variations
Color information
#293428 (or 0x293428) is known color: Myrtle. HEX triplet: 29, 34 and 28. RGB value is (41,52,40). Sum of RGB (Red+Green+Blue) = 41+52+40=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #293428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293428 is #D6CBD7. Grayscale: #2F2F2F. Windows color (decimal): -14076888 or 2634793. OLE color: 2634793.
HSL color Cylindrical-coordinate representation of color #293428: hue angle of 115º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293428 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 52 | 40 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.80 |
| HSL | 115º | 0.13% | 0.18% | - |
| HSV(B) | 115º | 0.23% | 0.2% | - |
| XYZ | 2.53 | 3.08 | 2.47 | - |
| YUV | 47.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 40 | 0.21 | 0 | 0.23 | 0.80 | 115 | 0.13 | 0.18 |
| Hex | 29 | 34 | 28 | 15 | 0 | 17 | 50 | 73 | D | 12 |
| Octal | 51 | 64 | 50 | 25 | 0 | 27 | 120 | 163 | 15 | 22 |
| Binary | 101001 | 110100 | 101000 | 10101 | 0 | 10111 | 1010000 | 1110011 | 1101 | 10010 |
Color Harmonies of #293428
Complementary color
Monochromatic Colors of #293428
Black with #293428
Text Example
Text Example
White with #293428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293428; }
p { color: rgb(41,52,40); }
H1.HeaderClassName
{
color: #293428;
}
.AnyTagClassName
{
color: #293428;
}
</style>
background-color css
<style>
a { background-color: #293428; }
a { background-color: rgb(41,52,40); }
div.DivClassName
{
background-color: #293428;
}
.BgClassName
{
background-color: #293428;
}
</style>
border-color css
<style>
span { border-color: #293428; }
span { border-color: rgb(41,52,40); }
td.TdClassName
{
border-color: #293428;
}
.TagClassName
{
border-color: #293428;
}
</style>