Shades of Myrtle #295A14
Tints of Myrtle #295A14
RGB
CMYK
RGB Variations
Color information
#295A14 (or 0x295A14) is known color: Myrtle. HEX triplet: 29, 5A and 14. RGB value is (41,90,20). Sum of RGB (Red+Green+Blue) = 41+90+20=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #295A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295A14 is #D6A5EB. Grayscale: #434343. Windows color (decimal): -14067180 or 1333801. OLE color: 1333801.
HSL color Cylindrical-coordinate representation of color #295A14: hue angle of 102º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295A14 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 20 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.65 |
| HSL | 102º | 0.64% | 0.22% | - |
| HSV(B) | 102º | 0.78% | 0.35% | - |
| XYZ | 4.7 | 7.83 | 1.93 | - |
| YUV | 67.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 20 | 0.54 | 0 | 0.78 | 0.65 | 102 | 0.64 | 0.22 |
| Hex | 29 | 5A | 14 | 36 | 0 | 4E | 41 | 66 | 40 | 16 |
| Octal | 51 | 132 | 24 | 66 | 0 | 116 | 101 | 146 | 100 | 26 |
| Binary | 101001 | 1011010 | 10100 | 110110 | 0 | 1001110 | 1000001 | 1100110 | 1000000 | 10110 |
Color Harmonies of #295A14
Complementary color
Monochromatic Colors of #295A14
Black with #295A14
Text Example
Text Example
White with #295A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A14; }
p { color: rgb(41,90,20); }
H1.HeaderClassName
{
color: #295A14;
}
.AnyTagClassName
{
color: #295A14;
}
</style>
background-color css
<style>
a { background-color: #295A14; }
a { background-color: rgb(41,90,20); }
div.DivClassName
{
background-color: #295A14;
}
.BgClassName
{
background-color: #295A14;
}
</style>
border-color css
<style>
span { border-color: #295A14; }
span { border-color: rgb(41,90,20); }
td.TdClassName
{
border-color: #295A14;
}
.TagClassName
{
border-color: #295A14;
}
</style>