Shades of Myrtle #294C25
Tints of Myrtle #294C25
RGB
CMYK
RGB Variations
Color information
#294C25 (or 0x294C25) is known color: Myrtle. HEX triplet: 29, 4C and 25. RGB value is (41,76,37). Sum of RGB (Red+Green+Blue) = 41+76+37=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #294C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C25 is #D6B3DA. Grayscale: #3D3D3D. Windows color (decimal): -14070747 or 2444329. OLE color: 2444329.
HSL color Cylindrical-coordinate representation of color #294C25: hue angle of 113.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294C25 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 37 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.70 |
| HSL | 113.85º | 0.35% | 0.22% | - |
| HSV(B) | 113.85º | 0.51% | 0.3% | - |
| XYZ | 3.83 | 5.77 | 2.66 | - |
| YUV | 61.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 37 | 0.46 | 0 | 0.51 | 0.70 | 113.85 | 0.35 | 0.22 |
| Hex | 29 | 4C | 25 | 2E | 0 | 33 | 46 | 72 | 23 | 16 |
| Octal | 51 | 114 | 45 | 56 | 0 | 63 | 106 | 162 | 43 | 26 |
| Binary | 101001 | 1001100 | 100101 | 101110 | 0 | 110011 | 1000110 | 1110010 | 100011 | 10110 |
Color Harmonies of #294C25
Complementary color
Monochromatic Colors of #294C25
Black with #294C25
Text Example
Text Example
White with #294C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C25; }
p { color: rgb(41,76,37); }
H1.HeaderClassName
{
color: #294C25;
}
.AnyTagClassName
{
color: #294C25;
}
</style>
background-color css
<style>
a { background-color: #294C25; }
a { background-color: rgb(41,76,37); }
div.DivClassName
{
background-color: #294C25;
}
.BgClassName
{
background-color: #294C25;
}
</style>
border-color css
<style>
span { border-color: #294C25; }
span { border-color: rgb(41,76,37); }
td.TdClassName
{
border-color: #294C25;
}
.TagClassName
{
border-color: #294C25;
}
</style>