Shades of Parsley #2D5931
Tints of Parsley #2D5931
RGB
CMYK
RGB Variations
Color information
#2D5931 (or 0x2D5931) is known color: Parsley. HEX triplet: 2D, 59 and 31. RGB value is (45,89,49). Sum of RGB (Red+Green+Blue) = 45+89+49=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5931 is #D2A6CE. Grayscale: #474747. Windows color (decimal): -13805263 or 3234093. OLE color: 3234093.
HSL color Cylindrical-coordinate representation of color #2D5931: hue angle of 125.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D5931 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 49 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.65 |
| HSL | 125.45º | 0.33% | 0.26% | - |
| HSV(B) | 125.45º | 0.49% | 0.35% | - |
| XYZ | 5.21 | 7.92 | 4.16 | - |
| YUV | 71.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 49 | 0.49 | 0 | 0.45 | 0.65 | 125.45 | 0.33 | 0.26 |
| Hex | 2D | 59 | 31 | 31 | 0 | 2D | 41 | 7D | 21 | 1A |
| Octal | 55 | 131 | 61 | 61 | 0 | 55 | 101 | 175 | 41 | 32 |
| Binary | 101101 | 1011001 | 110001 | 110001 | 0 | 101101 | 1000001 | 1111101 | 100001 | 11010 |
Color Harmonies of #2D5931
Complementary color
Monochromatic Colors of #2D5931
Black with #2D5931
Text Example
Text Example
White with #2D5931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5931; }
p { color: rgb(45,89,49); }
H1.HeaderClassName
{
color: #2D5931;
}
.AnyTagClassName
{
color: #2D5931;
}
</style>
background-color css
<style>
a { background-color: #2D5931; }
a { background-color: rgb(45,89,49); }
div.DivClassName
{
background-color: #2D5931;
}
.BgClassName
{
background-color: #2D5931;
}
</style>
border-color css
<style>
span { border-color: #2D5931; }
span { border-color: rgb(45,89,49); }
td.TdClassName
{
border-color: #2D5931;
}
.TagClassName
{
border-color: #2D5931;
}
</style>