Shades of Parsley #315D2F
Tints of Parsley #315D2F
RGB
CMYK
RGB Variations
Color information
#315D2F (or 0x315D2F) is known color: Parsley. HEX triplet: 31, 5D and 2F. RGB value is (49,93,47). Sum of RGB (Red+Green+Blue) = 49+93+47=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #315D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D2F is #CEA2D0. Grayscale: #4A4A4A. Windows color (decimal): -13542097 or 3104049. OLE color: 3104049.
HSL color Cylindrical-coordinate representation of color #315D2F: hue angle of 117.39º degrees, saturation: 0.33, 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 #315D2F is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 47 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.64 |
| HSL | 117.39º | 0.33% | 0.27% | - |
| HSV(B) | 117.39º | 0.49% | 0.36% | - |
| XYZ | 5.69 | 8.69 | 4.07 | - |
| YUV | 74.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 47 | 0.47 | 0 | 0.49 | 0.64 | 117.39 | 0.33 | 0.27 |
| Hex | 31 | 5D | 2F | 2F | 0 | 31 | 40 | 75 | 21 | 1B |
| Octal | 61 | 135 | 57 | 57 | 0 | 61 | 100 | 165 | 41 | 33 |
| Binary | 110001 | 1011101 | 101111 | 101111 | 0 | 110001 | 1000000 | 1110101 | 100001 | 11011 |
Color Harmonies of #315D2F
Complementary color
Monochromatic Colors of #315D2F
Black with #315D2F
Text Example
Text Example
White with #315D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D2F; }
p { color: rgb(49,93,47); }
H1.HeaderClassName
{
color: #315D2F;
}
.AnyTagClassName
{
color: #315D2F;
}
</style>
background-color css
<style>
a { background-color: #315D2F; }
a { background-color: rgb(49,93,47); }
div.DivClassName
{
background-color: #315D2F;
}
.BgClassName
{
background-color: #315D2F;
}
</style>
border-color css
<style>
span { border-color: #315D2F; }
span { border-color: rgb(49,93,47); }
td.TdClassName
{
border-color: #315D2F;
}
.TagClassName
{
border-color: #315D2F;
}
</style>