Shades of Parsley #286134
Tints of Parsley #286134
RGB
CMYK
RGB Variations
Color information
#286134 (or 0x286134) is known color: Parsley. HEX triplet: 28, 61 and 34. RGB value is (40,97,52). Sum of RGB (Red+Green+Blue) = 40+97+52=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #286134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286134 is #D79ECB. Grayscale: #4A4A4A. Windows color (decimal): -14130892 or 3432744. OLE color: 3432744.
HSL color Cylindrical-coordinate representation of color #286134: hue angle of 132.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286134 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 97 | 52 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.62 |
| HSL | 132.63º | 0.42% | 0.27% | - |
| HSV(B) | 132.63º | 0.59% | 0.38% | - |
| XYZ | 5.77 | 9.25 | 4.73 | - |
| YUV | 74.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 52 | 0.59 | 0 | 0.46 | 0.62 | 132.63 | 0.42 | 0.27 |
| Hex | 28 | 61 | 34 | 3B | 0 | 2E | 3E | 85 | 2A | 1B |
| Octal | 50 | 141 | 64 | 73 | 0 | 56 | 76 | 205 | 52 | 33 |
| Binary | 101000 | 1100001 | 110100 | 111011 | 0 | 101110 | 111110 | 10000101 | 101010 | 11011 |
Color Harmonies of #286134
Complementary color
Monochromatic Colors of #286134
Black with #286134
Text Example
Text Example
White with #286134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286134; }
p { color: rgb(40,97,52); }
H1.HeaderClassName
{
color: #286134;
}
.AnyTagClassName
{
color: #286134;
}
</style>
background-color css
<style>
a { background-color: #286134; }
a { background-color: rgb(40,97,52); }
div.DivClassName
{
background-color: #286134;
}
.BgClassName
{
background-color: #286134;
}
</style>
border-color css
<style>
span { border-color: #286134; }
span { border-color: rgb(40,97,52); }
td.TdClassName
{
border-color: #286134;
}
.TagClassName
{
border-color: #286134;
}
</style>