Shades of Parsley #2F6131
Tints of Parsley #2F6131
RGB
CMYK
RGB Variations
Color information
#2F6131 (or 0x2F6131) is known color: Parsley. HEX triplet: 2F, 61 and 31. RGB value is (47,97,49). Sum of RGB (Red+Green+Blue) = 47+97+49=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6131 is #D09ECE. Grayscale: #4C4C4C. Windows color (decimal): -13672143 or 3236143. OLE color: 3236143.
HSL color Cylindrical-coordinate representation of color #2F6131: hue angle of 122.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6131 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 49 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.62 |
| HSL | 122.4º | 0.35% | 0.28% | - |
| HSV(B) | 122.4º | 0.52% | 0.38% | - |
| XYZ | 6 | 9.38 | 4.4 | - |
| YUV | 76.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 49 | 0.52 | 0 | 0.49 | 0.62 | 122.4 | 0.35 | 0.28 |
| Hex | 2F | 61 | 31 | 34 | 0 | 31 | 3E | 7A | 23 | 1C |
| Octal | 57 | 141 | 61 | 64 | 0 | 61 | 76 | 172 | 43 | 34 |
| Binary | 101111 | 1100001 | 110001 | 110100 | 0 | 110001 | 111110 | 1111010 | 100011 | 11100 |
Color Harmonies of #2F6131
Complementary color
Monochromatic Colors of #2F6131
Black with #2F6131
Text Example
Text Example
White with #2F6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6131; }
p { color: rgb(47,97,49); }
H1.HeaderClassName
{
color: #2F6131;
}
.AnyTagClassName
{
color: #2F6131;
}
</style>
background-color css
<style>
a { background-color: #2F6131; }
a { background-color: rgb(47,97,49); }
div.DivClassName
{
background-color: #2F6131;
}
.BgClassName
{
background-color: #2F6131;
}
</style>
border-color css
<style>
span { border-color: #2F6131; }
span { border-color: rgb(47,97,49); }
td.TdClassName
{
border-color: #2F6131;
}
.TagClassName
{
border-color: #2F6131;
}
</style>