Shades of Parsley #2B562D
Tints of Parsley #2B562D
RGB
CMYK
RGB Variations
Color information
#2B562D (or 0x2B562D) is known color: Parsley. HEX triplet: 2B, 56 and 2D. RGB value is (43,86,45). Sum of RGB (Red+Green+Blue) = 43+86+45=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #2B562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B562D is #D4A9D2. Grayscale: #444444. Windows color (decimal): -13937107 or 2971179. OLE color: 2971179.
HSL color Cylindrical-coordinate representation of color #2B562D: hue angle of 122.79º 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 #2B562D is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 45 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.66 |
| HSL | 122.79º | 0.33% | 0.25% | - |
| HSV(B) | 122.79º | 0.5% | 0.34% | - |
| XYZ | 4.8 | 7.36 | 3.65 | - |
| YUV | 68.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 45 | 0.50 | 0 | 0.48 | 0.66 | 122.79 | 0.33 | 0.25 |
| Hex | 2B | 56 | 2D | 32 | 0 | 30 | 42 | 7B | 21 | 19 |
| Octal | 53 | 126 | 55 | 62 | 0 | 60 | 102 | 173 | 41 | 31 |
| Binary | 101011 | 1010110 | 101101 | 110010 | 0 | 110000 | 1000010 | 1111011 | 100001 | 11001 |
Color Harmonies of #2B562D
Complementary color
Monochromatic Colors of #2B562D
Black with #2B562D
Text Example
Text Example
White with #2B562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B562D; }
p { color: rgb(43,86,45); }
H1.HeaderClassName
{
color: #2B562D;
}
.AnyTagClassName
{
color: #2B562D;
}
</style>
background-color css
<style>
a { background-color: #2B562D; }
a { background-color: rgb(43,86,45); }
div.DivClassName
{
background-color: #2B562D;
}
.BgClassName
{
background-color: #2B562D;
}
</style>
border-color css
<style>
span { border-color: #2B562D; }
span { border-color: rgb(43,86,45); }
td.TdClassName
{
border-color: #2B562D;
}
.TagClassName
{
border-color: #2B562D;
}
</style>