Shades of Parsley #28582B
Tints of Parsley #28582B
RGB
CMYK
RGB Variations
Color information
#28582B (or 0x28582B) is known color: Parsley. HEX triplet: 28, 58 and 2B. RGB value is (40,88,43). Sum of RGB (Red+Green+Blue) = 40+88+43=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #28582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28582B is #D7A7D4. Grayscale: #444444. Windows color (decimal): -14133205 or 2840616. OLE color: 2840616.
HSL color Cylindrical-coordinate representation of color #28582B: hue angle of 123.75º 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 #28582B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 43 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.65 |
| HSL | 123.75º | 0.38% | 0.25% | - |
| HSV(B) | 123.75º | 0.55% | 0.35% | - |
| XYZ | 4.8 | 7.6 | 3.5 | - |
| YUV | 68.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 43 | 0.55 | 0 | 0.51 | 0.65 | 123.75 | 0.38 | 0.25 |
| Hex | 28 | 58 | 2B | 37 | 0 | 33 | 41 | 7C | 26 | 19 |
| Octal | 50 | 130 | 53 | 67 | 0 | 63 | 101 | 174 | 46 | 31 |
| Binary | 101000 | 1011000 | 101011 | 110111 | 0 | 110011 | 1000001 | 1111100 | 100110 | 11001 |
Color Harmonies of #28582B
Complementary color
Monochromatic Colors of #28582B
Black with #28582B
Text Example
Text Example
White with #28582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28582B; }
p { color: rgb(40,88,43); }
H1.HeaderClassName
{
color: #28582B;
}
.AnyTagClassName
{
color: #28582B;
}
</style>
background-color css
<style>
a { background-color: #28582B; }
a { background-color: rgb(40,88,43); }
div.DivClassName
{
background-color: #28582B;
}
.BgClassName
{
background-color: #28582B;
}
</style>
border-color css
<style>
span { border-color: #28582B; }
span { border-color: rgb(40,88,43); }
td.TdClassName
{
border-color: #28582B;
}
.TagClassName
{
border-color: #28582B;
}
</style>