Shades of Parsley #2B552B
Tints of Parsley #2B552B
RGB
CMYK
RGB Variations
Color information
#2B552B (or 0x2B552B) is known color: Parsley. HEX triplet: 2B, 55 and 2B. RGB value is (43,85,43). Sum of RGB (Red+Green+Blue) = 43+85+43=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #2B552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B552B is #D4AAD4. Grayscale: #434343. Windows color (decimal): -13937365 or 2839851. OLE color: 2839851.
HSL color Cylindrical-coordinate representation of color #2B552B: hue angle of 120º 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 #2B552B is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 43 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.67 |
| HSL | 120º | 0.33% | 0.25% | - |
| HSV(B) | 120º | 0.49% | 0.33% | - |
| XYZ | 4.68 | 7.19 | 3.43 | - |
| YUV | 67.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 43 | 0.49 | 0 | 0.49 | 0.67 | 120 | 0.33 | 0.25 |
| Hex | 2B | 55 | 2B | 31 | 0 | 31 | 43 | 78 | 21 | 19 |
| Octal | 53 | 125 | 53 | 61 | 0 | 61 | 103 | 170 | 41 | 31 |
| Binary | 101011 | 1010101 | 101011 | 110001 | 0 | 110001 | 1000011 | 1111000 | 100001 | 11001 |
Color Harmonies of #2B552B
Complementary color
Monochromatic Colors of #2B552B
Black with #2B552B
Text Example
Text Example
White with #2B552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B552B; }
p { color: rgb(43,85,43); }
H1.HeaderClassName
{
color: #2B552B;
}
.AnyTagClassName
{
color: #2B552B;
}
</style>
background-color css
<style>
a { background-color: #2B552B; }
a { background-color: rgb(43,85,43); }
div.DivClassName
{
background-color: #2B552B;
}
.BgClassName
{
background-color: #2B552B;
}
</style>
border-color css
<style>
span { border-color: #2B552B; }
span { border-color: rgb(43,85,43); }
td.TdClassName
{
border-color: #2B552B;
}
.TagClassName
{
border-color: #2B552B;
}
</style>