Shades of Myrtle #295018
Tints of Myrtle #295018
RGB
CMYK
RGB Variations
Color information
#295018 (or 0x295018) is known color: Myrtle. HEX triplet: 29, 50 and 18. RGB value is (41,80,24). Sum of RGB (Red+Green+Blue) = 41+80+24=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #295018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295018 is #D6AFE7. Grayscale: #3E3E3E. Windows color (decimal): -14069736 or 1593385. OLE color: 1593385.
HSL color Cylindrical-coordinate representation of color #295018: hue angle of 101.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295018 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 24 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.69 |
| HSL | 101.79º | 0.54% | 0.2% | - |
| HSV(B) | 101.79º | 0.7% | 0.31% | - |
| XYZ | 3.95 | 6.27 | 1.87 | - |
| YUV | 61.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 24 | 0.49 | 0 | 0.70 | 0.69 | 101.79 | 0.54 | 0.2 |
| Hex | 29 | 50 | 18 | 31 | 0 | 46 | 45 | 66 | 36 | 14 |
| Octal | 51 | 120 | 30 | 61 | 0 | 106 | 105 | 146 | 66 | 24 |
| Binary | 101001 | 1010000 | 11000 | 110001 | 0 | 1000110 | 1000101 | 1100110 | 110110 | 10100 |
Color Harmonies of #295018
Complementary color
Monochromatic Colors of #295018
Black with #295018
Text Example
Text Example
White with #295018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295018; }
p { color: rgb(41,80,24); }
H1.HeaderClassName
{
color: #295018;
}
.AnyTagClassName
{
color: #295018;
}
</style>
background-color css
<style>
a { background-color: #295018; }
a { background-color: rgb(41,80,24); }
div.DivClassName
{
background-color: #295018;
}
.BgClassName
{
background-color: #295018;
}
</style>
border-color css
<style>
span { border-color: #295018; }
span { border-color: rgb(41,80,24); }
td.TdClassName
{
border-color: #295018;
}
.TagClassName
{
border-color: #295018;
}
</style>