Shades of Parsley #28592E
Tints of Parsley #28592E
RGB
CMYK
RGB Variations
Color information
#28592E (or 0x28592E) is known color: Parsley. HEX triplet: 28, 59 and 2E. RGB value is (40,89,46). Sum of RGB (Red+Green+Blue) = 40+89+46=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #28592E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28592E is #D7A6D1. Grayscale: #454545. Windows color (decimal): -14132946 or 3037480. OLE color: 3037480.
HSL color Cylindrical-coordinate representation of color #28592E: hue angle of 127.35º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28592E is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 46 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.65 |
| HSL | 127.35º | 0.38% | 0.25% | - |
| HSV(B) | 127.35º | 0.55% | 0.35% | - |
| XYZ | 4.94 | 7.79 | 3.83 | - |
| YUV | 69.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 46 | 0.55 | 0 | 0.48 | 0.65 | 127.35 | 0.38 | 0.25 |
| Hex | 28 | 59 | 2E | 37 | 0 | 30 | 41 | 7F | 26 | 19 |
| Octal | 50 | 131 | 56 | 67 | 0 | 60 | 101 | 177 | 46 | 31 |
| Binary | 101000 | 1011001 | 101110 | 110111 | 0 | 110000 | 1000001 | 1111111 | 100110 | 11001 |
Color Harmonies of #28592E
Complementary color
Monochromatic Colors of #28592E
Black with #28592E
Text Example
Text Example
White with #28592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28592E; }
p { color: rgb(40,89,46); }
H1.HeaderClassName
{
color: #28592E;
}
.AnyTagClassName
{
color: #28592E;
}
</style>
background-color css
<style>
a { background-color: #28592E; }
a { background-color: rgb(40,89,46); }
div.DivClassName
{
background-color: #28592E;
}
.BgClassName
{
background-color: #28592E;
}
</style>
border-color css
<style>
span { border-color: #28592E; }
span { border-color: rgb(40,89,46); }
td.TdClassName
{
border-color: #28592E;
}
.TagClassName
{
border-color: #28592E;
}
</style>