Shades of Parsley #2F512F
Tints of Parsley #2F512F
RGB
CMYK
RGB Variations
Color information
#2F512F (or 0x2F512F) is known color: Parsley. HEX triplet: 2F, 51 and 2F. RGB value is (47,81,47). Sum of RGB (Red+Green+Blue) = 47+81+47=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #2F512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F512F is #D0AED0. Grayscale: #434343. Windows color (decimal): -13676241 or 3100975. OLE color: 3100975.
HSL color Cylindrical-coordinate representation of color #2F512F: hue angle of 120º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F512F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 47 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.68 |
| HSL | 120º | 0.27% | 0.25% | - |
| HSV(B) | 120º | 0.42% | 0.32% | - |
| XYZ | 4.63 | 6.69 | 3.74 | - |
| YUV | 66.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 47 | 0.42 | 0 | 0.42 | 0.68 | 120 | 0.27 | 0.25 |
| Hex | 2F | 51 | 2F | 2A | 0 | 2A | 44 | 78 | 1B | 19 |
| Octal | 57 | 121 | 57 | 52 | 0 | 52 | 104 | 170 | 33 | 31 |
| Binary | 101111 | 1010001 | 101111 | 101010 | 0 | 101010 | 1000100 | 1111000 | 11011 | 11001 |
Color Harmonies of #2F512F
Complementary color
Monochromatic Colors of #2F512F
Black with #2F512F
Text Example
Text Example
White with #2F512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F512F; }
p { color: rgb(47,81,47); }
H1.HeaderClassName
{
color: #2F512F;
}
.AnyTagClassName
{
color: #2F512F;
}
</style>
background-color css
<style>
a { background-color: #2F512F; }
a { background-color: rgb(47,81,47); }
div.DivClassName
{
background-color: #2F512F;
}
.BgClassName
{
background-color: #2F512F;
}
</style>
border-color css
<style>
span { border-color: #2F512F; }
span { border-color: rgb(47,81,47); }
td.TdClassName
{
border-color: #2F512F;
}
.TagClassName
{
border-color: #2F512F;
}
</style>