Shades of Myrtle #294C28
Tints of Myrtle #294C28
RGB
CMYK
RGB Variations
Color information
#294C28 (or 0x294C28) is known color: Myrtle. HEX triplet: 29, 4C and 28. RGB value is (41,76,40). Sum of RGB (Red+Green+Blue) = 41+76+40=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #294C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C28 is #D6B3D7. Grayscale: #3D3D3D. Windows color (decimal): -14070744 or 2640937. OLE color: 2640937.
HSL color Cylindrical-coordinate representation of color #294C28: hue angle of 118.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294C28 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 40 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.70 |
| HSL | 118.33º | 0.31% | 0.23% | - |
| HSV(B) | 118.33º | 0.47% | 0.3% | - |
| XYZ | 3.88 | 5.79 | 2.92 | - |
| YUV | 61.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 40 | 0.46 | 0 | 0.47 | 0.70 | 118.33 | 0.31 | 0.23 |
| Hex | 29 | 4C | 28 | 2E | 0 | 2F | 46 | 76 | 1F | 17 |
| Octal | 51 | 114 | 50 | 56 | 0 | 57 | 106 | 166 | 37 | 27 |
| Binary | 101001 | 1001100 | 101000 | 101110 | 0 | 101111 | 1000110 | 1110110 | 11111 | 10111 |
Color Harmonies of #294C28
Complementary color
Monochromatic Colors of #294C28
Black with #294C28
Text Example
Text Example
White with #294C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C28; }
p { color: rgb(41,76,40); }
H1.HeaderClassName
{
color: #294C28;
}
.AnyTagClassName
{
color: #294C28;
}
</style>
background-color css
<style>
a { background-color: #294C28; }
a { background-color: rgb(41,76,40); }
div.DivClassName
{
background-color: #294C28;
}
.BgClassName
{
background-color: #294C28;
}
</style>
border-color css
<style>
span { border-color: #294C28; }
span { border-color: rgb(41,76,40); }
td.TdClassName
{
border-color: #294C28;
}
.TagClassName
{
border-color: #294C28;
}
</style>