Shades of Parsley #2A5131
Tints of Parsley #2A5131
RGB
CMYK
RGB Variations
Color information
#2A5131 (or 0x2A5131) is known color: Parsley. HEX triplet: 2A, 51 and 31. RGB value is (42,81,49). Sum of RGB (Red+Green+Blue) = 42+81+49=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5131 is #D5AECE. Grayscale: #414141. Windows color (decimal): -14003919 or 3232042. OLE color: 3232042.
HSL color Cylindrical-coordinate representation of color #2A5131: hue angle of 130.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5131 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 49 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.68 |
| HSL | 130.77º | 0.32% | 0.24% | - |
| HSV(B) | 130.77º | 0.48% | 0.32% | - |
| XYZ | 4.45 | 6.6 | 3.94 | - |
| YUV | 65.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 49 | 0.48 | 0 | 0.40 | 0.68 | 130.77 | 0.32 | 0.24 |
| Hex | 2A | 51 | 31 | 30 | 0 | 28 | 44 | 83 | 20 | 18 |
| Octal | 52 | 121 | 61 | 60 | 0 | 50 | 104 | 203 | 40 | 30 |
| Binary | 101010 | 1010001 | 110001 | 110000 | 0 | 101000 | 1000100 | 10000011 | 100000 | 11000 |
Color Harmonies of #2A5131
Complementary color
Monochromatic Colors of #2A5131
Black with #2A5131
Text Example
Text Example
White with #2A5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5131; }
p { color: rgb(42,81,49); }
H1.HeaderClassName
{
color: #2A5131;
}
.AnyTagClassName
{
color: #2A5131;
}
</style>
background-color css
<style>
a { background-color: #2A5131; }
a { background-color: rgb(42,81,49); }
div.DivClassName
{
background-color: #2A5131;
}
.BgClassName
{
background-color: #2A5131;
}
</style>
border-color css
<style>
span { border-color: #2A5131; }
span { border-color: rgb(42,81,49); }
td.TdClassName
{
border-color: #2A5131;
}
.TagClassName
{
border-color: #2A5131;
}
</style>