Shades of Parsley #28552E
Tints of Parsley #28552E
RGB
CMYK
RGB Variations
Color information
#28552E (or 0x28552E) is known color: Parsley. HEX triplet: 28, 55 and 2E. RGB value is (40,85,46). Sum of RGB (Red+Green+Blue) = 40+85+46=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #28552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552E is #D7AAD1. Grayscale: #434343. Windows color (decimal): -14133970 or 3036456. OLE color: 3036456.
HSL color Cylindrical-coordinate representation of color #28552E: hue angle of 128º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28552E is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 46 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.67 |
| HSL | 128º | 0.36% | 0.25% | - |
| HSV(B) | 128º | 0.53% | 0.33% | - |
| XYZ | 4.62 | 7.15 | 3.72 | - |
| YUV | 67.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 46 | 0.53 | 0 | 0.46 | 0.67 | 128 | 0.36 | 0.25 |
| Hex | 28 | 55 | 2E | 35 | 0 | 2E | 43 | 80 | 24 | 19 |
| Octal | 50 | 125 | 56 | 65 | 0 | 56 | 103 | 200 | 44 | 31 |
| Binary | 101000 | 1010101 | 101110 | 110101 | 0 | 101110 | 1000011 | 10000000 | 100100 | 11001 |
Color Harmonies of #28552E
Complementary color
Monochromatic Colors of #28552E
Black with #28552E
Text Example
Text Example
White with #28552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28552E; }
p { color: rgb(40,85,46); }
H1.HeaderClassName
{
color: #28552E;
}
.AnyTagClassName
{
color: #28552E;
}
</style>
background-color css
<style>
a { background-color: #28552E; }
a { background-color: rgb(40,85,46); }
div.DivClassName
{
background-color: #28552E;
}
.BgClassName
{
background-color: #28552E;
}
</style>
border-color css
<style>
span { border-color: #28552E; }
span { border-color: rgb(40,85,46); }
td.TdClassName
{
border-color: #28552E;
}
.TagClassName
{
border-color: #28552E;
}
</style>