Shades of Myrtle #29531A
Tints of Myrtle #29531A
RGB
CMYK
RGB Variations
Color information
#29531A (or 0x29531A) is known color: Myrtle. HEX triplet: 29, 53 and 1A. RGB value is (41,83,26). Sum of RGB (Red+Green+Blue) = 41+83+26=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #29531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29531A is #D6ACE5. Grayscale: #404040. Windows color (decimal): -14068966 or 1725225. OLE color: 1725225.
HSL color Cylindrical-coordinate representation of color #29531A: hue angle of 104.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29531A is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 83 | 26 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.67 |
| HSL | 104.21º | 0.52% | 0.21% | - |
| HSV(B) | 104.21º | 0.69% | 0.33% | - |
| XYZ | 4.19 | 6.73 | 2.06 | - |
| YUV | 63.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 26 | 0.51 | 0 | 0.69 | 0.67 | 104.21 | 0.52 | 0.21 |
| Hex | 29 | 53 | 1A | 33 | 0 | 45 | 43 | 68 | 34 | 15 |
| Octal | 51 | 123 | 32 | 63 | 0 | 105 | 103 | 150 | 64 | 25 |
| Binary | 101001 | 1010011 | 11010 | 110011 | 0 | 1000101 | 1000011 | 1101000 | 110100 | 10101 |
Color Harmonies of #29531A
Complementary color
Monochromatic Colors of #29531A
Black with #29531A
Text Example
Text Example
White with #29531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29531A; }
p { color: rgb(41,83,26); }
H1.HeaderClassName
{
color: #29531A;
}
.AnyTagClassName
{
color: #29531A;
}
</style>
background-color css
<style>
a { background-color: #29531A; }
a { background-color: rgb(41,83,26); }
div.DivClassName
{
background-color: #29531A;
}
.BgClassName
{
background-color: #29531A;
}
</style>
border-color css
<style>
span { border-color: #29531A; }
span { border-color: rgb(41,83,26); }
td.TdClassName
{
border-color: #29531A;
}
.TagClassName
{
border-color: #29531A;
}
</style>