Shades of Myrtle #295B0F
Tints of Myrtle #295B0F
RGB
CMYK
RGB Variations
Color information
#295B0F (or 0x295B0F) is known color: Myrtle. HEX triplet: 29, 5B and 0F. RGB value is (41,91,15). Sum of RGB (Red+Green+Blue) = 41+91+15=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #295B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B0F is #D6A4F0. Grayscale: #434343. Windows color (decimal): -14066929 or 1006377. OLE color: 1006377.
HSL color Cylindrical-coordinate representation of color #295B0F: hue angle of 99.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295B0F is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 91 | 15 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.64 |
| HSL | 99.47º | 0.72% | 0.21% | - |
| HSV(B) | 99.47º | 0.84% | 0.36% | - |
| XYZ | 4.74 | 7.99 | 1.74 | - |
| YUV | 67.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 15 | 0.55 | 0 | 0.84 | 0.64 | 99.47 | 0.72 | 0.21 |
| Hex | 29 | 5B | F | 37 | 0 | 54 | 40 | 63 | 48 | 15 |
| Octal | 51 | 133 | 17 | 67 | 0 | 124 | 100 | 143 | 110 | 25 |
| Binary | 101001 | 1011011 | 1111 | 110111 | 0 | 1010100 | 1000000 | 1100011 | 1001000 | 10101 |
Color Harmonies of #295B0F
Complementary color
Monochromatic Colors of #295B0F
Black with #295B0F
Text Example
Text Example
White with #295B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B0F; }
p { color: rgb(41,91,15); }
H1.HeaderClassName
{
color: #295B0F;
}
.AnyTagClassName
{
color: #295B0F;
}
</style>
background-color css
<style>
a { background-color: #295B0F; }
a { background-color: rgb(41,91,15); }
div.DivClassName
{
background-color: #295B0F;
}
.BgClassName
{
background-color: #295B0F;
}
</style>
border-color css
<style>
span { border-color: #295B0F; }
span { border-color: rgb(41,91,15); }
td.TdClassName
{
border-color: #295B0F;
}
.TagClassName
{
border-color: #295B0F;
}
</style>