Shades of Parsley #285C25
Tints of Parsley #285C25
RGB
CMYK
RGB Variations
Color information
#285C25 (or 0x285C25) is known color: Parsley. HEX triplet: 28, 5C and 25. RGB value is (40,92,37). Sum of RGB (Red+Green+Blue) = 40+92+37=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #285C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C25 is #D7A3DA. Grayscale: #464646. Windows color (decimal): -14132187 or 2448424. OLE color: 2448424.
HSL color Cylindrical-coordinate representation of color #285C25: hue angle of 116.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285C25 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 37 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.64 |
| HSL | 116.73º | 0.43% | 0.25% | - |
| HSV(B) | 116.73º | 0.6% | 0.36% | - |
| XYZ | 5.04 | 8.24 | 3.08 | - |
| YUV | 70.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 37 | 0.57 | 0 | 0.60 | 0.64 | 116.73 | 0.43 | 0.25 |
| Hex | 28 | 5C | 25 | 39 | 0 | 3C | 40 | 75 | 2B | 19 |
| Octal | 50 | 134 | 45 | 71 | 0 | 74 | 100 | 165 | 53 | 31 |
| Binary | 101000 | 1011100 | 100101 | 111001 | 0 | 111100 | 1000000 | 1110101 | 101011 | 11001 |
Color Harmonies of #285C25
Complementary color
Monochromatic Colors of #285C25
Black with #285C25
Text Example
Text Example
White with #285C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C25; }
p { color: rgb(40,92,37); }
H1.HeaderClassName
{
color: #285C25;
}
.AnyTagClassName
{
color: #285C25;
}
</style>
background-color css
<style>
a { background-color: #285C25; }
a { background-color: rgb(40,92,37); }
div.DivClassName
{
background-color: #285C25;
}
.BgClassName
{
background-color: #285C25;
}
</style>
border-color css
<style>
span { border-color: #285C25; }
span { border-color: rgb(40,92,37); }
td.TdClassName
{
border-color: #285C25;
}
.TagClassName
{
border-color: #285C25;
}
</style>