Shades of Parsley #2D522C
Tints of Parsley #2D522C
RGB
CMYK
RGB Variations
Color information
#2D522C (or 0x2D522C) is known color: Parsley. HEX triplet: 2D, 52 and 2C. RGB value is (45,82,44). Sum of RGB (Red+Green+Blue) = 45+82+44=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #2D522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D522C is #D2ADD3. Grayscale: #424242. Windows color (decimal): -13807060 or 2904621. OLE color: 2904621.
HSL color Cylindrical-coordinate representation of color #2D522C: hue angle of 118.42º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D522C is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 44 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.68 |
| HSL | 118.42º | 0.3% | 0.25% | - |
| HSV(B) | 118.42º | 0.46% | 0.32% | - |
| XYZ | 4.55 | 6.77 | 3.45 | - |
| YUV | 66.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 44 | 0.45 | 0 | 0.46 | 0.68 | 118.42 | 0.3 | 0.25 |
| Hex | 2D | 52 | 2C | 2D | 0 | 2E | 44 | 76 | 1E | 19 |
| Octal | 55 | 122 | 54 | 55 | 0 | 56 | 104 | 166 | 36 | 31 |
| Binary | 101101 | 1010010 | 101100 | 101101 | 0 | 101110 | 1000100 | 1110110 | 11110 | 11001 |
Color Harmonies of #2D522C
Complementary color
Monochromatic Colors of #2D522C
Black with #2D522C
Text Example
Text Example
White with #2D522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D522C; }
p { color: rgb(45,82,44); }
H1.HeaderClassName
{
color: #2D522C;
}
.AnyTagClassName
{
color: #2D522C;
}
</style>
background-color css
<style>
a { background-color: #2D522C; }
a { background-color: rgb(45,82,44); }
div.DivClassName
{
background-color: #2D522C;
}
.BgClassName
{
background-color: #2D522C;
}
</style>
border-color css
<style>
span { border-color: #2D522C; }
span { border-color: rgb(45,82,44); }
td.TdClassName
{
border-color: #2D522C;
}
.TagClassName
{
border-color: #2D522C;
}
</style>