Shades of Myrtle #2A441F
Tints of Myrtle #2A441F
RGB
CMYK
RGB Variations
Color information
#2A441F (or 0x2A441F) is known color: Myrtle. HEX triplet: 2A, 44 and 1F. RGB value is (42,68,31). Sum of RGB (Red+Green+Blue) = 42+68+31=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #2A441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A441F is #D5BBE0. Grayscale: #383838. Windows color (decimal): -14007265 or 2049066. OLE color: 2049066.
HSL color Cylindrical-coordinate representation of color #2A441F: hue angle of 102.16º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A441F is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 68 | 31 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.73 |
| HSL | 102.16º | 0.37% | 0.19% | - |
| HSV(B) | 102.16º | 0.54% | 0.27% | - |
| XYZ | 3.27 | 4.73 | 2.04 | - |
| YUV | 56.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 31 | 0.38 | 0 | 0.54 | 0.73 | 102.16 | 0.37 | 0.19 |
| Hex | 2A | 44 | 1F | 26 | 0 | 36 | 49 | 66 | 25 | 13 |
| Octal | 52 | 104 | 37 | 46 | 0 | 66 | 111 | 146 | 45 | 23 |
| Binary | 101010 | 1000100 | 11111 | 100110 | 0 | 110110 | 1001001 | 1100110 | 100101 | 10011 |
Color Harmonies of #2A441F
Complementary color
Monochromatic Colors of #2A441F
Black with #2A441F
Text Example
Text Example
White with #2A441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A441F; }
p { color: rgb(42,68,31); }
H1.HeaderClassName
{
color: #2A441F;
}
.AnyTagClassName
{
color: #2A441F;
}
</style>
background-color css
<style>
a { background-color: #2A441F; }
a { background-color: rgb(42,68,31); }
div.DivClassName
{
background-color: #2A441F;
}
.BgClassName
{
background-color: #2A441F;
}
</style>
border-color css
<style>
span { border-color: #2A441F; }
span { border-color: rgb(42,68,31); }
td.TdClassName
{
border-color: #2A441F;
}
.TagClassName
{
border-color: #2A441F;
}
</style>