Shades of Parsley #294C2B
Tints of Parsley #294C2B
RGB
CMYK
RGB Variations
Color information
#294C2B (or 0x294C2B) is known color: Parsley. HEX triplet: 29, 4C and 2B. RGB value is (41,76,43). Sum of RGB (Red+Green+Blue) = 41+76+43=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #294C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C2B is #D6B3D4. Grayscale: #3D3D3D. Windows color (decimal): -14070741 or 2837545. OLE color: 2837545.
HSL color Cylindrical-coordinate representation of color #294C2B: hue angle of 123.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C2B is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 43 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.70 |
| HSL | 123.43º | 0.3% | 0.23% | - |
| HSV(B) | 123.43º | 0.46% | 0.3% | - |
| XYZ | 3.93 | 5.81 | 3.2 | - |
| YUV | 61.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 43 | 0.46 | 0 | 0.43 | 0.70 | 123.43 | 0.3 | 0.23 |
| Hex | 29 | 4C | 2B | 2E | 0 | 2B | 46 | 7B | 1E | 17 |
| Octal | 51 | 114 | 53 | 56 | 0 | 53 | 106 | 173 | 36 | 27 |
| Binary | 101001 | 1001100 | 101011 | 101110 | 0 | 101011 | 1000110 | 1111011 | 11110 | 10111 |
Color Harmonies of #294C2B
Complementary color
Monochromatic Colors of #294C2B
Black with #294C2B
Text Example
Text Example
White with #294C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C2B; }
p { color: rgb(41,76,43); }
H1.HeaderClassName
{
color: #294C2B;
}
.AnyTagClassName
{
color: #294C2B;
}
</style>
background-color css
<style>
a { background-color: #294C2B; }
a { background-color: rgb(41,76,43); }
div.DivClassName
{
background-color: #294C2B;
}
.BgClassName
{
background-color: #294C2B;
}
</style>
border-color css
<style>
span { border-color: #294C2B; }
span { border-color: rgb(41,76,43); }
td.TdClassName
{
border-color: #294C2B;
}
.TagClassName
{
border-color: #294C2B;
}
</style>