Shades of Parsley #28552C
Tints of Parsley #28552C
RGB
CMYK
RGB Variations
Color information
#28552C (or 0x28552C) is known color: Parsley. HEX triplet: 28, 55 and 2C. RGB value is (40,85,44). Sum of RGB (Red+Green+Blue) = 40+85+44=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #28552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552C is #D7AAD3. Grayscale: #424242. Windows color (decimal): -14133972 or 2905384. OLE color: 2905384.
HSL color Cylindrical-coordinate representation of color #28552C: hue angle of 125.33º 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 #28552C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 44 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.67 |
| HSL | 125.33º | 0.36% | 0.25% | - |
| HSV(B) | 125.33º | 0.53% | 0.33% | - |
| XYZ | 4.58 | 7.13 | 3.52 | - |
| YUV | 66.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 44 | 0.53 | 0 | 0.48 | 0.67 | 125.33 | 0.36 | 0.25 |
| Hex | 28 | 55 | 2C | 35 | 0 | 30 | 43 | 7D | 24 | 19 |
| Octal | 50 | 125 | 54 | 65 | 0 | 60 | 103 | 175 | 44 | 31 |
| Binary | 101000 | 1010101 | 101100 | 110101 | 0 | 110000 | 1000011 | 1111101 | 100100 | 11001 |
Color Harmonies of #28552C
Complementary color
Monochromatic Colors of #28552C
Black with #28552C
Text Example
Text Example
White with #28552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28552C; }
p { color: rgb(40,85,44); }
H1.HeaderClassName
{
color: #28552C;
}
.AnyTagClassName
{
color: #28552C;
}
</style>
background-color css
<style>
a { background-color: #28552C; }
a { background-color: rgb(40,85,44); }
div.DivClassName
{
background-color: #28552C;
}
.BgClassName
{
background-color: #28552C;
}
</style>
border-color css
<style>
span { border-color: #28552C; }
span { border-color: rgb(40,85,44); }
td.TdClassName
{
border-color: #28552C;
}
.TagClassName
{
border-color: #28552C;
}
</style>