Shades of Parsley #2F5132
Tints of Parsley #2F5132
RGB
CMYK
RGB Variations
Color information
#2F5132 (or 0x2F5132) is known color: Parsley. HEX triplet: 2F, 51 and 32. RGB value is (47,81,50). Sum of RGB (Red+Green+Blue) = 47+81+50=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5132 is #D0AECD. Grayscale: #434343. Windows color (decimal): -13676238 or 3297583. OLE color: 3297583.
HSL color Cylindrical-coordinate representation of color #2F5132: hue angle of 125.29º 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 #2F5132 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 50 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.68 |
| HSL | 125.29º | 0.27% | 0.25% | - |
| HSV(B) | 125.29º | 0.42% | 0.32% | - |
| XYZ | 4.69 | 6.72 | 4.07 | - |
| YUV | 67.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 50 | 0.42 | 0 | 0.38 | 0.68 | 125.29 | 0.27 | 0.25 |
| Hex | 2F | 51 | 32 | 2A | 0 | 26 | 44 | 7D | 1B | 19 |
| Octal | 57 | 121 | 62 | 52 | 0 | 46 | 104 | 175 | 33 | 31 |
| Binary | 101111 | 1010001 | 110010 | 101010 | 0 | 100110 | 1000100 | 1111101 | 11011 | 11001 |
Color Harmonies of #2F5132
Complementary color
Monochromatic Colors of #2F5132
Black with #2F5132
Text Example
Text Example
White with #2F5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5132; }
p { color: rgb(47,81,50); }
H1.HeaderClassName
{
color: #2F5132;
}
.AnyTagClassName
{
color: #2F5132;
}
</style>
background-color css
<style>
a { background-color: #2F5132; }
a { background-color: rgb(47,81,50); }
div.DivClassName
{
background-color: #2F5132;
}
.BgClassName
{
background-color: #2F5132;
}
</style>
border-color css
<style>
span { border-color: #2F5132; }
span { border-color: rgb(47,81,50); }
td.TdClassName
{
border-color: #2F5132;
}
.TagClassName
{
border-color: #2F5132;
}
</style>