Shades of Parsley #2B532E
Tints of Parsley #2B532E
RGB
CMYK
RGB Variations
Color information
#2B532E (or 0x2B532E) is known color: Parsley. HEX triplet: 2B, 53 and 2E. RGB value is (43,83,46). Sum of RGB (Red+Green+Blue) = 43+83+46=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532E is #D4ACD1. Grayscale: #424242. Windows color (decimal): -13937874 or 3035947. OLE color: 3035947.
HSL color Cylindrical-coordinate representation of color #2B532E: hue angle of 124.5º 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 #2B532E is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 46 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.67 |
| HSL | 124.5º | 0.32% | 0.25% | - |
| HSV(B) | 124.5º | 0.48% | 0.33% | - |
| XYZ | 4.58 | 6.9 | 3.67 | - |
| YUV | 66.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 46 | 0.48 | 0 | 0.45 | 0.67 | 124.5 | 0.32 | 0.25 |
| Hex | 2B | 53 | 2E | 30 | 0 | 2D | 43 | 7C | 20 | 19 |
| Octal | 53 | 123 | 56 | 60 | 0 | 55 | 103 | 174 | 40 | 31 |
| Binary | 101011 | 1010011 | 101110 | 110000 | 0 | 101101 | 1000011 | 1111100 | 100000 | 11001 |
Color Harmonies of #2B532E
Complementary color
Monochromatic Colors of #2B532E
Black with #2B532E
Text Example
Text Example
White with #2B532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B532E; }
p { color: rgb(43,83,46); }
H1.HeaderClassName
{
color: #2B532E;
}
.AnyTagClassName
{
color: #2B532E;
}
</style>
background-color css
<style>
a { background-color: #2B532E; }
a { background-color: rgb(43,83,46); }
div.DivClassName
{
background-color: #2B532E;
}
.BgClassName
{
background-color: #2B532E;
}
</style>
border-color css
<style>
span { border-color: #2B532E; }
span { border-color: rgb(43,83,46); }
td.TdClassName
{
border-color: #2B532E;
}
.TagClassName
{
border-color: #2B532E;
}
</style>