Shades of Parsley #2F552E
Tints of Parsley #2F552E
RGB
CMYK
RGB Variations
Color information
#2F552E (or 0x2F552E) is known color: Parsley. HEX triplet: 2F, 55 and 2E. RGB value is (47,85,46). Sum of RGB (Red+Green+Blue) = 47+85+46=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #2F552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F552E is #D0AAD1. Grayscale: #454545. Windows color (decimal): -13675218 or 3036463. OLE color: 3036463.
HSL color Cylindrical-coordinate representation of color #2F552E: hue angle of 118.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F552E is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 46 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.67 |
| HSL | 118.46º | 0.3% | 0.26% | - |
| HSV(B) | 118.46º | 0.46% | 0.33% | - |
| XYZ | 4.91 | 7.3 | 3.73 | - |
| YUV | 69.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 46 | 0.45 | 0 | 0.46 | 0.67 | 118.46 | 0.3 | 0.26 |
| Hex | 2F | 55 | 2E | 2D | 0 | 2E | 43 | 76 | 1E | 1A |
| Octal | 57 | 125 | 56 | 55 | 0 | 56 | 103 | 166 | 36 | 32 |
| Binary | 101111 | 1010101 | 101110 | 101101 | 0 | 101110 | 1000011 | 1110110 | 11110 | 11010 |
Color Harmonies of #2F552E
Complementary color
Monochromatic Colors of #2F552E
Black with #2F552E
Text Example
Text Example
White with #2F552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F552E; }
p { color: rgb(47,85,46); }
H1.HeaderClassName
{
color: #2F552E;
}
.AnyTagClassName
{
color: #2F552E;
}
</style>
background-color css
<style>
a { background-color: #2F552E; }
a { background-color: rgb(47,85,46); }
div.DivClassName
{
background-color: #2F552E;
}
.BgClassName
{
background-color: #2F552E;
}
</style>
border-color css
<style>
span { border-color: #2F552E; }
span { border-color: rgb(47,85,46); }
td.TdClassName
{
border-color: #2F552E;
}
.TagClassName
{
border-color: #2F552E;
}
</style>