Shades of Parsley #286231
Tints of Parsley #286231
RGB
CMYK
RGB Variations
Color information
#286231 (or 0x286231) is known color: Parsley. HEX triplet: 28, 62 and 31. RGB value is (40,98,49). Sum of RGB (Red+Green+Blue) = 40+98+49=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #286231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286231 is #D79DCE. Grayscale: #4B4B4B. Windows color (decimal): -14130639 or 3236392. OLE color: 3236392.
HSL color Cylindrical-coordinate representation of color #286231: hue angle of 129.31º 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 #286231 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 98 | 49 | - |
| CMYK | 0.59 | 0 | 0.5 | 0.62 |
| HSL | 129.31º | 0.42% | 0.27% | - |
| HSV(B) | 129.31º | 0.59% | 0.38% | - |
| XYZ | 5.8 | 9.41 | 4.42 | - |
| YUV | 75.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 49 | 0.59 | 0 | 0.5 | 0.62 | 129.31 | 0.42 | 0.27 |
| Hex | 28 | 62 | 31 | 3B | 0 | 32 | 3E | 81 | 2A | 1B |
| Octal | 50 | 142 | 61 | 73 | 0 | 62 | 76 | 201 | 52 | 33 |
| Binary | 101000 | 1100010 | 110001 | 111011 | 0 | 110010 | 111110 | 10000001 | 101010 | 11011 |
Color Harmonies of #286231
Complementary color
Monochromatic Colors of #286231
Black with #286231
Text Example
Text Example
White with #286231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286231; }
p { color: rgb(40,98,49); }
H1.HeaderClassName
{
color: #286231;
}
.AnyTagClassName
{
color: #286231;
}
</style>
background-color css
<style>
a { background-color: #286231; }
a { background-color: rgb(40,98,49); }
div.DivClassName
{
background-color: #286231;
}
.BgClassName
{
background-color: #286231;
}
</style>
border-color css
<style>
span { border-color: #286231; }
span { border-color: rgb(40,98,49); }
td.TdClassName
{
border-color: #286231;
}
.TagClassName
{
border-color: #286231;
}
</style>