Shades of Myrtle #295A1C
Tints of Myrtle #295A1C
RGB
CMYK
RGB Variations
Color information
#295A1C (or 0x295A1C) is known color: Myrtle. HEX triplet: 29, 5A and 1C. RGB value is (41,90,28). Sum of RGB (Red+Green+Blue) = 41+90+28=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #295A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A1C is #D6A5E3. Grayscale: #444444. Windows color (decimal): -14067172 or 1858089. OLE color: 1858089.
HSL color Cylindrical-coordinate representation of color #295A1C: hue angle of 107.42º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295A1C is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 28 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.65 |
| HSL | 107.42º | 0.53% | 0.23% | - |
| HSV(B) | 107.42º | 0.69% | 0.35% | - |
| XYZ | 4.78 | 7.87 | 2.37 | - |
| YUV | 68.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 28 | 0.54 | 0 | 0.69 | 0.65 | 107.42 | 0.53 | 0.23 |
| Hex | 29 | 5A | 1C | 36 | 0 | 45 | 41 | 6B | 35 | 17 |
| Octal | 51 | 132 | 34 | 66 | 0 | 105 | 101 | 153 | 65 | 27 |
| Binary | 101001 | 1011010 | 11100 | 110110 | 0 | 1000101 | 1000001 | 1101011 | 110101 | 10111 |
Color Harmonies of #295A1C
Complementary color
Monochromatic Colors of #295A1C
Black with #295A1C
Text Example
Text Example
White with #295A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A1C; }
p { color: rgb(41,90,28); }
H1.HeaderClassName
{
color: #295A1C;
}
.AnyTagClassName
{
color: #295A1C;
}
</style>
background-color css
<style>
a { background-color: #295A1C; }
a { background-color: rgb(41,90,28); }
div.DivClassName
{
background-color: #295A1C;
}
.BgClassName
{
background-color: #295A1C;
}
</style>
border-color css
<style>
span { border-color: #295A1C; }
span { border-color: rgb(41,90,28); }
td.TdClassName
{
border-color: #295A1C;
}
.TagClassName
{
border-color: #295A1C;
}
</style>