Shades of Parsley #2F522D
Tints of Parsley #2F522D
RGB
CMYK
RGB Variations
Color information
#2F522D (or 0x2F522D) is known color: Parsley. HEX triplet: 2F, 52 and 2D. RGB value is (47,82,45). Sum of RGB (Red+Green+Blue) = 47+82+45=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #2F522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F522D is #D0ADD2. Grayscale: #434343. Windows color (decimal): -13675987 or 2970159. OLE color: 2970159.
HSL color Cylindrical-coordinate representation of color #2F522D: hue angle of 116.76º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F522D is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 82 | 45 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.68 |
| HSL | 116.76º | 0.29% | 0.25% | - |
| HSV(B) | 116.76º | 0.45% | 0.32% | - |
| XYZ | 4.66 | 6.83 | 3.55 | - |
| YUV | 67.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 45 | 0.43 | 0 | 0.45 | 0.68 | 116.76 | 0.29 | 0.25 |
| Hex | 2F | 52 | 2D | 2B | 0 | 2D | 44 | 75 | 1D | 19 |
| Octal | 57 | 122 | 55 | 53 | 0 | 55 | 104 | 165 | 35 | 31 |
| Binary | 101111 | 1010010 | 101101 | 101011 | 0 | 101101 | 1000100 | 1110101 | 11101 | 11001 |
Color Harmonies of #2F522D
Complementary color
Monochromatic Colors of #2F522D
Black with #2F522D
Text Example
Text Example
White with #2F522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F522D; }
p { color: rgb(47,82,45); }
H1.HeaderClassName
{
color: #2F522D;
}
.AnyTagClassName
{
color: #2F522D;
}
</style>
background-color css
<style>
a { background-color: #2F522D; }
a { background-color: rgb(47,82,45); }
div.DivClassName
{
background-color: #2F522D;
}
.BgClassName
{
background-color: #2F522D;
}
</style>
border-color css
<style>
span { border-color: #2F522D; }
span { border-color: rgb(47,82,45); }
td.TdClassName
{
border-color: #2F522D;
}
.TagClassName
{
border-color: #2F522D;
}
</style>