Shades of Parsley #284F2D
Tints of Parsley #284F2D
RGB
CMYK
RGB Variations
Color information
#284F2D (or 0x284F2D) is known color: Parsley. HEX triplet: 28, 4F and 2D. RGB value is (40,79,45). Sum of RGB (Red+Green+Blue) = 40+79+45=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #284F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F2D is #D7B0D2. Grayscale: #3F3F3F. Windows color (decimal): -14135507 or 2969384. OLE color: 2969384.
HSL color Cylindrical-coordinate representation of color #284F2D: hue angle of 127.69º 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 #284F2D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 79 | 45 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.69 |
| HSL | 127.69º | 0.33% | 0.23% | - |
| HSV(B) | 127.69º | 0.49% | 0.31% | - |
| XYZ | 4.14 | 6.23 | 3.47 | - |
| YUV | 63.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 45 | 0.49 | 0 | 0.43 | 0.69 | 127.69 | 0.33 | 0.23 |
| Hex | 28 | 4F | 2D | 31 | 0 | 2B | 45 | 80 | 21 | 17 |
| Octal | 50 | 117 | 55 | 61 | 0 | 53 | 105 | 200 | 41 | 27 |
| Binary | 101000 | 1001111 | 101101 | 110001 | 0 | 101011 | 1000101 | 10000000 | 100001 | 10111 |
Color Harmonies of #284F2D
Complementary color
Monochromatic Colors of #284F2D
Black with #284F2D
Text Example
Text Example
White with #284F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F2D; }
p { color: rgb(40,79,45); }
H1.HeaderClassName
{
color: #284F2D;
}
.AnyTagClassName
{
color: #284F2D;
}
</style>
background-color css
<style>
a { background-color: #284F2D; }
a { background-color: rgb(40,79,45); }
div.DivClassName
{
background-color: #284F2D;
}
.BgClassName
{
background-color: #284F2D;
}
</style>
border-color css
<style>
span { border-color: #284F2D; }
span { border-color: rgb(40,79,45); }
td.TdClassName
{
border-color: #284F2D;
}
.TagClassName
{
border-color: #284F2D;
}
</style>