Shades of Myrtle #29630A
Tints of Myrtle #29630A
RGB
CMYK
RGB Variations
Color information
#29630A (or 0x29630A) is known color: Myrtle. HEX triplet: 29, 63 and 0A. RGB value is (41,99,10). Sum of RGB (Red+Green+Blue) = 41+99+10=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #29630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29630A is #D69CF5. Grayscale: #474747. Windows color (decimal): -14064886 or 680745. OLE color: 680745.
HSL color Cylindrical-coordinate representation of color #29630A: hue angle of 99.1º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29630A is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 99 | 10 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.61 |
| HSL | 99.1º | 0.82% | 0.21% | - |
| HSV(B) | 99.1º | 0.9% | 0.39% | - |
| XYZ | 5.43 | 9.42 | 1.82 | - |
| YUV | 71.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 10 | 0.59 | 0 | 0.90 | 0.61 | 99.1 | 0.82 | 0.21 |
| Hex | 29 | 63 | A | 3B | 0 | 5A | 3D | 63 | 52 | 15 |
| Octal | 51 | 143 | 12 | 73 | 0 | 132 | 75 | 143 | 122 | 25 |
| Binary | 101001 | 1100011 | 1010 | 111011 | 0 | 1011010 | 111101 | 1100011 | 1010010 | 10101 |
Color Harmonies of #29630A
Complementary color
Monochromatic Colors of #29630A
Black with #29630A
Text Example
Text Example
White with #29630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29630A; }
p { color: rgb(41,99,10); }
H1.HeaderClassName
{
color: #29630A;
}
.AnyTagClassName
{
color: #29630A;
}
</style>
background-color css
<style>
a { background-color: #29630A; }
a { background-color: rgb(41,99,10); }
div.DivClassName
{
background-color: #29630A;
}
.BgClassName
{
background-color: #29630A;
}
</style>
border-color css
<style>
span { border-color: #29630A; }
span { border-color: rgb(41,99,10); }
td.TdClassName
{
border-color: #29630A;
}
.TagClassName
{
border-color: #29630A;
}
</style>