Shades of Parsley #285F2C
Tints of Parsley #285F2C
RGB
CMYK
RGB Variations
Color information
#285F2C (or 0x285F2C) is known color: Parsley. HEX triplet: 28, 5F and 2C. RGB value is (40,95,44). Sum of RGB (Red+Green+Blue) = 40+95+44=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #285F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F2C is #D7A0D3. Grayscale: #484848. Windows color (decimal): -14131412 or 2907944. OLE color: 2907944.
HSL color Cylindrical-coordinate representation of color #285F2C: hue angle of 124.36º 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 #285F2C is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 44 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.63 |
| HSL | 124.36º | 0.41% | 0.26% | - |
| HSV(B) | 124.36º | 0.58% | 0.37% | - |
| XYZ | 5.42 | 8.82 | 3.8 | - |
| YUV | 72.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 44 | 0.58 | 0 | 0.54 | 0.63 | 124.36 | 0.41 | 0.26 |
| Hex | 28 | 5F | 2C | 3A | 0 | 36 | 3F | 7C | 29 | 1A |
| Octal | 50 | 137 | 54 | 72 | 0 | 66 | 77 | 174 | 51 | 32 |
| Binary | 101000 | 1011111 | 101100 | 111010 | 0 | 110110 | 111111 | 1111100 | 101001 | 11010 |
Color Harmonies of #285F2C
Complementary color
Monochromatic Colors of #285F2C
Black with #285F2C
Text Example
Text Example
White with #285F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F2C; }
p { color: rgb(40,95,44); }
H1.HeaderClassName
{
color: #285F2C;
}
.AnyTagClassName
{
color: #285F2C;
}
</style>
background-color css
<style>
a { background-color: #285F2C; }
a { background-color: rgb(40,95,44); }
div.DivClassName
{
background-color: #285F2C;
}
.BgClassName
{
background-color: #285F2C;
}
</style>
border-color css
<style>
span { border-color: #285F2C; }
span { border-color: rgb(40,95,44); }
td.TdClassName
{
border-color: #285F2C;
}
.TagClassName
{
border-color: #285F2C;
}
</style>