Shades of Parsley #285F2A
Tints of Parsley #285F2A
RGB
CMYK
RGB Variations
Color information
#285F2A (or 0x285F2A) is known color: Parsley. HEX triplet: 28, 5F and 2A. RGB value is (40,95,42). Sum of RGB (Red+Green+Blue) = 40+95+42=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #285F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F2A is #D7A0D5. Grayscale: #484848. Windows color (decimal): -14131414 or 2776872. OLE color: 2776872.
HSL color Cylindrical-coordinate representation of color #285F2A: hue angle of 122.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F2A is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 42 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.63 |
| HSL | 122.18º | 0.41% | 0.26% | - |
| HSV(B) | 122.18º | 0.58% | 0.37% | - |
| XYZ | 5.39 | 8.8 | 3.61 | - |
| YUV | 72.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 42 | 0.58 | 0 | 0.56 | 0.63 | 122.18 | 0.41 | 0.26 |
| Hex | 28 | 5F | 2A | 3A | 0 | 38 | 3F | 7A | 29 | 1A |
| Octal | 50 | 137 | 52 | 72 | 0 | 70 | 77 | 172 | 51 | 32 |
| Binary | 101000 | 1011111 | 101010 | 111010 | 0 | 111000 | 111111 | 1111010 | 101001 | 11010 |
Color Harmonies of #285F2A
Complementary color
Monochromatic Colors of #285F2A
Black with #285F2A
Text Example
Text Example
White with #285F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F2A; }
p { color: rgb(40,95,42); }
H1.HeaderClassName
{
color: #285F2A;
}
.AnyTagClassName
{
color: #285F2A;
}
</style>
background-color css
<style>
a { background-color: #285F2A; }
a { background-color: rgb(40,95,42); }
div.DivClassName
{
background-color: #285F2A;
}
.BgClassName
{
background-color: #285F2A;
}
</style>
border-color css
<style>
span { border-color: #285F2A; }
span { border-color: rgb(40,95,42); }
td.TdClassName
{
border-color: #285F2A;
}
.TagClassName
{
border-color: #285F2A;
}
</style>