Shades of Parsley #294E2B
Tints of Parsley #294E2B
RGB
CMYK
RGB Variations
Color information
#294E2B (or 0x294E2B) is known color: Parsley. HEX triplet: 29, 4E and 2B. RGB value is (41,78,43). Sum of RGB (Red+Green+Blue) = 41+78+43=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2B is #D6B1D4. Grayscale: #3F3F3F. Windows color (decimal): -14070229 or 2838057. OLE color: 2838057.
HSL color Cylindrical-coordinate representation of color #294E2B: hue angle of 123.24º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E2B is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 43 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.69 |
| HSL | 123.24º | 0.31% | 0.23% | - |
| HSV(B) | 123.24º | 0.47% | 0.31% | - |
| XYZ | 4.07 | 6.09 | 3.25 | - |
| YUV | 62.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 43 | 0.47 | 0 | 0.45 | 0.69 | 123.24 | 0.31 | 0.23 |
| Hex | 29 | 4E | 2B | 2F | 0 | 2D | 45 | 7B | 1F | 17 |
| Octal | 51 | 116 | 53 | 57 | 0 | 55 | 105 | 173 | 37 | 27 |
| Binary | 101001 | 1001110 | 101011 | 101111 | 0 | 101101 | 1000101 | 1111011 | 11111 | 10111 |
Color Harmonies of #294E2B
Complementary color
Monochromatic Colors of #294E2B
Black with #294E2B
Text Example
Text Example
White with #294E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E2B; }
p { color: rgb(41,78,43); }
H1.HeaderClassName
{
color: #294E2B;
}
.AnyTagClassName
{
color: #294E2B;
}
</style>
background-color css
<style>
a { background-color: #294E2B; }
a { background-color: rgb(41,78,43); }
div.DivClassName
{
background-color: #294E2B;
}
.BgClassName
{
background-color: #294E2B;
}
</style>
border-color css
<style>
span { border-color: #294E2B; }
span { border-color: rgb(41,78,43); }
td.TdClassName
{
border-color: #294E2B;
}
.TagClassName
{
border-color: #294E2B;
}
</style>