Shades of Myrtle #295D09
Tints of Myrtle #295D09
RGB
CMYK
RGB Variations
Color information
#295D09 (or 0x295D09) is known color: Myrtle. HEX triplet: 29, 5D and 09. RGB value is (41,93,9). Sum of RGB (Red+Green+Blue) = 41+93+9=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 93 (36.72% from 255 or 65.03% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 93 - color contains mainly: green. Hex color #295D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295D09 is #D6A2F6. Grayscale: #444444. Windows color (decimal): -14066423 or 613673. OLE color: 613673.
HSL color Cylindrical-coordinate representation of color #295D09: hue angle of 97.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #295D09 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 9 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.64 |
| HSL | 97.14º | 0.82% | 0.2% | - |
| HSV(B) | 97.14º | 0.9% | 0.36% | - |
| XYZ | 4.88 | 8.32 | 1.61 | - |
| YUV | 67.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 9 | 0.56 | 0 | 0.90 | 0.64 | 97.14 | 0.82 | 0.2 |
| Hex | 29 | 5D | 9 | 38 | 0 | 5A | 40 | 61 | 52 | 14 |
| Octal | 51 | 135 | 11 | 70 | 0 | 132 | 100 | 141 | 122 | 24 |
| Binary | 101001 | 1011101 | 1001 | 111000 | 0 | 1011010 | 1000000 | 1100001 | 1010010 | 10100 |
Color Harmonies of #295D09
Complementary color
Monochromatic Colors of #295D09
Black with #295D09
Text Example
Text Example
White with #295D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D09; }
p { color: rgb(41,93,9); }
H1.HeaderClassName
{
color: #295D09;
}
.AnyTagClassName
{
color: #295D09;
}
</style>
background-color css
<style>
a { background-color: #295D09; }
a { background-color: rgb(41,93,9); }
div.DivClassName
{
background-color: #295D09;
}
.BgClassName
{
background-color: #295D09;
}
</style>
border-color css
<style>
span { border-color: #295D09; }
span { border-color: rgb(41,93,9); }
td.TdClassName
{
border-color: #295D09;
}
.TagClassName
{
border-color: #295D09;
}
</style>