Shades of Parsley #2F622E
Tints of Parsley #2F622E
RGB
CMYK
RGB Variations
Color information
#2F622E (or 0x2F622E) is known color: Parsley. HEX triplet: 2F, 62 and 2E. RGB value is (47,98,46). Sum of RGB (Red+Green+Blue) = 47+98+46=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #2F622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F622E is #D09DD1. Grayscale: #4C4C4C. Windows color (decimal): -13671890 or 3039791. OLE color: 3039791.
HSL color Cylindrical-coordinate representation of color #2F622E: hue angle of 118.85º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F622E is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 46 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.62 |
| HSL | 118.85º | 0.36% | 0.28% | - |
| HSV(B) | 118.85º | 0.53% | 0.38% | - |
| XYZ | 6.03 | 9.54 | 4.11 | - |
| YUV | 76.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 46 | 0.52 | 0 | 0.53 | 0.62 | 118.85 | 0.36 | 0.28 |
| Hex | 2F | 62 | 2E | 34 | 0 | 35 | 3E | 77 | 24 | 1C |
| Octal | 57 | 142 | 56 | 64 | 0 | 65 | 76 | 167 | 44 | 34 |
| Binary | 101111 | 1100010 | 101110 | 110100 | 0 | 110101 | 111110 | 1110111 | 100100 | 11100 |
Color Harmonies of #2F622E
Complementary color
Monochromatic Colors of #2F622E
Black with #2F622E
Text Example
Text Example
White with #2F622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F622E; }
p { color: rgb(47,98,46); }
H1.HeaderClassName
{
color: #2F622E;
}
.AnyTagClassName
{
color: #2F622E;
}
</style>
background-color css
<style>
a { background-color: #2F622E; }
a { background-color: rgb(47,98,46); }
div.DivClassName
{
background-color: #2F622E;
}
.BgClassName
{
background-color: #2F622E;
}
</style>
border-color css
<style>
span { border-color: #2F622E; }
span { border-color: rgb(47,98,46); }
td.TdClassName
{
border-color: #2F622E;
}
.TagClassName
{
border-color: #2F622E;
}
</style>