Shades of Parsley #28592D
Tints of Parsley #28592D
RGB
CMYK
RGB Variations
Color information
#28592D (or 0x28592D) is known color: Parsley. HEX triplet: 28, 59 and 2D. RGB value is (40,89,45). Sum of RGB (Red+Green+Blue) = 40+89+45=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #28592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28592D is #D7A6D2. Grayscale: #454545. Windows color (decimal): -14132947 or 2971944. OLE color: 2971944.
HSL color Cylindrical-coordinate representation of color #28592D: hue angle of 126.12º 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 #28592D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 45 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.65 |
| HSL | 126.12º | 0.38% | 0.25% | - |
| HSV(B) | 126.12º | 0.55% | 0.35% | - |
| XYZ | 4.92 | 7.79 | 3.73 | - |
| YUV | 69.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 45 | 0.55 | 0 | 0.49 | 0.65 | 126.12 | 0.38 | 0.25 |
| Hex | 28 | 59 | 2D | 37 | 0 | 31 | 41 | 7E | 26 | 19 |
| Octal | 50 | 131 | 55 | 67 | 0 | 61 | 101 | 176 | 46 | 31 |
| Binary | 101000 | 1011001 | 101101 | 110111 | 0 | 110001 | 1000001 | 1111110 | 100110 | 11001 |
Color Harmonies of #28592D
Complementary color
Monochromatic Colors of #28592D
Black with #28592D
Text Example
Text Example
White with #28592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28592D; }
p { color: rgb(40,89,45); }
H1.HeaderClassName
{
color: #28592D;
}
.AnyTagClassName
{
color: #28592D;
}
</style>
background-color css
<style>
a { background-color: #28592D; }
a { background-color: rgb(40,89,45); }
div.DivClassName
{
background-color: #28592D;
}
.BgClassName
{
background-color: #28592D;
}
</style>
border-color css
<style>
span { border-color: #28592D; }
span { border-color: rgb(40,89,45); }
td.TdClassName
{
border-color: #28592D;
}
.TagClassName
{
border-color: #28592D;
}
</style>