Shades of Parsley #2F512D
Tints of Parsley #2F512D
RGB
CMYK
RGB Variations
Color information
#2F512D (or 0x2F512D) is known color: Parsley. HEX triplet: 2F, 51 and 2D. RGB value is (47,81,45). Sum of RGB (Red+Green+Blue) = 47+81+45=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #2F512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F512D is #D0AED2. Grayscale: #424242. Windows color (decimal): -13676243 or 2969903. OLE color: 2969903.
HSL color Cylindrical-coordinate representation of color #2F512D: hue angle of 116.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F512D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 45 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.68 |
| HSL | 116.67º | 0.29% | 0.25% | - |
| HSV(B) | 116.67º | 0.44% | 0.32% | - |
| XYZ | 4.59 | 6.68 | 3.53 | - |
| YUV | 66.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 45 | 0.42 | 0 | 0.44 | 0.68 | 116.67 | 0.29 | 0.25 |
| Hex | 2F | 51 | 2D | 2A | 0 | 2C | 44 | 75 | 1D | 19 |
| Octal | 57 | 121 | 55 | 52 | 0 | 54 | 104 | 165 | 35 | 31 |
| Binary | 101111 | 1010001 | 101101 | 101010 | 0 | 101100 | 1000100 | 1110101 | 11101 | 11001 |
Color Harmonies of #2F512D
Complementary color
Monochromatic Colors of #2F512D
Black with #2F512D
Text Example
Text Example
White with #2F512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F512D; }
p { color: rgb(47,81,45); }
H1.HeaderClassName
{
color: #2F512D;
}
.AnyTagClassName
{
color: #2F512D;
}
</style>
background-color css
<style>
a { background-color: #2F512D; }
a { background-color: rgb(47,81,45); }
div.DivClassName
{
background-color: #2F512D;
}
.BgClassName
{
background-color: #2F512D;
}
</style>
border-color css
<style>
span { border-color: #2F512D; }
span { border-color: rgb(47,81,45); }
td.TdClassName
{
border-color: #2F512D;
}
.TagClassName
{
border-color: #2F512D;
}
</style>