Shades of Parsley #2F5C31
Tints of Parsley #2F5C31
RGB
CMYK
RGB Variations
Color information
#2F5C31 (or 0x2F5C31) is known color: Parsley. HEX triplet: 2F, 5C and 31. RGB value is (47,92,49). Sum of RGB (Red+Green+Blue) = 47+92+49=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #2F5C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5C31 is #D0A3CE. Grayscale: #494949. Windows color (decimal): -13673423 or 3234863. OLE color: 3234863.
HSL color Cylindrical-coordinate representation of color #2F5C31: hue angle of 122.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5C31 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 92 | 49 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.64 |
| HSL | 122.67º | 0.32% | 0.27% | - |
| HSV(B) | 122.67º | 0.49% | 0.36% | - |
| XYZ | 5.55 | 8.48 | 4.25 | - |
| YUV | 73.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 49 | 0.49 | 0 | 0.47 | 0.64 | 122.67 | 0.32 | 0.27 |
| Hex | 2F | 5C | 31 | 31 | 0 | 2F | 40 | 7B | 20 | 1B |
| Octal | 57 | 134 | 61 | 61 | 0 | 57 | 100 | 173 | 40 | 33 |
| Binary | 101111 | 1011100 | 110001 | 110001 | 0 | 101111 | 1000000 | 1111011 | 100000 | 11011 |
Color Harmonies of #2F5C31
Complementary color
Monochromatic Colors of #2F5C31
Black with #2F5C31
Text Example
Text Example
White with #2F5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5C31; }
p { color: rgb(47,92,49); }
H1.HeaderClassName
{
color: #2F5C31;
}
.AnyTagClassName
{
color: #2F5C31;
}
</style>
background-color css
<style>
a { background-color: #2F5C31; }
a { background-color: rgb(47,92,49); }
div.DivClassName
{
background-color: #2F5C31;
}
.BgClassName
{
background-color: #2F5C31;
}
</style>
border-color css
<style>
span { border-color: #2F5C31; }
span { border-color: rgb(47,92,49); }
td.TdClassName
{
border-color: #2F5C31;
}
.TagClassName
{
border-color: #2F5C31;
}
</style>