Shades of Parsley #2C562F
Tints of Parsley #2C562F
RGB
CMYK
RGB Variations
Color information
#2C562F (or 0x2C562F) is known color: Parsley. HEX triplet: 2C, 56 and 2F. RGB value is (44,86,47). Sum of RGB (Red+Green+Blue) = 44+86+47=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #2C562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C562F is #D3A9D0. Grayscale: #454545. Windows color (decimal): -13871569 or 3102252. OLE color: 3102252.
HSL color Cylindrical-coordinate representation of color #2C562F: hue angle of 124.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C562F is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 86 | 47 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.66 |
| HSL | 124.29º | 0.32% | 0.25% | - |
| HSV(B) | 124.29º | 0.49% | 0.34% | - |
| XYZ | 4.88 | 7.4 | 3.86 | - |
| YUV | 69 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 47 | 0.49 | 0 | 0.45 | 0.66 | 124.29 | 0.32 | 0.25 |
| Hex | 2C | 56 | 2F | 31 | 0 | 2D | 42 | 7C | 20 | 19 |
| Octal | 54 | 126 | 57 | 61 | 0 | 55 | 102 | 174 | 40 | 31 |
| Binary | 101100 | 1010110 | 101111 | 110001 | 0 | 101101 | 1000010 | 1111100 | 100000 | 11001 |
Color Harmonies of #2C562F
Complementary color
Monochromatic Colors of #2C562F
Black with #2C562F
Text Example
Text Example
White with #2C562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C562F; }
p { color: rgb(44,86,47); }
H1.HeaderClassName
{
color: #2C562F;
}
.AnyTagClassName
{
color: #2C562F;
}
</style>
background-color css
<style>
a { background-color: #2C562F; }
a { background-color: rgb(44,86,47); }
div.DivClassName
{
background-color: #2C562F;
}
.BgClassName
{
background-color: #2C562F;
}
</style>
border-color css
<style>
span { border-color: #2C562F; }
span { border-color: rgb(44,86,47); }
td.TdClassName
{
border-color: #2C562F;
}
.TagClassName
{
border-color: #2C562F;
}
</style>