Shades of Myrtle #295A1F
Tints of Myrtle #295A1F
RGB
CMYK
RGB Variations
Color information
#295A1F (or 0x295A1F) is known color: Myrtle. HEX triplet: 29, 5A and 1F. RGB value is (41,90,31). Sum of RGB (Red+Green+Blue) = 41+90+31=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #295A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A1F is #D6A5E0. Grayscale: #444444. Windows color (decimal): -14067169 or 2054697. OLE color: 2054697.
HSL color Cylindrical-coordinate representation of color #295A1F: hue angle of 109.83º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295A1F is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 31 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.65 |
| HSL | 109.83º | 0.49% | 0.24% | - |
| HSV(B) | 109.83º | 0.66% | 0.35% | - |
| XYZ | 4.82 | 7.88 | 2.56 | - |
| YUV | 68.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 31 | 0.54 | 0 | 0.66 | 0.65 | 109.83 | 0.49 | 0.24 |
| Hex | 29 | 5A | 1F | 36 | 0 | 42 | 41 | 6E | 31 | 18 |
| Octal | 51 | 132 | 37 | 66 | 0 | 102 | 101 | 156 | 61 | 30 |
| Binary | 101001 | 1011010 | 11111 | 110110 | 0 | 1000010 | 1000001 | 1101110 | 110001 | 11000 |
Color Harmonies of #295A1F
Complementary color
Monochromatic Colors of #295A1F
Black with #295A1F
Text Example
Text Example
White with #295A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A1F; }
p { color: rgb(41,90,31); }
H1.HeaderClassName
{
color: #295A1F;
}
.AnyTagClassName
{
color: #295A1F;
}
</style>
background-color css
<style>
a { background-color: #295A1F; }
a { background-color: rgb(41,90,31); }
div.DivClassName
{
background-color: #295A1F;
}
.BgClassName
{
background-color: #295A1F;
}
</style>
border-color css
<style>
span { border-color: #295A1F; }
span { border-color: rgb(41,90,31); }
td.TdClassName
{
border-color: #295A1F;
}
.TagClassName
{
border-color: #295A1F;
}
</style>