Shades of Myrtle #2A4025
Tints of Myrtle #2A4025
RGB
CMYK
RGB Variations
Color information
#2A4025 (or 0x2A4025) is known color: Myrtle. HEX triplet: 2A, 40 and 25. RGB value is (42,64,37). Sum of RGB (Red+Green+Blue) = 42+64+37=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4025 is #D5BFDA. Grayscale: #363636. Windows color (decimal): -14008283 or 2441258. OLE color: 2441258.
HSL color Cylindrical-coordinate representation of color #2A4025: hue angle of 108.89º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4025 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 37 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.75 |
| HSL | 108.89º | 0.27% | 0.2% | - |
| HSV(B) | 108.89º | 0.42% | 0.25% | - |
| XYZ | 3.12 | 4.29 | 2.41 | - |
| YUV | 54.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 37 | 0.34 | 0 | 0.42 | 0.75 | 108.89 | 0.27 | 0.2 |
| Hex | 2A | 40 | 25 | 22 | 0 | 2A | 4B | 6D | 1B | 14 |
| Octal | 52 | 100 | 45 | 42 | 0 | 52 | 113 | 155 | 33 | 24 |
| Binary | 101010 | 1000000 | 100101 | 100010 | 0 | 101010 | 1001011 | 1101101 | 11011 | 10100 |
Color Harmonies of #2A4025
Complementary color
Monochromatic Colors of #2A4025
Black with #2A4025
Text Example
Text Example
White with #2A4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4025; }
p { color: rgb(42,64,37); }
H1.HeaderClassName
{
color: #2A4025;
}
.AnyTagClassName
{
color: #2A4025;
}
</style>
background-color css
<style>
a { background-color: #2A4025; }
a { background-color: rgb(42,64,37); }
div.DivClassName
{
background-color: #2A4025;
}
.BgClassName
{
background-color: #2A4025;
}
</style>
border-color css
<style>
span { border-color: #2A4025; }
span { border-color: rgb(42,64,37); }
td.TdClassName
{
border-color: #2A4025;
}
.TagClassName
{
border-color: #2A4025;
}
</style>