Shades of Parsley #2F5F31
Tints of Parsley #2F5F31
RGB
CMYK
RGB Variations
Color information
#2F5F31 (or 0x2F5F31) is known color: Parsley. HEX triplet: 2F, 5F and 31. RGB value is (47,95,49). Sum of RGB (Red+Green+Blue) = 47+95+49=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F31 is #D0A0CE. Grayscale: #4B4B4B. Windows color (decimal): -13672655 or 3235631. OLE color: 3235631.
HSL color Cylindrical-coordinate representation of color #2F5F31: hue angle of 122.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F31 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 95 | 49 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.63 |
| HSL | 122.5º | 0.34% | 0.28% | - |
| HSV(B) | 122.5º | 0.51% | 0.37% | - |
| XYZ | 5.82 | 9.01 | 4.34 | - |
| YUV | 75.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 49 | 0.51 | 0 | 0.48 | 0.63 | 122.5 | 0.34 | 0.28 |
| Hex | 2F | 5F | 31 | 33 | 0 | 30 | 3F | 7B | 22 | 1C |
| Octal | 57 | 137 | 61 | 63 | 0 | 60 | 77 | 173 | 42 | 34 |
| Binary | 101111 | 1011111 | 110001 | 110011 | 0 | 110000 | 111111 | 1111011 | 100010 | 11100 |
Color Harmonies of #2F5F31
Complementary color
Monochromatic Colors of #2F5F31
Black with #2F5F31
Text Example
Text Example
White with #2F5F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5F31; }
p { color: rgb(47,95,49); }
H1.HeaderClassName
{
color: #2F5F31;
}
.AnyTagClassName
{
color: #2F5F31;
}
</style>
background-color css
<style>
a { background-color: #2F5F31; }
a { background-color: rgb(47,95,49); }
div.DivClassName
{
background-color: #2F5F31;
}
.BgClassName
{
background-color: #2F5F31;
}
</style>
border-color css
<style>
span { border-color: #2F5F31; }
span { border-color: rgb(47,95,49); }
td.TdClassName
{
border-color: #2F5F31;
}
.TagClassName
{
border-color: #2F5F31;
}
</style>