Shades of Parsley #285427
Tints of Parsley #285427
RGB
CMYK
RGB Variations
Color information
#285427 (or 0x285427) is known color: Parsley. HEX triplet: 28, 54 and 27. RGB value is (40,84,39). Sum of RGB (Red+Green+Blue) = 40+84+39=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #285427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285427 is #D7ABD8. Grayscale: #414141. Windows color (decimal): -14134233 or 2577448. OLE color: 2577448.
HSL color Cylindrical-coordinate representation of color #285427: hue angle of 118.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285427 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 84 | 39 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.67 |
| HSL | 118.67º | 0.37% | 0.24% | - |
| HSV(B) | 118.67º | 0.54% | 0.33% | - |
| XYZ | 4.41 | 6.94 | 3.03 | - |
| YUV | 65.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 39 | 0.52 | 0 | 0.54 | 0.67 | 118.67 | 0.37 | 0.24 |
| Hex | 28 | 54 | 27 | 34 | 0 | 36 | 43 | 77 | 25 | 18 |
| Octal | 50 | 124 | 47 | 64 | 0 | 66 | 103 | 167 | 45 | 30 |
| Binary | 101000 | 1010100 | 100111 | 110100 | 0 | 110110 | 1000011 | 1110111 | 100101 | 11000 |
Color Harmonies of #285427
Complementary color
Monochromatic Colors of #285427
Black with #285427
Text Example
Text Example
White with #285427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285427; }
p { color: rgb(40,84,39); }
H1.HeaderClassName
{
color: #285427;
}
.AnyTagClassName
{
color: #285427;
}
</style>
background-color css
<style>
a { background-color: #285427; }
a { background-color: rgb(40,84,39); }
div.DivClassName
{
background-color: #285427;
}
.BgClassName
{
background-color: #285427;
}
</style>
border-color css
<style>
span { border-color: #285427; }
span { border-color: rgb(40,84,39); }
td.TdClassName
{
border-color: #285427;
}
.TagClassName
{
border-color: #285427;
}
</style>