Shades of Myrtle #294127
Tints of Myrtle #294127
RGB
CMYK
RGB Variations
Color information
#294127 (or 0x294127) is known color: Myrtle. HEX triplet: 29, 41 and 27. RGB value is (41,65,39). Sum of RGB (Red+Green+Blue) = 41+65+39=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #294127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294127 is #D6BED8. Grayscale: #363636. Windows color (decimal): -14073561 or 2572585. OLE color: 2572585.
HSL color Cylindrical-coordinate representation of color #294127: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294127 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 39 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.75 |
| HSL | 115.38º | 0.25% | 0.2% | - |
| HSV(B) | 115.38º | 0.4% | 0.25% | - |
| XYZ | 3.17 | 4.4 | 2.6 | - |
| YUV | 54.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 39 | 0.37 | 0 | 0.40 | 0.75 | 115.38 | 0.25 | 0.2 |
| Hex | 29 | 41 | 27 | 25 | 0 | 28 | 4B | 73 | 19 | 14 |
| Octal | 51 | 101 | 47 | 45 | 0 | 50 | 113 | 163 | 31 | 24 |
| Binary | 101001 | 1000001 | 100111 | 100101 | 0 | 101000 | 1001011 | 1110011 | 11001 | 10100 |
Color Harmonies of #294127
Complementary color
Monochromatic Colors of #294127
Black with #294127
Text Example
Text Example
White with #294127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294127; }
p { color: rgb(41,65,39); }
H1.HeaderClassName
{
color: #294127;
}
.AnyTagClassName
{
color: #294127;
}
</style>
background-color css
<style>
a { background-color: #294127; }
a { background-color: rgb(41,65,39); }
div.DivClassName
{
background-color: #294127;
}
.BgClassName
{
background-color: #294127;
}
</style>
border-color css
<style>
span { border-color: #294127; }
span { border-color: rgb(41,65,39); }
td.TdClassName
{
border-color: #294127;
}
.TagClassName
{
border-color: #294127;
}
</style>