Shades of Myrtle #295113
Tints of Myrtle #295113
RGB
CMYK
RGB Variations
Color information
#295113 (or 0x295113) is known color: Myrtle. HEX triplet: 29, 51 and 13. RGB value is (41,81,19). Sum of RGB (Red+Green+Blue) = 41+81+19=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #295113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295113 is #D6AEEC. Grayscale: #3E3E3E. Windows color (decimal): -14069485 or 1265961. OLE color: 1265961.
HSL color Cylindrical-coordinate representation of color #295113: hue angle of 98.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295113 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 81 | 19 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.68 |
| HSL | 98.71º | 0.62% | 0.2% | - |
| HSV(B) | 98.71º | 0.77% | 0.32% | - |
| XYZ | 3.97 | 6.4 | 1.64 | - |
| YUV | 61.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 19 | 0.49 | 0 | 0.77 | 0.68 | 98.71 | 0.62 | 0.2 |
| Hex | 29 | 51 | 13 | 31 | 0 | 4D | 44 | 63 | 3E | 14 |
| Octal | 51 | 121 | 23 | 61 | 0 | 115 | 104 | 143 | 76 | 24 |
| Binary | 101001 | 1010001 | 10011 | 110001 | 0 | 1001101 | 1000100 | 1100011 | 111110 | 10100 |
Color Harmonies of #295113
Complementary color
Monochromatic Colors of #295113
Black with #295113
Text Example
Text Example
White with #295113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295113; }
p { color: rgb(41,81,19); }
H1.HeaderClassName
{
color: #295113;
}
.AnyTagClassName
{
color: #295113;
}
</style>
background-color css
<style>
a { background-color: #295113; }
a { background-color: rgb(41,81,19); }
div.DivClassName
{
background-color: #295113;
}
.BgClassName
{
background-color: #295113;
}
</style>
border-color css
<style>
span { border-color: #295113; }
span { border-color: rgb(41,81,19); }
td.TdClassName
{
border-color: #295113;
}
.TagClassName
{
border-color: #295113;
}
</style>