Shades of Parsley #285931
Tints of Parsley #285931
RGB
CMYK
RGB Variations
Color information
#285931 (or 0x285931) is known color: Parsley. HEX triplet: 28, 59 and 31. RGB value is (40,89,49). Sum of RGB (Red+Green+Blue) = 40+89+49=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #285931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285931 is #D7A6CE. Grayscale: #454545. Windows color (decimal): -14132943 or 3234088. OLE color: 3234088.
HSL color Cylindrical-coordinate representation of color #285931: hue angle of 131.02º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285931 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 49 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.65 |
| HSL | 131.02º | 0.38% | 0.25% | - |
| HSV(B) | 131.02º | 0.55% | 0.35% | - |
| XYZ | 5 | 7.82 | 4.15 | - |
| YUV | 69.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 49 | 0.55 | 0 | 0.45 | 0.65 | 131.02 | 0.38 | 0.25 |
| Hex | 28 | 59 | 31 | 37 | 0 | 2D | 41 | 83 | 26 | 19 |
| Octal | 50 | 131 | 61 | 67 | 0 | 55 | 101 | 203 | 46 | 31 |
| Binary | 101000 | 1011001 | 110001 | 110111 | 0 | 101101 | 1000001 | 10000011 | 100110 | 11001 |
Color Harmonies of #285931
Complementary color
Monochromatic Colors of #285931
Black with #285931
Text Example
Text Example
White with #285931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285931; }
p { color: rgb(40,89,49); }
H1.HeaderClassName
{
color: #285931;
}
.AnyTagClassName
{
color: #285931;
}
</style>
background-color css
<style>
a { background-color: #285931; }
a { background-color: rgb(40,89,49); }
div.DivClassName
{
background-color: #285931;
}
.BgClassName
{
background-color: #285931;
}
</style>
border-color css
<style>
span { border-color: #285931; }
span { border-color: rgb(40,89,49); }
td.TdClassName
{
border-color: #285931;
}
.TagClassName
{
border-color: #285931;
}
</style>