Shades of Myrtle #295407
Tints of Myrtle #295407
RGB
CMYK
RGB Variations
Color information
#295407 (or 0x295407) is known color: Myrtle. HEX triplet: 29, 54 and 07. RGB value is (41,84,7). Sum of RGB (Red+Green+Blue) = 41+84+7=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #295407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295407 is #D6ABF8. Grayscale: #3E3E3E. Windows color (decimal): -14068729 or 480297. OLE color: 480297.
HSL color Cylindrical-coordinate representation of color #295407: hue angle of 93.51º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #295407 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 84 | 7 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.67 |
| HSL | 93.51º | 0.85% | 0.18% | - |
| HSV(B) | 93.51º | 0.92% | 0.33% | - |
| XYZ | 4.12 | 6.83 | 1.3 | - |
| YUV | 62.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 7 | 0.51 | 0 | 0.92 | 0.67 | 93.51 | 0.85 | 0.18 |
| Hex | 29 | 54 | 7 | 33 | 0 | 5C | 43 | 5E | 55 | 12 |
| Octal | 51 | 124 | 7 | 63 | 0 | 134 | 103 | 136 | 125 | 22 |
| Binary | 101001 | 1010100 | 111 | 110011 | 0 | 1011100 | 1000011 | 1011110 | 1010101 | 10010 |
Color Harmonies of #295407
Complementary color
Monochromatic Colors of #295407
Black with #295407
Text Example
Text Example
White with #295407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295407; }
p { color: rgb(41,84,7); }
H1.HeaderClassName
{
color: #295407;
}
.AnyTagClassName
{
color: #295407;
}
</style>
background-color css
<style>
a { background-color: #295407; }
a { background-color: rgb(41,84,7); }
div.DivClassName
{
background-color: #295407;
}
.BgClassName
{
background-color: #295407;
}
</style>
border-color css
<style>
span { border-color: #295407; }
span { border-color: rgb(41,84,7); }
td.TdClassName
{
border-color: #295407;
}
.TagClassName
{
border-color: #295407;
}
</style>