Shades of Parsley #2B5831
Tints of Parsley #2B5831
RGB
CMYK
RGB Variations
Color information
#2B5831 (or 0x2B5831) is known color: Parsley. HEX triplet: 2B, 58 and 31. RGB value is (43,88,49). Sum of RGB (Red+Green+Blue) = 43+88+49=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5831 is #D4A7CE. Grayscale: #464646. Windows color (decimal): -13936591 or 3233835. OLE color: 3233835.
HSL color Cylindrical-coordinate representation of color #2B5831: hue angle of 128º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5831 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 49 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.65 |
| HSL | 128º | 0.34% | 0.26% | - |
| HSV(B) | 128º | 0.51% | 0.35% | - |
| XYZ | 5.04 | 7.71 | 4.13 | - |
| YUV | 70.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 49 | 0.51 | 0 | 0.44 | 0.65 | 128 | 0.34 | 0.26 |
| Hex | 2B | 58 | 31 | 33 | 0 | 2C | 41 | 80 | 22 | 1A |
| Octal | 53 | 130 | 61 | 63 | 0 | 54 | 101 | 200 | 42 | 32 |
| Binary | 101011 | 1011000 | 110001 | 110011 | 0 | 101100 | 1000001 | 10000000 | 100010 | 11010 |
Color Harmonies of #2B5831
Complementary color
Monochromatic Colors of #2B5831
Black with #2B5831
Text Example
Text Example
White with #2B5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5831; }
p { color: rgb(43,88,49); }
H1.HeaderClassName
{
color: #2B5831;
}
.AnyTagClassName
{
color: #2B5831;
}
</style>
background-color css
<style>
a { background-color: #2B5831; }
a { background-color: rgb(43,88,49); }
div.DivClassName
{
background-color: #2B5831;
}
.BgClassName
{
background-color: #2B5831;
}
</style>
border-color css
<style>
span { border-color: #2B5831; }
span { border-color: rgb(43,88,49); }
td.TdClassName
{
border-color: #2B5831;
}
.TagClassName
{
border-color: #2B5831;
}
</style>