Shades of Parsley #2D5929
Tints of Parsley #2D5929
RGB
CMYK
RGB Variations
Color information
#2D5929 (or 0x2D5929) is known color: Parsley. HEX triplet: 2D, 59 and 29. RGB value is (45,89,41). Sum of RGB (Red+Green+Blue) = 45+89+41=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5929 is #D2A6D6. Grayscale: #464646. Windows color (decimal): -13805271 or 2709805. OLE color: 2709805.
HSL color Cylindrical-coordinate representation of color #2D5929: hue angle of 115º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D5929 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 41 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.65 |
| HSL | 115º | 0.37% | 0.25% | - |
| HSV(B) | 115º | 0.54% | 0.35% | - |
| XYZ | 5.05 | 7.86 | 3.35 | - |
| YUV | 70.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 41 | 0.49 | 0 | 0.54 | 0.65 | 115 | 0.37 | 0.25 |
| Hex | 2D | 59 | 29 | 31 | 0 | 36 | 41 | 73 | 25 | 19 |
| Octal | 55 | 131 | 51 | 61 | 0 | 66 | 101 | 163 | 45 | 31 |
| Binary | 101101 | 1011001 | 101001 | 110001 | 0 | 110110 | 1000001 | 1110011 | 100101 | 11001 |
Color Harmonies of #2D5929
Complementary color
Monochromatic Colors of #2D5929
Black with #2D5929
Text Example
Text Example
White with #2D5929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5929; }
p { color: rgb(45,89,41); }
H1.HeaderClassName
{
color: #2D5929;
}
.AnyTagClassName
{
color: #2D5929;
}
</style>
background-color css
<style>
a { background-color: #2D5929; }
a { background-color: rgb(45,89,41); }
div.DivClassName
{
background-color: #2D5929;
}
.BgClassName
{
background-color: #2D5929;
}
</style>
border-color css
<style>
span { border-color: #2D5929; }
span { border-color: rgb(45,89,41); }
td.TdClassName
{
border-color: #2D5929;
}
.TagClassName
{
border-color: #2D5929;
}
</style>