Shades of Myrtle #295224
Tints of Myrtle #295224
RGB
CMYK
RGB Variations
Color information
#295224 (or 0x295224) is known color: Myrtle. HEX triplet: 29, 52 and 24. RGB value is (41,82,36). Sum of RGB (Red+Green+Blue) = 41+82+36=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #295224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295224 is #D6ADDB. Grayscale: #404040. Windows color (decimal): -14069212 or 2380329. OLE color: 2380329.
HSL color Cylindrical-coordinate representation of color #295224: hue angle of 113.48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295224 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 36 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.68 |
| HSL | 113.48º | 0.39% | 0.23% | - |
| HSV(B) | 113.48º | 0.56% | 0.32% | - |
| XYZ | 4.25 | 6.63 | 2.73 | - |
| YUV | 64.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 36 | 0.50 | 0 | 0.56 | 0.68 | 113.48 | 0.39 | 0.23 |
| Hex | 29 | 52 | 24 | 32 | 0 | 38 | 44 | 71 | 27 | 17 |
| Octal | 51 | 122 | 44 | 62 | 0 | 70 | 104 | 161 | 47 | 27 |
| Binary | 101001 | 1010010 | 100100 | 110010 | 0 | 111000 | 1000100 | 1110001 | 100111 | 10111 |
Color Harmonies of #295224
Complementary color
Monochromatic Colors of #295224
Black with #295224
Text Example
Text Example
White with #295224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295224; }
p { color: rgb(41,82,36); }
H1.HeaderClassName
{
color: #295224;
}
.AnyTagClassName
{
color: #295224;
}
</style>
background-color css
<style>
a { background-color: #295224; }
a { background-color: rgb(41,82,36); }
div.DivClassName
{
background-color: #295224;
}
.BgClassName
{
background-color: #295224;
}
</style>
border-color css
<style>
span { border-color: #295224; }
span { border-color: rgb(41,82,36); }
td.TdClassName
{
border-color: #295224;
}
.TagClassName
{
border-color: #295224;
}
</style>