Shades of Parsley #285C27
Tints of Parsley #285C27
RGB
CMYK
RGB Variations
Color information
#285C27 (or 0x285C27) is known color: Parsley. HEX triplet: 28, 5C and 27. RGB value is (40,92,39). Sum of RGB (Red+Green+Blue) = 40+92+39=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #285C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C27 is #D7A3D8. Grayscale: #464646. Windows color (decimal): -14132185 or 2579496. OLE color: 2579496.
HSL color Cylindrical-coordinate representation of color #285C27: hue angle of 118.87º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285C27 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 39 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.64 |
| HSL | 118.87º | 0.4% | 0.26% | - |
| HSV(B) | 118.87º | 0.58% | 0.36% | - |
| XYZ | 5.07 | 8.25 | 3.25 | - |
| YUV | 70.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 39 | 0.57 | 0 | 0.58 | 0.64 | 118.87 | 0.4 | 0.26 |
| Hex | 28 | 5C | 27 | 39 | 0 | 3A | 40 | 77 | 28 | 1A |
| Octal | 50 | 134 | 47 | 71 | 0 | 72 | 100 | 167 | 50 | 32 |
| Binary | 101000 | 1011100 | 100111 | 111001 | 0 | 111010 | 1000000 | 1110111 | 101000 | 11010 |
Color Harmonies of #285C27
Complementary color
Monochromatic Colors of #285C27
Black with #285C27
Text Example
Text Example
White with #285C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C27; }
p { color: rgb(40,92,39); }
H1.HeaderClassName
{
color: #285C27;
}
.AnyTagClassName
{
color: #285C27;
}
</style>
background-color css
<style>
a { background-color: #285C27; }
a { background-color: rgb(40,92,39); }
div.DivClassName
{
background-color: #285C27;
}
.BgClassName
{
background-color: #285C27;
}
</style>
border-color css
<style>
span { border-color: #285C27; }
span { border-color: rgb(40,92,39); }
td.TdClassName
{
border-color: #285C27;
}
.TagClassName
{
border-color: #285C27;
}
</style>