Shades of Parsley #2B562A
Tints of Parsley #2B562A
RGB
CMYK
RGB Variations
Color information
#2B562A (or 0x2B562A) is known color: Parsley. HEX triplet: 2B, 56 and 2A. RGB value is (43,86,42). Sum of RGB (Red+Green+Blue) = 43+86+42=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #2B562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B562A is #D4A9D5. Grayscale: #444444. Windows color (decimal): -13937110 or 2774571. OLE color: 2774571.
HSL color Cylindrical-coordinate representation of color #2B562A: hue angle of 118.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B562A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 42 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.66 |
| HSL | 118.64º | 0.34% | 0.25% | - |
| HSV(B) | 118.64º | 0.51% | 0.34% | - |
| XYZ | 4.74 | 7.34 | 3.36 | - |
| YUV | 68.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 42 | 0.50 | 0 | 0.51 | 0.66 | 118.64 | 0.34 | 0.25 |
| Hex | 2B | 56 | 2A | 32 | 0 | 33 | 42 | 77 | 22 | 19 |
| Octal | 53 | 126 | 52 | 62 | 0 | 63 | 102 | 167 | 42 | 31 |
| Binary | 101011 | 1010110 | 101010 | 110010 | 0 | 110011 | 1000010 | 1110111 | 100010 | 11001 |
Color Harmonies of #2B562A
Complementary color
Monochromatic Colors of #2B562A
Black with #2B562A
Text Example
Text Example
White with #2B562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B562A; }
p { color: rgb(43,86,42); }
H1.HeaderClassName
{
color: #2B562A;
}
.AnyTagClassName
{
color: #2B562A;
}
</style>
background-color css
<style>
a { background-color: #2B562A; }
a { background-color: rgb(43,86,42); }
div.DivClassName
{
background-color: #2B562A;
}
.BgClassName
{
background-color: #2B562A;
}
</style>
border-color css
<style>
span { border-color: #2B562A; }
span { border-color: rgb(43,86,42); }
td.TdClassName
{
border-color: #2B562A;
}
.TagClassName
{
border-color: #2B562A;
}
</style>