Shades of Parsley #285833
Tints of Parsley #285833
RGB
CMYK
RGB Variations
Color information
#285833 (or 0x285833) is known color: Parsley. HEX triplet: 28, 58 and 33. RGB value is (40,88,51). Sum of RGB (Red+Green+Blue) = 40+88+51=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #285833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285833 is #D7A7CC. Grayscale: #454545. Windows color (decimal): -14133197 or 3364904. OLE color: 3364904.
HSL color Cylindrical-coordinate representation of color #285833: hue angle of 133.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 #285833 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 51 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.65 |
| HSL | 133.75º | 0.38% | 0.25% | - |
| HSV(B) | 133.75º | 0.55% | 0.35% | - |
| XYZ | 4.96 | 7.67 | 4.35 | - |
| YUV | 69.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 51 | 0.55 | 0 | 0.42 | 0.65 | 133.75 | 0.38 | 0.25 |
| Hex | 28 | 58 | 33 | 37 | 0 | 2A | 41 | 86 | 26 | 19 |
| Octal | 50 | 130 | 63 | 67 | 0 | 52 | 101 | 206 | 46 | 31 |
| Binary | 101000 | 1011000 | 110011 | 110111 | 0 | 101010 | 1000001 | 10000110 | 100110 | 11001 |
Color Harmonies of #285833
Complementary color
Monochromatic Colors of #285833
Black with #285833
Text Example
Text Example
White with #285833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285833; }
p { color: rgb(40,88,51); }
H1.HeaderClassName
{
color: #285833;
}
.AnyTagClassName
{
color: #285833;
}
</style>
background-color css
<style>
a { background-color: #285833; }
a { background-color: rgb(40,88,51); }
div.DivClassName
{
background-color: #285833;
}
.BgClassName
{
background-color: #285833;
}
</style>
border-color css
<style>
span { border-color: #285833; }
span { border-color: rgb(40,88,51); }
td.TdClassName
{
border-color: #285833;
}
.TagClassName
{
border-color: #285833;
}
</style>