Shades of Myrtle #294121
Tints of Myrtle #294121
RGB
CMYK
RGB Variations
Color information
#294121 (or 0x294121) is known color: Myrtle. HEX triplet: 29, 41 and 21. RGB value is (41,65,33). Sum of RGB (Red+Green+Blue) = 41+65+33=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #294121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294121 is #D6BEDE. Grayscale: #363636. Windows color (decimal): -14073567 or 2179369. OLE color: 2179369.
HSL color Cylindrical-coordinate representation of color #294121: hue angle of 105º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294121 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 33 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.75 |
| HSL | 105º | 0.33% | 0.19% | - |
| HSV(B) | 105º | 0.49% | 0.25% | - |
| XYZ | 3.08 | 4.36 | 2.12 | - |
| YUV | 54.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 33 | 0.37 | 0 | 0.49 | 0.75 | 105 | 0.33 | 0.19 |
| Hex | 29 | 41 | 21 | 25 | 0 | 31 | 4B | 69 | 21 | 13 |
| Octal | 51 | 101 | 41 | 45 | 0 | 61 | 113 | 151 | 41 | 23 |
| Binary | 101001 | 1000001 | 100001 | 100101 | 0 | 110001 | 1001011 | 1101001 | 100001 | 10011 |
Color Harmonies of #294121
Complementary color
Monochromatic Colors of #294121
Black with #294121
Text Example
Text Example
White with #294121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294121; }
p { color: rgb(41,65,33); }
H1.HeaderClassName
{
color: #294121;
}
.AnyTagClassName
{
color: #294121;
}
</style>
background-color css
<style>
a { background-color: #294121; }
a { background-color: rgb(41,65,33); }
div.DivClassName
{
background-color: #294121;
}
.BgClassName
{
background-color: #294121;
}
</style>
border-color css
<style>
span { border-color: #294121; }
span { border-color: rgb(41,65,33); }
td.TdClassName
{
border-color: #294121;
}
.TagClassName
{
border-color: #294121;
}
</style>