Shades of Parsley #294F2F
Tints of Parsley #294F2F
RGB
CMYK
RGB Variations
Color information
#294F2F (or 0x294F2F) is known color: Parsley. HEX triplet: 29, 4F and 2F. RGB value is (41,79,47). Sum of RGB (Red+Green+Blue) = 41+79+47=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #294F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F2F is #D6B0D0. Grayscale: #404040. Windows color (decimal): -14069969 or 3100457. OLE color: 3100457.
HSL color Cylindrical-coordinate representation of color #294F2F: hue angle of 129.47º 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 #294F2F is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 47 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.69 |
| HSL | 129.47º | 0.32% | 0.24% | - |
| HSV(B) | 129.47º | 0.48% | 0.31% | - |
| XYZ | 4.22 | 6.27 | 3.68 | - |
| YUV | 63.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 47 | 0.48 | 0 | 0.41 | 0.69 | 129.47 | 0.32 | 0.24 |
| Hex | 29 | 4F | 2F | 30 | 0 | 29 | 45 | 81 | 20 | 18 |
| Octal | 51 | 117 | 57 | 60 | 0 | 51 | 105 | 201 | 40 | 30 |
| Binary | 101001 | 1001111 | 101111 | 110000 | 0 | 101001 | 1000101 | 10000001 | 100000 | 11000 |
Color Harmonies of #294F2F
Complementary color
Monochromatic Colors of #294F2F
Black with #294F2F
Text Example
Text Example
White with #294F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F2F; }
p { color: rgb(41,79,47); }
H1.HeaderClassName
{
color: #294F2F;
}
.AnyTagClassName
{
color: #294F2F;
}
</style>
background-color css
<style>
a { background-color: #294F2F; }
a { background-color: rgb(41,79,47); }
div.DivClassName
{
background-color: #294F2F;
}
.BgClassName
{
background-color: #294F2F;
}
</style>
border-color css
<style>
span { border-color: #294F2F; }
span { border-color: rgb(41,79,47); }
td.TdClassName
{
border-color: #294F2F;
}
.TagClassName
{
border-color: #294F2F;
}
</style>