Shades of Parsley #284C2B
Tints of Parsley #284C2B
RGB
CMYK
RGB Variations
Color information
#284C2B (or 0x284C2B) is known color: Parsley. HEX triplet: 28, 4C and 2B. RGB value is (40,76,43). Sum of RGB (Red+Green+Blue) = 40+76+43=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #284C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C2B is #D7B3D4. Grayscale: #3D3D3D. Windows color (decimal): -14136277 or 2837544. OLE color: 2837544.
HSL color Cylindrical-coordinate representation of color #284C2B: hue angle of 125º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C2B is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 43 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.70 |
| HSL | 125º | 0.31% | 0.23% | - |
| HSV(B) | 125º | 0.47% | 0.3% | - |
| XYZ | 3.9 | 5.79 | 3.2 | - |
| YUV | 61.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 43 | 0.47 | 0 | 0.43 | 0.70 | 125 | 0.31 | 0.23 |
| Hex | 28 | 4C | 2B | 2F | 0 | 2B | 46 | 7D | 1F | 17 |
| Octal | 50 | 114 | 53 | 57 | 0 | 53 | 106 | 175 | 37 | 27 |
| Binary | 101000 | 1001100 | 101011 | 101111 | 0 | 101011 | 1000110 | 1111101 | 11111 | 10111 |
Color Harmonies of #284C2B
Complementary color
Monochromatic Colors of #284C2B
Black with #284C2B
Text Example
Text Example
White with #284C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C2B; }
p { color: rgb(40,76,43); }
H1.HeaderClassName
{
color: #284C2B;
}
.AnyTagClassName
{
color: #284C2B;
}
</style>
background-color css
<style>
a { background-color: #284C2B; }
a { background-color: rgb(40,76,43); }
div.DivClassName
{
background-color: #284C2B;
}
.BgClassName
{
background-color: #284C2B;
}
</style>
border-color css
<style>
span { border-color: #284C2B; }
span { border-color: rgb(40,76,43); }
td.TdClassName
{
border-color: #284C2B;
}
.TagClassName
{
border-color: #284C2B;
}
</style>