Shades of Myrtle #295214
Tints of Myrtle #295214
RGB
CMYK
RGB Variations
Color information
#295214 (or 0x295214) is known color: Myrtle. HEX triplet: 29, 52 and 14. RGB value is (41,82,20). Sum of RGB (Red+Green+Blue) = 41+82+20=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #295214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295214 is #D6ADEB. Grayscale: #3E3E3E. Windows color (decimal): -14069228 or 1331753. OLE color: 1331753.
HSL color Cylindrical-coordinate representation of color #295214: hue angle of 99.68º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295214 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 20 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.68 |
| HSL | 99.68º | 0.61% | 0.2% | - |
| HSV(B) | 99.68º | 0.76% | 0.32% | - |
| XYZ | 4.06 | 6.56 | 1.71 | - |
| YUV | 62.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 20 | 0.50 | 0 | 0.76 | 0.68 | 99.68 | 0.61 | 0.2 |
| Hex | 29 | 52 | 14 | 32 | 0 | 4C | 44 | 64 | 3D | 14 |
| Octal | 51 | 122 | 24 | 62 | 0 | 114 | 104 | 144 | 75 | 24 |
| Binary | 101001 | 1010010 | 10100 | 110010 | 0 | 1001100 | 1000100 | 1100100 | 111101 | 10100 |
Color Harmonies of #295214
Complementary color
Monochromatic Colors of #295214
Black with #295214
Text Example
Text Example
White with #295214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295214; }
p { color: rgb(41,82,20); }
H1.HeaderClassName
{
color: #295214;
}
.AnyTagClassName
{
color: #295214;
}
</style>
background-color css
<style>
a { background-color: #295214; }
a { background-color: rgb(41,82,20); }
div.DivClassName
{
background-color: #295214;
}
.BgClassName
{
background-color: #295214;
}
</style>
border-color css
<style>
span { border-color: #295214; }
span { border-color: rgb(41,82,20); }
td.TdClassName
{
border-color: #295214;
}
.TagClassName
{
border-color: #295214;
}
</style>