Shades of Parsley #285D31
Tints of Parsley #285D31
RGB
CMYK
RGB Variations
Color information
#285D31 (or 0x285D31) is known color: Parsley. HEX triplet: 28, 5D and 31. RGB value is (40,93,49). Sum of RGB (Red+Green+Blue) = 40+93+49=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #285D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D31 is #D7A2CE. Grayscale: #484848. Windows color (decimal): -14131919 or 3235112. OLE color: 3235112.
HSL color Cylindrical-coordinate representation of color #285D31: hue angle of 130.19º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D31 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 49 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.64 |
| HSL | 130.19º | 0.4% | 0.26% | - |
| HSV(B) | 130.19º | 0.57% | 0.36% | - |
| XYZ | 5.34 | 8.5 | 4.27 | - |
| YUV | 72.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 49 | 0.57 | 0 | 0.47 | 0.64 | 130.19 | 0.4 | 0.26 |
| Hex | 28 | 5D | 31 | 39 | 0 | 2F | 40 | 82 | 28 | 1A |
| Octal | 50 | 135 | 61 | 71 | 0 | 57 | 100 | 202 | 50 | 32 |
| Binary | 101000 | 1011101 | 110001 | 111001 | 0 | 101111 | 1000000 | 10000010 | 101000 | 11010 |
Color Harmonies of #285D31
Complementary color
Monochromatic Colors of #285D31
Black with #285D31
Text Example
Text Example
White with #285D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D31; }
p { color: rgb(40,93,49); }
H1.HeaderClassName
{
color: #285D31;
}
.AnyTagClassName
{
color: #285D31;
}
</style>
background-color css
<style>
a { background-color: #285D31; }
a { background-color: rgb(40,93,49); }
div.DivClassName
{
background-color: #285D31;
}
.BgClassName
{
background-color: #285D31;
}
</style>
border-color css
<style>
span { border-color: #285D31; }
span { border-color: rgb(40,93,49); }
td.TdClassName
{
border-color: #285D31;
}
.TagClassName
{
border-color: #285D31;
}
</style>