Shades of Parsley #28572E
Tints of Parsley #28572E
RGB
CMYK
RGB Variations
Color information
#28572E (or 0x28572E) is known color: Parsley. HEX triplet: 28, 57 and 2E. RGB value is (40,87,46). Sum of RGB (Red+Green+Blue) = 40+87+46=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #28572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28572E is #D7A8D1. Grayscale: #444444. Windows color (decimal): -14133458 or 3036968. OLE color: 3036968.
HSL color Cylindrical-coordinate representation of color #28572E: hue angle of 127.66º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #28572E is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 46 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.66 |
| HSL | 127.66º | 0.37% | 0.25% | - |
| HSV(B) | 127.66º | 0.54% | 0.34% | - |
| XYZ | 4.78 | 7.46 | 3.77 | - |
| YUV | 68.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 46 | 0.54 | 0 | 0.47 | 0.66 | 127.66 | 0.37 | 0.25 |
| Hex | 28 | 57 | 2E | 36 | 0 | 2F | 42 | 80 | 25 | 19 |
| Octal | 50 | 127 | 56 | 66 | 0 | 57 | 102 | 200 | 45 | 31 |
| Binary | 101000 | 1010111 | 101110 | 110110 | 0 | 101111 | 1000010 | 10000000 | 100101 | 11001 |
Color Harmonies of #28572E
Complementary color
Monochromatic Colors of #28572E
Black with #28572E
Text Example
Text Example
White with #28572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28572E; }
p { color: rgb(40,87,46); }
H1.HeaderClassName
{
color: #28572E;
}
.AnyTagClassName
{
color: #28572E;
}
</style>
background-color css
<style>
a { background-color: #28572E; }
a { background-color: rgb(40,87,46); }
div.DivClassName
{
background-color: #28572E;
}
.BgClassName
{
background-color: #28572E;
}
</style>
border-color css
<style>
span { border-color: #28572E; }
span { border-color: rgb(40,87,46); }
td.TdClassName
{
border-color: #28572E;
}
.TagClassName
{
border-color: #28572E;
}
</style>