Shades of Parsley #315B2F
Tints of Parsley #315B2F
RGB
CMYK
RGB Variations
Color information
#315B2F (or 0x315B2F) is known color: Parsley. HEX triplet: 31, 5B and 2F. RGB value is (49,91,47). Sum of RGB (Red+Green+Blue) = 49+91+47=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #315B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B2F is #CEA4D0. Grayscale: #494949. Windows color (decimal): -13542609 or 3103537. OLE color: 3103537.
HSL color Cylindrical-coordinate representation of color #315B2F: hue angle of 117.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315B2F is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 91 | 47 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.64 |
| HSL | 117.27º | 0.32% | 0.27% | - |
| HSV(B) | 117.27º | 0.48% | 0.36% | - |
| XYZ | 5.52 | 8.34 | 4.01 | - |
| YUV | 73.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 47 | 0.46 | 0 | 0.48 | 0.64 | 117.27 | 0.32 | 0.27 |
| Hex | 31 | 5B | 2F | 2E | 0 | 30 | 40 | 75 | 20 | 1B |
| Octal | 61 | 133 | 57 | 56 | 0 | 60 | 100 | 165 | 40 | 33 |
| Binary | 110001 | 1011011 | 101111 | 101110 | 0 | 110000 | 1000000 | 1110101 | 100000 | 11011 |
Color Harmonies of #315B2F
Complementary color
Monochromatic Colors of #315B2F
Black with #315B2F
Text Example
Text Example
White with #315B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B2F; }
p { color: rgb(49,91,47); }
H1.HeaderClassName
{
color: #315B2F;
}
.AnyTagClassName
{
color: #315B2F;
}
</style>
background-color css
<style>
a { background-color: #315B2F; }
a { background-color: rgb(49,91,47); }
div.DivClassName
{
background-color: #315B2F;
}
.BgClassName
{
background-color: #315B2F;
}
</style>
border-color css
<style>
span { border-color: #315B2F; }
span { border-color: rgb(49,91,47); }
td.TdClassName
{
border-color: #315B2F;
}
.TagClassName
{
border-color: #315B2F;
}
</style>