Shades of Parsley #284F2C
Tints of Parsley #284F2C
RGB
CMYK
RGB Variations
Color information
#284F2C (or 0x284F2C) is known color: Parsley. HEX triplet: 28, 4F and 2C. RGB value is (40,79,44). Sum of RGB (Red+Green+Blue) = 40+79+44=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #284F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F2C is #D7B0D3. Grayscale: #3F3F3F. Windows color (decimal): -14135508 or 2903848. OLE color: 2903848.
HSL color Cylindrical-coordinate representation of color #284F2C: hue angle of 126.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284F2C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 79 | 44 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.69 |
| HSL | 126.15º | 0.33% | 0.23% | - |
| HSV(B) | 126.15º | 0.49% | 0.31% | - |
| XYZ | 4.13 | 6.22 | 3.37 | - |
| YUV | 63.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 44 | 0.49 | 0 | 0.44 | 0.69 | 126.15 | 0.33 | 0.23 |
| Hex | 28 | 4F | 2C | 31 | 0 | 2C | 45 | 7E | 21 | 17 |
| Octal | 50 | 117 | 54 | 61 | 0 | 54 | 105 | 176 | 41 | 27 |
| Binary | 101000 | 1001111 | 101100 | 110001 | 0 | 101100 | 1000101 | 1111110 | 100001 | 10111 |
Color Harmonies of #284F2C
Complementary color
Monochromatic Colors of #284F2C
Black with #284F2C
Text Example
Text Example
White with #284F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F2C; }
p { color: rgb(40,79,44); }
H1.HeaderClassName
{
color: #284F2C;
}
.AnyTagClassName
{
color: #284F2C;
}
</style>
background-color css
<style>
a { background-color: #284F2C; }
a { background-color: rgb(40,79,44); }
div.DivClassName
{
background-color: #284F2C;
}
.BgClassName
{
background-color: #284F2C;
}
</style>
border-color css
<style>
span { border-color: #284F2C; }
span { border-color: rgb(40,79,44); }
td.TdClassName
{
border-color: #284F2C;
}
.TagClassName
{
border-color: #284F2C;
}
</style>