Shades of Parsley #2B5628
Tints of Parsley #2B5628
RGB
CMYK
RGB Variations
Color information
#2B5628 (or 0x2B5628) is known color: Parsley. HEX triplet: 2B, 56 and 28. RGB value is (43,86,40). Sum of RGB (Red+Green+Blue) = 43+86+40=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5628 is #D4A9D7. Grayscale: #444444. Windows color (decimal): -13937112 or 2643499. OLE color: 2643499.
HSL color Cylindrical-coordinate representation of color #2B5628: hue angle of 116.09º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5628 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 40 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.66 |
| HSL | 116.09º | 0.37% | 0.25% | - |
| HSV(B) | 116.09º | 0.53% | 0.34% | - |
| XYZ | 4.71 | 7.32 | 3.17 | - |
| YUV | 67.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 40 | 0.50 | 0 | 0.53 | 0.66 | 116.09 | 0.37 | 0.25 |
| Hex | 2B | 56 | 28 | 32 | 0 | 35 | 42 | 74 | 25 | 19 |
| Octal | 53 | 126 | 50 | 62 | 0 | 65 | 102 | 164 | 45 | 31 |
| Binary | 101011 | 1010110 | 101000 | 110010 | 0 | 110101 | 1000010 | 1110100 | 100101 | 11001 |
Color Harmonies of #2B5628
Complementary color
Monochromatic Colors of #2B5628
Black with #2B5628
Text Example
Text Example
White with #2B5628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5628; }
p { color: rgb(43,86,40); }
H1.HeaderClassName
{
color: #2B5628;
}
.AnyTagClassName
{
color: #2B5628;
}
</style>
background-color css
<style>
a { background-color: #2B5628; }
a { background-color: rgb(43,86,40); }
div.DivClassName
{
background-color: #2B5628;
}
.BgClassName
{
background-color: #2B5628;
}
</style>
border-color css
<style>
span { border-color: #2B5628; }
span { border-color: rgb(43,86,40); }
td.TdClassName
{
border-color: #2B5628;
}
.TagClassName
{
border-color: #2B5628;
}
</style>