Shades of Parsley #285B31
Tints of Parsley #285B31
RGB
CMYK
RGB Variations
Color information
#285B31 (or 0x285B31) is known color: Parsley. HEX triplet: 28, 5B and 31. RGB value is (40,91,49). Sum of RGB (Red+Green+Blue) = 40+91+49=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #285B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B31 is #D7A4CE. Grayscale: #474747. Windows color (decimal): -14132431 or 3234600. OLE color: 3234600.
HSL color Cylindrical-coordinate representation of color #285B31: hue angle of 130.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B31 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 49 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.64 |
| HSL | 130.59º | 0.39% | 0.26% | - |
| HSV(B) | 130.59º | 0.56% | 0.36% | - |
| XYZ | 5.17 | 8.16 | 4.21 | - |
| YUV | 70.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 49 | 0.56 | 0 | 0.46 | 0.64 | 130.59 | 0.39 | 0.26 |
| Hex | 28 | 5B | 31 | 38 | 0 | 2E | 40 | 83 | 27 | 1A |
| Octal | 50 | 133 | 61 | 70 | 0 | 56 | 100 | 203 | 47 | 32 |
| Binary | 101000 | 1011011 | 110001 | 111000 | 0 | 101110 | 1000000 | 10000011 | 100111 | 11010 |
Color Harmonies of #285B31
Complementary color
Monochromatic Colors of #285B31
Black with #285B31
Text Example
Text Example
White with #285B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B31; }
p { color: rgb(40,91,49); }
H1.HeaderClassName
{
color: #285B31;
}
.AnyTagClassName
{
color: #285B31;
}
</style>
background-color css
<style>
a { background-color: #285B31; }
a { background-color: rgb(40,91,49); }
div.DivClassName
{
background-color: #285B31;
}
.BgClassName
{
background-color: #285B31;
}
</style>
border-color css
<style>
span { border-color: #285B31; }
span { border-color: rgb(40,91,49); }
td.TdClassName
{
border-color: #285B31;
}
.TagClassName
{
border-color: #285B31;
}
</style>