Shades of Myrtle #295B05
Tints of Myrtle #295B05
RGB
CMYK
RGB Variations
Color information
#295B05 (or 0x295B05) is known color: Myrtle. HEX triplet: 29, 5B and 05. RGB value is (41,91,5). Sum of RGB (Red+Green+Blue) = 41+91+5=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #295B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B05 is #D6A4FA. Grayscale: #424242. Windows color (decimal): -14066939 or 351017. OLE color: 351017.
HSL color Cylindrical-coordinate representation of color #295B05: hue angle of 94.88º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #295B05 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 91 | 5 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.64 |
| HSL | 94.88º | 0.9% | 0.19% | - |
| HSV(B) | 94.88º | 0.95% | 0.36% | - |
| XYZ | 4.68 | 7.96 | 1.43 | - |
| YUV | 66.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 5 | 0.55 | 0 | 0.95 | 0.64 | 94.88 | 0.9 | 0.19 |
| Hex | 29 | 5B | 5 | 37 | 0 | 5F | 40 | 5F | 5A | 13 |
| Octal | 51 | 133 | 5 | 67 | 0 | 137 | 100 | 137 | 132 | 23 |
| Binary | 101001 | 1011011 | 101 | 110111 | 0 | 1011111 | 1000000 | 1011111 | 1011010 | 10011 |
Color Harmonies of #295B05
Complementary color
Monochromatic Colors of #295B05
Black with #295B05
Text Example
Text Example
White with #295B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B05; }
p { color: rgb(41,91,5); }
H1.HeaderClassName
{
color: #295B05;
}
.AnyTagClassName
{
color: #295B05;
}
</style>
background-color css
<style>
a { background-color: #295B05; }
a { background-color: rgb(41,91,5); }
div.DivClassName
{
background-color: #295B05;
}
.BgClassName
{
background-color: #295B05;
}
</style>
border-color css
<style>
span { border-color: #295B05; }
span { border-color: rgb(41,91,5); }
td.TdClassName
{
border-color: #295B05;
}
.TagClassName
{
border-color: #295B05;
}
</style>