Shades of Parsley #2F612C
Tints of Parsley #2F612C
RGB
CMYK
RGB Variations
Color information
#2F612C (or 0x2F612C) is known color: Parsley. HEX triplet: 2F, 61 and 2C. RGB value is (47,97,44). Sum of RGB (Red+Green+Blue) = 47+97+44=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612C is #D09ED3. Grayscale: #4C4C4C. Windows color (decimal): -13672148 or 2908463. OLE color: 2908463.
HSL color Cylindrical-coordinate representation of color #2F612C: hue angle of 116.6º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F612C is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 44 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.62 |
| HSL | 116.6º | 0.38% | 0.28% | - |
| HSV(B) | 116.6º | 0.55% | 0.38% | - |
| XYZ | 5.9 | 9.34 | 3.87 | - |
| YUV | 76.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 44 | 0.52 | 0 | 0.55 | 0.62 | 116.6 | 0.38 | 0.28 |
| Hex | 2F | 61 | 2C | 34 | 0 | 37 | 3E | 75 | 26 | 1C |
| Octal | 57 | 141 | 54 | 64 | 0 | 67 | 76 | 165 | 46 | 34 |
| Binary | 101111 | 1100001 | 101100 | 110100 | 0 | 110111 | 111110 | 1110101 | 100110 | 11100 |
Color Harmonies of #2F612C
Complementary color
Monochromatic Colors of #2F612C
Black with #2F612C
Text Example
Text Example
White with #2F612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F612C; }
p { color: rgb(47,97,44); }
H1.HeaderClassName
{
color: #2F612C;
}
.AnyTagClassName
{
color: #2F612C;
}
</style>
background-color css
<style>
a { background-color: #2F612C; }
a { background-color: rgb(47,97,44); }
div.DivClassName
{
background-color: #2F612C;
}
.BgClassName
{
background-color: #2F612C;
}
</style>
border-color css
<style>
span { border-color: #2F612C; }
span { border-color: rgb(47,97,44); }
td.TdClassName
{
border-color: #2F612C;
}
.TagClassName
{
border-color: #2F612C;
}
</style>