Shades of Parsley #2B562C
Tints of Parsley #2B562C
RGB
CMYK
RGB Variations
Color information
#2B562C (or 0x2B562C) is known color: Parsley. HEX triplet: 2B, 56 and 2C. RGB value is (43,86,44). Sum of RGB (Red+Green+Blue) = 43+86+44=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #2B562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B562C is #D4A9D3. Grayscale: #444444. Windows color (decimal): -13937108 or 2905643. OLE color: 2905643.
HSL color Cylindrical-coordinate representation of color #2B562C: hue angle of 121.4º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B562C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 44 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.66 |
| HSL | 121.4º | 0.33% | 0.25% | - |
| HSV(B) | 121.4º | 0.5% | 0.34% | - |
| XYZ | 4.78 | 7.35 | 3.55 | - |
| YUV | 68.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 44 | 0.50 | 0 | 0.49 | 0.66 | 121.4 | 0.33 | 0.25 |
| Hex | 2B | 56 | 2C | 32 | 0 | 31 | 42 | 79 | 21 | 19 |
| Octal | 53 | 126 | 54 | 62 | 0 | 61 | 102 | 171 | 41 | 31 |
| Binary | 101011 | 1010110 | 101100 | 110010 | 0 | 110001 | 1000010 | 1111001 | 100001 | 11001 |
Color Harmonies of #2B562C
Complementary color
Monochromatic Colors of #2B562C
Black with #2B562C
Text Example
Text Example
White with #2B562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B562C; }
p { color: rgb(43,86,44); }
H1.HeaderClassName
{
color: #2B562C;
}
.AnyTagClassName
{
color: #2B562C;
}
</style>
background-color css
<style>
a { background-color: #2B562C; }
a { background-color: rgb(43,86,44); }
div.DivClassName
{
background-color: #2B562C;
}
.BgClassName
{
background-color: #2B562C;
}
</style>
border-color css
<style>
span { border-color: #2B562C; }
span { border-color: rgb(43,86,44); }
td.TdClassName
{
border-color: #2B562C;
}
.TagClassName
{
border-color: #2B562C;
}
</style>