Shades of Parsley #294F2B
Tints of Parsley #294F2B
RGB
CMYK
RGB Variations
Color information
#294F2B (or 0x294F2B) is known color: Parsley. HEX triplet: 29, 4F and 2B. RGB value is (41,79,43). Sum of RGB (Red+Green+Blue) = 41+79+43=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #294F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F2B is #D6B0D4. Grayscale: #3F3F3F. Windows color (decimal): -14069973 or 2838313. OLE color: 2838313.
HSL color Cylindrical-coordinate representation of color #294F2B: hue angle of 123.16º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F2B is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 43 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.69 |
| HSL | 123.16º | 0.32% | 0.24% | - |
| HSV(B) | 123.16º | 0.48% | 0.31% | - |
| XYZ | 4.15 | 6.24 | 3.27 | - |
| YUV | 63.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 43 | 0.48 | 0 | 0.46 | 0.69 | 123.16 | 0.32 | 0.24 |
| Hex | 29 | 4F | 2B | 30 | 0 | 2E | 45 | 7B | 20 | 18 |
| Octal | 51 | 117 | 53 | 60 | 0 | 56 | 105 | 173 | 40 | 30 |
| Binary | 101001 | 1001111 | 101011 | 110000 | 0 | 101110 | 1000101 | 1111011 | 100000 | 11000 |
Color Harmonies of #294F2B
Complementary color
Monochromatic Colors of #294F2B
Black with #294F2B
Text Example
Text Example
White with #294F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F2B; }
p { color: rgb(41,79,43); }
H1.HeaderClassName
{
color: #294F2B;
}
.AnyTagClassName
{
color: #294F2B;
}
</style>
background-color css
<style>
a { background-color: #294F2B; }
a { background-color: rgb(41,79,43); }
div.DivClassName
{
background-color: #294F2B;
}
.BgClassName
{
background-color: #294F2B;
}
</style>
border-color css
<style>
span { border-color: #294F2B; }
span { border-color: rgb(41,79,43); }
td.TdClassName
{
border-color: #294F2B;
}
.TagClassName
{
border-color: #294F2B;
}
</style>