Shades of Parsley #285E2C
Tints of Parsley #285E2C
RGB
CMYK
RGB Variations
Color information
#285E2C (or 0x285E2C) is known color: Parsley. HEX triplet: 28, 5E and 2C. RGB value is (40,94,44). Sum of RGB (Red+Green+Blue) = 40+94+44=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #285E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E2C is #D7A1D3. Grayscale: #484848. Windows color (decimal): -14131668 or 2907688. OLE color: 2907688.
HSL color Cylindrical-coordinate representation of color #285E2C: hue angle of 124.44º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E2C is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 94 | 44 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.63 |
| HSL | 124.44º | 0.4% | 0.26% | - |
| HSV(B) | 124.44º | 0.57% | 0.37% | - |
| XYZ | 5.33 | 8.64 | 3.77 | - |
| YUV | 72.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 44 | 0.57 | 0 | 0.53 | 0.63 | 124.44 | 0.4 | 0.26 |
| Hex | 28 | 5E | 2C | 39 | 0 | 35 | 3F | 7C | 28 | 1A |
| Octal | 50 | 136 | 54 | 71 | 0 | 65 | 77 | 174 | 50 | 32 |
| Binary | 101000 | 1011110 | 101100 | 111001 | 0 | 110101 | 111111 | 1111100 | 101000 | 11010 |
Color Harmonies of #285E2C
Complementary color
Monochromatic Colors of #285E2C
Black with #285E2C
Text Example
Text Example
White with #285E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E2C; }
p { color: rgb(40,94,44); }
H1.HeaderClassName
{
color: #285E2C;
}
.AnyTagClassName
{
color: #285E2C;
}
</style>
background-color css
<style>
a { background-color: #285E2C; }
a { background-color: rgb(40,94,44); }
div.DivClassName
{
background-color: #285E2C;
}
.BgClassName
{
background-color: #285E2C;
}
</style>
border-color css
<style>
span { border-color: #285E2C; }
span { border-color: rgb(40,94,44); }
td.TdClassName
{
border-color: #285E2C;
}
.TagClassName
{
border-color: #285E2C;
}
</style>