Shades of Parsley #28582A
Tints of Parsley #28582A
RGB
CMYK
RGB Variations
Color information
#28582A (or 0x28582A) is known color: Parsley. HEX triplet: 28, 58 and 2A. RGB value is (40,88,42). Sum of RGB (Red+Green+Blue) = 40+88+42=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #28582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28582A is #D7A7D5. Grayscale: #444444. Windows color (decimal): -14133206 or 2775080. OLE color: 2775080.
HSL color Cylindrical-coordinate representation of color #28582A: hue angle of 122.5º 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 #28582A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 42 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.65 |
| HSL | 122.5º | 0.38% | 0.25% | - |
| HSV(B) | 122.5º | 0.55% | 0.35% | - |
| XYZ | 4.78 | 7.6 | 3.4 | - |
| YUV | 68.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 42 | 0.55 | 0 | 0.52 | 0.65 | 122.5 | 0.38 | 0.25 |
| Hex | 28 | 58 | 2A | 37 | 0 | 34 | 41 | 7B | 26 | 19 |
| Octal | 50 | 130 | 52 | 67 | 0 | 64 | 101 | 173 | 46 | 31 |
| Binary | 101000 | 1011000 | 101010 | 110111 | 0 | 110100 | 1000001 | 1111011 | 100110 | 11001 |
Color Harmonies of #28582A
Complementary color
Monochromatic Colors of #28582A
Black with #28582A
Text Example
Text Example
White with #28582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28582A; }
p { color: rgb(40,88,42); }
H1.HeaderClassName
{
color: #28582A;
}
.AnyTagClassName
{
color: #28582A;
}
</style>
background-color css
<style>
a { background-color: #28582A; }
a { background-color: rgb(40,88,42); }
div.DivClassName
{
background-color: #28582A;
}
.BgClassName
{
background-color: #28582A;
}
</style>
border-color css
<style>
span { border-color: #28582A; }
span { border-color: rgb(40,88,42); }
td.TdClassName
{
border-color: #28582A;
}
.TagClassName
{
border-color: #28582A;
}
</style>