Shades of Myrtle #29520A
Tints of Myrtle #29520A
RGB
CMYK
RGB Variations
Color information
#29520A (or 0x29520A) is known color: Myrtle. HEX triplet: 29, 52 and 0A. RGB value is (41,82,10). Sum of RGB (Red+Green+Blue) = 41+82+10=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #29520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29520A is #D6ADF5. Grayscale: #3D3D3D. Windows color (decimal): -14069238 or 676393. OLE color: 676393.
HSL color Cylindrical-coordinate representation of color #29520A: hue angle of 94.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29520A is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 10 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.68 |
| HSL | 94.17º | 0.78% | 0.18% | - |
| HSV(B) | 94.17º | 0.88% | 0.32% | - |
| XYZ | 3.99 | 6.53 | 1.34 | - |
| YUV | 61.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 10 | 0.50 | 0 | 0.88 | 0.68 | 94.17 | 0.78 | 0.18 |
| Hex | 29 | 52 | A | 32 | 0 | 58 | 44 | 5E | 4E | 12 |
| Octal | 51 | 122 | 12 | 62 | 0 | 130 | 104 | 136 | 116 | 22 |
| Binary | 101001 | 1010010 | 1010 | 110010 | 0 | 1011000 | 1000100 | 1011110 | 1001110 | 10010 |
Color Harmonies of #29520A
Complementary color
Monochromatic Colors of #29520A
Black with #29520A
Text Example
Text Example
White with #29520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29520A; }
p { color: rgb(41,82,10); }
H1.HeaderClassName
{
color: #29520A;
}
.AnyTagClassName
{
color: #29520A;
}
</style>
background-color css
<style>
a { background-color: #29520A; }
a { background-color: rgb(41,82,10); }
div.DivClassName
{
background-color: #29520A;
}
.BgClassName
{
background-color: #29520A;
}
</style>
border-color css
<style>
span { border-color: #29520A; }
span { border-color: rgb(41,82,10); }
td.TdClassName
{
border-color: #29520A;
}
.TagClassName
{
border-color: #29520A;
}
</style>