Shades of Myrtle #294725
Tints of Myrtle #294725
RGB
CMYK
RGB Variations
Color information
#294725 (or 0x294725) is known color: Myrtle. HEX triplet: 29, 47 and 25. RGB value is (41,71,37). Sum of RGB (Red+Green+Blue) = 41+71+37=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #294725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294725 is #D6B8DA. Grayscale: #3A3A3A. Windows color (decimal): -14072027 or 2443049. OLE color: 2443049.
HSL color Cylindrical-coordinate representation of color #294725: hue angle of 112.94º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294725 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 37 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.72 |
| HSL | 112.94º | 0.31% | 0.21% | - |
| HSV(B) | 112.94º | 0.48% | 0.28% | - |
| XYZ | 3.5 | 5.11 | 2.55 | - |
| YUV | 58.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 37 | 0.42 | 0 | 0.48 | 0.72 | 112.94 | 0.31 | 0.21 |
| Hex | 29 | 47 | 25 | 2A | 0 | 30 | 48 | 71 | 1F | 15 |
| Octal | 51 | 107 | 45 | 52 | 0 | 60 | 110 | 161 | 37 | 25 |
| Binary | 101001 | 1000111 | 100101 | 101010 | 0 | 110000 | 1001000 | 1110001 | 11111 | 10101 |
Color Harmonies of #294725
Complementary color
Monochromatic Colors of #294725
Black with #294725
Text Example
Text Example
White with #294725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294725; }
p { color: rgb(41,71,37); }
H1.HeaderClassName
{
color: #294725;
}
.AnyTagClassName
{
color: #294725;
}
</style>
background-color css
<style>
a { background-color: #294725; }
a { background-color: rgb(41,71,37); }
div.DivClassName
{
background-color: #294725;
}
.BgClassName
{
background-color: #294725;
}
</style>
border-color css
<style>
span { border-color: #294725; }
span { border-color: rgb(41,71,37); }
td.TdClassName
{
border-color: #294725;
}
.TagClassName
{
border-color: #294725;
}
</style>