Shades of Parsley #2B532D
Tints of Parsley #2B532D
RGB
CMYK
RGB Variations
Color information
#2B532D (or 0x2B532D) is known color: Parsley. HEX triplet: 2B, 53 and 2D. RGB value is (43,83,45). Sum of RGB (Red+Green+Blue) = 43+83+45=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532D is #D4ACD2. Grayscale: #424242. Windows color (decimal): -13937875 or 2970411. OLE color: 2970411.
HSL color Cylindrical-coordinate representation of color #2B532D: hue angle of 123º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B532D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 45 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.67 |
| HSL | 123º | 0.32% | 0.25% | - |
| HSV(B) | 123º | 0.48% | 0.33% | - |
| XYZ | 4.56 | 6.89 | 3.57 | - |
| YUV | 66.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 45 | 0.48 | 0 | 0.46 | 0.67 | 123 | 0.32 | 0.25 |
| Hex | 2B | 53 | 2D | 30 | 0 | 2E | 43 | 7B | 20 | 19 |
| Octal | 53 | 123 | 55 | 60 | 0 | 56 | 103 | 173 | 40 | 31 |
| Binary | 101011 | 1010011 | 101101 | 110000 | 0 | 101110 | 1000011 | 1111011 | 100000 | 11001 |
Color Harmonies of #2B532D
Complementary color
Monochromatic Colors of #2B532D
Black with #2B532D
Text Example
Text Example
White with #2B532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B532D; }
p { color: rgb(43,83,45); }
H1.HeaderClassName
{
color: #2B532D;
}
.AnyTagClassName
{
color: #2B532D;
}
</style>
background-color css
<style>
a { background-color: #2B532D; }
a { background-color: rgb(43,83,45); }
div.DivClassName
{
background-color: #2B532D;
}
.BgClassName
{
background-color: #2B532D;
}
</style>
border-color css
<style>
span { border-color: #2B532D; }
span { border-color: rgb(43,83,45); }
td.TdClassName
{
border-color: #2B532D;
}
.TagClassName
{
border-color: #2B532D;
}
</style>