Shades of Parsley #285930
Tints of Parsley #285930
RGB
CMYK
RGB Variations
Color information
#285930 (or 0x285930) is known color: Parsley. HEX triplet: 28, 59 and 30. RGB value is (40,89,48). Sum of RGB (Red+Green+Blue) = 40+89+48=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #285930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285930 is #D7A6CF. Grayscale: #454545. Windows color (decimal): -14132944 or 3168552. OLE color: 3168552.
HSL color Cylindrical-coordinate representation of color #285930: hue angle of 129.8º 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 #285930 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 48 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.65 |
| HSL | 129.8º | 0.38% | 0.25% | - |
| HSV(B) | 129.8º | 0.55% | 0.35% | - |
| XYZ | 4.98 | 7.81 | 4.04 | - |
| YUV | 69.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 48 | 0.55 | 0 | 0.46 | 0.65 | 129.8 | 0.38 | 0.25 |
| Hex | 28 | 59 | 30 | 37 | 0 | 2E | 41 | 82 | 26 | 19 |
| Octal | 50 | 131 | 60 | 67 | 0 | 56 | 101 | 202 | 46 | 31 |
| Binary | 101000 | 1011001 | 110000 | 110111 | 0 | 101110 | 1000001 | 10000010 | 100110 | 11001 |
Color Harmonies of #285930
Complementary color
Monochromatic Colors of #285930
Black with #285930
Text Example
Text Example
White with #285930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285930; }
p { color: rgb(40,89,48); }
H1.HeaderClassName
{
color: #285930;
}
.AnyTagClassName
{
color: #285930;
}
</style>
background-color css
<style>
a { background-color: #285930; }
a { background-color: rgb(40,89,48); }
div.DivClassName
{
background-color: #285930;
}
.BgClassName
{
background-color: #285930;
}
</style>
border-color css
<style>
span { border-color: #285930; }
span { border-color: rgb(40,89,48); }
td.TdClassName
{
border-color: #285930;
}
.TagClassName
{
border-color: #285930;
}
</style>