Shades of Parsley #285F2B
Tints of Parsley #285F2B
RGB
CMYK
RGB Variations
Color information
#285F2B (or 0x285F2B) is known color: Parsley. HEX triplet: 28, 5F and 2B. RGB value is (40,95,43). Sum of RGB (Red+Green+Blue) = 40+95+43=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #285F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F2B is #D7A0D4. Grayscale: #484848. Windows color (decimal): -14131413 or 2842408. OLE color: 2842408.
HSL color Cylindrical-coordinate representation of color #285F2B: hue angle of 123.27º 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 #285F2B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 43 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.63 |
| HSL | 123.27º | 0.41% | 0.26% | - |
| HSV(B) | 123.27º | 0.58% | 0.37% | - |
| XYZ | 5.4 | 8.81 | 3.7 | - |
| YUV | 72.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 43 | 0.58 | 0 | 0.55 | 0.63 | 123.27 | 0.41 | 0.26 |
| Hex | 28 | 5F | 2B | 3A | 0 | 37 | 3F | 7B | 29 | 1A |
| Octal | 50 | 137 | 53 | 72 | 0 | 67 | 77 | 173 | 51 | 32 |
| Binary | 101000 | 1011111 | 101011 | 111010 | 0 | 110111 | 111111 | 1111011 | 101001 | 11010 |
Color Harmonies of #285F2B
Complementary color
Monochromatic Colors of #285F2B
Black with #285F2B
Text Example
Text Example
White with #285F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F2B; }
p { color: rgb(40,95,43); }
H1.HeaderClassName
{
color: #285F2B;
}
.AnyTagClassName
{
color: #285F2B;
}
</style>
background-color css
<style>
a { background-color: #285F2B; }
a { background-color: rgb(40,95,43); }
div.DivClassName
{
background-color: #285F2B;
}
.BgClassName
{
background-color: #285F2B;
}
</style>
border-color css
<style>
span { border-color: #285F2B; }
span { border-color: rgb(40,95,43); }
td.TdClassName
{
border-color: #285F2B;
}
.TagClassName
{
border-color: #285F2B;
}
</style>