Shades of Myrtle #293F28
Tints of Myrtle #293F28
RGB
CMYK
RGB Variations
Color information
#293F28 (or 0x293F28) is known color: Myrtle. HEX triplet: 29, 3F and 28. RGB value is (41,63,40). Sum of RGB (Red+Green+Blue) = 41+63+40=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #293F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F28 is #D6C0D7. Grayscale: #353535. Windows color (decimal): -14074072 or 2637609. OLE color: 2637609.
HSL color Cylindrical-coordinate representation of color #293F28: hue angle of 117.39º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293F28 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 40 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.75 |
| HSL | 117.39º | 0.22% | 0.2% | - |
| HSV(B) | 117.39º | 0.37% | 0.25% | - |
| XYZ | 3.07 | 4.18 | 2.65 | - |
| YUV | 53.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 40 | 0.35 | 0 | 0.37 | 0.75 | 117.39 | 0.22 | 0.2 |
| Hex | 29 | 3F | 28 | 23 | 0 | 25 | 4B | 75 | 16 | 14 |
| Octal | 51 | 77 | 50 | 43 | 0 | 45 | 113 | 165 | 26 | 24 |
| Binary | 101001 | 111111 | 101000 | 100011 | 0 | 100101 | 1001011 | 1110101 | 10110 | 10100 |
Color Harmonies of #293F28
Complementary color
Monochromatic Colors of #293F28
Black with #293F28
Text Example
Text Example
White with #293F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F28; }
p { color: rgb(41,63,40); }
H1.HeaderClassName
{
color: #293F28;
}
.AnyTagClassName
{
color: #293F28;
}
</style>
background-color css
<style>
a { background-color: #293F28; }
a { background-color: rgb(41,63,40); }
div.DivClassName
{
background-color: #293F28;
}
.BgClassName
{
background-color: #293F28;
}
</style>
border-color css
<style>
span { border-color: #293F28; }
span { border-color: rgb(41,63,40); }
td.TdClassName
{
border-color: #293F28;
}
.TagClassName
{
border-color: #293F28;
}
</style>