Shades of Parsley #1F5625
Tints of Parsley #1F5625
RGB
CMYK
RGB Variations
Color information
#1F5625 (or 0x1F5625) is known color: Parsley. HEX triplet: 1F, 56 and 25. RGB value is (31,86,37). Sum of RGB (Red+Green+Blue) = 31+86+37=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #1F5625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5625 is #E0A9DA. Grayscale: #404040. Windows color (decimal): -14723547 or 2446879. OLE color: 2446879.
HSL color Cylindrical-coordinate representation of color #1F5625: hue angle of 126.55º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5625 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 37 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.66 |
| HSL | 126.55º | 0.47% | 0.23% | - |
| HSV(B) | 126.55º | 0.64% | 0.34% | - |
| XYZ | 4.23 | 7.08 | 2.89 | - |
| YUV | 63.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 37 | 0.64 | 0 | 0.57 | 0.66 | 126.55 | 0.47 | 0.23 |
| Hex | 1F | 56 | 25 | 40 | 0 | 39 | 42 | 7F | 2F | 17 |
| Octal | 37 | 126 | 45 | 100 | 0 | 71 | 102 | 177 | 57 | 27 |
| Binary | 11111 | 1010110 | 100101 | 1000000 | 0 | 111001 | 1000010 | 1111111 | 101111 | 10111 |
Color Harmonies of #1F5625
Complementary color
Monochromatic Colors of #1F5625
Black with #1F5625
Text Example
Text Example
White with #1F5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5625; }
p { color: rgb(31,86,37); }
H1.HeaderClassName
{
color: #1F5625;
}
.AnyTagClassName
{
color: #1F5625;
}
</style>
background-color css
<style>
a { background-color: #1F5625; }
a { background-color: rgb(31,86,37); }
div.DivClassName
{
background-color: #1F5625;
}
.BgClassName
{
background-color: #1F5625;
}
</style>
border-color css
<style>
span { border-color: #1F5625; }
span { border-color: rgb(31,86,37); }
td.TdClassName
{
border-color: #1F5625;
}
.TagClassName
{
border-color: #1F5625;
}
</style>