Shades of Parsley #2F612B
Tints of Parsley #2F612B
RGB
CMYK
RGB Variations
Color information
#2F612B (or 0x2F612B) is known color: Parsley. HEX triplet: 2F, 61 and 2B. RGB value is (47,97,43). Sum of RGB (Red+Green+Blue) = 47+97+43=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612B is #D09ED4. Grayscale: #4C4C4C. Windows color (decimal): -13672149 or 2842927. OLE color: 2842927.
HSL color Cylindrical-coordinate representation of color #2F612B: hue angle of 115.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F612B is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 43 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.62 |
| HSL | 115.56º | 0.39% | 0.27% | - |
| HSV(B) | 115.56º | 0.56% | 0.38% | - |
| XYZ | 5.88 | 9.33 | 3.78 | - |
| YUV | 75.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 43 | 0.52 | 0 | 0.56 | 0.62 | 115.56 | 0.39 | 0.27 |
| Hex | 2F | 61 | 2B | 34 | 0 | 38 | 3E | 74 | 27 | 1B |
| Octal | 57 | 141 | 53 | 64 | 0 | 70 | 76 | 164 | 47 | 33 |
| Binary | 101111 | 1100001 | 101011 | 110100 | 0 | 111000 | 111110 | 1110100 | 100111 | 11011 |
Color Harmonies of #2F612B
Complementary color
Monochromatic Colors of #2F612B
Black with #2F612B
Text Example
Text Example
White with #2F612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F612B; }
p { color: rgb(47,97,43); }
H1.HeaderClassName
{
color: #2F612B;
}
.AnyTagClassName
{
color: #2F612B;
}
</style>
background-color css
<style>
a { background-color: #2F612B; }
a { background-color: rgb(47,97,43); }
div.DivClassName
{
background-color: #2F612B;
}
.BgClassName
{
background-color: #2F612B;
}
</style>
border-color css
<style>
span { border-color: #2F612B; }
span { border-color: rgb(47,97,43); }
td.TdClassName
{
border-color: #2F612B;
}
.TagClassName
{
border-color: #2F612B;
}
</style>