Shades of Parsley #2B532C
Tints of Parsley #2B532C
RGB
CMYK
RGB Variations
Color information
#2B532C (or 0x2B532C) is known color: Parsley. HEX triplet: 2B, 53 and 2C. RGB value is (43,83,44). Sum of RGB (Red+Green+Blue) = 43+83+44=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532C is #D4ACD3. Grayscale: #424242. Windows color (decimal): -13937876 or 2904875. OLE color: 2904875.
HSL color Cylindrical-coordinate representation of color #2B532C: hue angle of 121.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 #2B532C is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 44 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.67 |
| HSL | 121.5º | 0.32% | 0.25% | - |
| HSV(B) | 121.5º | 0.48% | 0.33% | - |
| XYZ | 4.54 | 6.88 | 3.47 | - |
| YUV | 66.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 44 | 0.48 | 0 | 0.47 | 0.67 | 121.5 | 0.32 | 0.25 |
| Hex | 2B | 53 | 2C | 30 | 0 | 2F | 43 | 7A | 20 | 19 |
| Octal | 53 | 123 | 54 | 60 | 0 | 57 | 103 | 172 | 40 | 31 |
| Binary | 101011 | 1010011 | 101100 | 110000 | 0 | 101111 | 1000011 | 1111010 | 100000 | 11001 |
Color Harmonies of #2B532C
Complementary color
Monochromatic Colors of #2B532C
Black with #2B532C
Text Example
Text Example
White with #2B532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B532C; }
p { color: rgb(43,83,44); }
H1.HeaderClassName
{
color: #2B532C;
}
.AnyTagClassName
{
color: #2B532C;
}
</style>
background-color css
<style>
a { background-color: #2B532C; }
a { background-color: rgb(43,83,44); }
div.DivClassName
{
background-color: #2B532C;
}
.BgClassName
{
background-color: #2B532C;
}
</style>
border-color css
<style>
span { border-color: #2B532C; }
span { border-color: rgb(43,83,44); }
td.TdClassName
{
border-color: #2B532C;
}
.TagClassName
{
border-color: #2B532C;
}
</style>