Shades of Parsley #285B28
Tints of Parsley #285B28
RGB
CMYK
RGB Variations
Color information
#285B28 (or 0x285B28) is known color: Parsley. HEX triplet: 28, 5B and 28. RGB value is (40,91,40). Sum of RGB (Red+Green+Blue) = 40+91+40=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #285B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B28 is #D7A4D7. Grayscale: #464646. Windows color (decimal): -14132440 or 2644776. OLE color: 2644776.
HSL color Cylindrical-coordinate representation of color #285B28: hue angle of 120º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B28 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 40 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.64 |
| HSL | 120º | 0.39% | 0.26% | - |
| HSV(B) | 120º | 0.56% | 0.36% | - |
| XYZ | 5 | 8.09 | 3.3 | - |
| YUV | 69.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 40 | 0.56 | 0 | 0.56 | 0.64 | 120 | 0.39 | 0.26 |
| Hex | 28 | 5B | 28 | 38 | 0 | 38 | 40 | 78 | 27 | 1A |
| Octal | 50 | 133 | 50 | 70 | 0 | 70 | 100 | 170 | 47 | 32 |
| Binary | 101000 | 1011011 | 101000 | 111000 | 0 | 111000 | 1000000 | 1111000 | 100111 | 11010 |
Color Harmonies of #285B28
Complementary color
Monochromatic Colors of #285B28
Black with #285B28
Text Example
Text Example
White with #285B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B28; }
p { color: rgb(40,91,40); }
H1.HeaderClassName
{
color: #285B28;
}
.AnyTagClassName
{
color: #285B28;
}
</style>
background-color css
<style>
a { background-color: #285B28; }
a { background-color: rgb(40,91,40); }
div.DivClassName
{
background-color: #285B28;
}
.BgClassName
{
background-color: #285B28;
}
</style>
border-color css
<style>
span { border-color: #285B28; }
span { border-color: rgb(40,91,40); }
td.TdClassName
{
border-color: #285B28;
}
.TagClassName
{
border-color: #285B28;
}
</style>