Shades of Parsley #2F532D
Tints of Parsley #2F532D
RGB
CMYK
RGB Variations
Color information
#2F532D (or 0x2F532D) is known color: Parsley. HEX triplet: 2F, 53 and 2D. RGB value is (47,83,45). Sum of RGB (Red+Green+Blue) = 47+83+45=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #2F532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F532D is #D0ACD2. Grayscale: #444444. Windows color (decimal): -13675731 or 2970415. OLE color: 2970415.
HSL color Cylindrical-coordinate representation of color #2F532D: hue angle of 116.84º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F532D is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 45 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.67 |
| HSL | 116.84º | 0.3% | 0.25% | - |
| HSV(B) | 116.84º | 0.46% | 0.33% | - |
| XYZ | 4.74 | 6.98 | 3.58 | - |
| YUV | 67.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 45 | 0.43 | 0 | 0.46 | 0.67 | 116.84 | 0.3 | 0.25 |
| Hex | 2F | 53 | 2D | 2B | 0 | 2E | 43 | 75 | 1E | 19 |
| Octal | 57 | 123 | 55 | 53 | 0 | 56 | 103 | 165 | 36 | 31 |
| Binary | 101111 | 1010011 | 101101 | 101011 | 0 | 101110 | 1000011 | 1110101 | 11110 | 11001 |
Color Harmonies of #2F532D
Complementary color
Monochromatic Colors of #2F532D
Black with #2F532D
Text Example
Text Example
White with #2F532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F532D; }
p { color: rgb(47,83,45); }
H1.HeaderClassName
{
color: #2F532D;
}
.AnyTagClassName
{
color: #2F532D;
}
</style>
background-color css
<style>
a { background-color: #2F532D; }
a { background-color: rgb(47,83,45); }
div.DivClassName
{
background-color: #2F532D;
}
.BgClassName
{
background-color: #2F532D;
}
</style>
border-color css
<style>
span { border-color: #2F532D; }
span { border-color: rgb(47,83,45); }
td.TdClassName
{
border-color: #2F532D;
}
.TagClassName
{
border-color: #2F532D;
}
</style>