Shades of Parsley #2B552C
Tints of Parsley #2B552C
RGB
CMYK
RGB Variations
Color information
#2B552C (or 0x2B552C) is known color: Parsley. HEX triplet: 2B, 55 and 2C. RGB value is (43,85,44). Sum of RGB (Red+Green+Blue) = 43+85+44=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #2B552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B552C is #D4AAD3. Grayscale: #434343. Windows color (decimal): -13937364 or 2905387. OLE color: 2905387.
HSL color Cylindrical-coordinate representation of color #2B552C: hue angle of 121.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B552C is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 44 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.67 |
| HSL | 121.43º | 0.33% | 0.25% | - |
| HSV(B) | 121.43º | 0.49% | 0.33% | - |
| XYZ | 4.7 | 7.19 | 3.52 | - |
| YUV | 67.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 44 | 0.49 | 0 | 0.48 | 0.67 | 121.43 | 0.33 | 0.25 |
| Hex | 2B | 55 | 2C | 31 | 0 | 30 | 43 | 79 | 21 | 19 |
| Octal | 53 | 125 | 54 | 61 | 0 | 60 | 103 | 171 | 41 | 31 |
| Binary | 101011 | 1010101 | 101100 | 110001 | 0 | 110000 | 1000011 | 1111001 | 100001 | 11001 |
Color Harmonies of #2B552C
Complementary color
Monochromatic Colors of #2B552C
Black with #2B552C
Text Example
Text Example
White with #2B552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B552C; }
p { color: rgb(43,85,44); }
H1.HeaderClassName
{
color: #2B552C;
}
.AnyTagClassName
{
color: #2B552C;
}
</style>
background-color css
<style>
a { background-color: #2B552C; }
a { background-color: rgb(43,85,44); }
div.DivClassName
{
background-color: #2B552C;
}
.BgClassName
{
background-color: #2B552C;
}
</style>
border-color css
<style>
span { border-color: #2B552C; }
span { border-color: rgb(43,85,44); }
td.TdClassName
{
border-color: #2B552C;
}
.TagClassName
{
border-color: #2B552C;
}
</style>