Shades of Myrtle #295F0A
Tints of Myrtle #295F0A
RGB
CMYK
RGB Variations
Color information
#295F0A (or 0x295F0A) is known color: Myrtle. HEX triplet: 29, 5F and 0A. RGB value is (41,95,10). Sum of RGB (Red+Green+Blue) = 41+95+10=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 95 (37.5% from 255 or 65.07% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 95 - color contains mainly: green. Hex color #295F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F0A is #D6A0F5. Grayscale: #454545. Windows color (decimal): -14065910 or 679721. OLE color: 679721.
HSL color Cylindrical-coordinate representation of color #295F0A: hue angle of 98.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #295F0A is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 10 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.63 |
| HSL | 98.12º | 0.81% | 0.21% | - |
| HSV(B) | 98.12º | 0.89% | 0.37% | - |
| XYZ | 5.06 | 8.68 | 1.7 | - |
| YUV | 69.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 10 | 0.57 | 0 | 0.89 | 0.63 | 98.12 | 0.81 | 0.21 |
| Hex | 29 | 5F | A | 39 | 0 | 59 | 3F | 62 | 51 | 15 |
| Octal | 51 | 137 | 12 | 71 | 0 | 131 | 77 | 142 | 121 | 25 |
| Binary | 101001 | 1011111 | 1010 | 111001 | 0 | 1011001 | 111111 | 1100010 | 1010001 | 10101 |
Color Harmonies of #295F0A
Complementary color
Monochromatic Colors of #295F0A
Black with #295F0A
Text Example
Text Example
White with #295F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F0A; }
p { color: rgb(41,95,10); }
H1.HeaderClassName
{
color: #295F0A;
}
.AnyTagClassName
{
color: #295F0A;
}
</style>
background-color css
<style>
a { background-color: #295F0A; }
a { background-color: rgb(41,95,10); }
div.DivClassName
{
background-color: #295F0A;
}
.BgClassName
{
background-color: #295F0A;
}
</style>
border-color css
<style>
span { border-color: #295F0A; }
span { border-color: rgb(41,95,10); }
td.TdClassName
{
border-color: #295F0A;
}
.TagClassName
{
border-color: #295F0A;
}
</style>