Shades of Parsley #2B5531
Tints of Parsley #2B5531
RGB
CMYK
RGB Variations
Color information
#2B5531 (or 0x2B5531) is known color: Parsley. HEX triplet: 2B, 55 and 31. RGB value is (43,85,49). Sum of RGB (Red+Green+Blue) = 43+85+49=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5531 is #D4AACE. Grayscale: #444444. Windows color (decimal): -13937359 or 3233067. OLE color: 3233067.
HSL color Cylindrical-coordinate representation of color #2B5531: hue angle of 128.57º 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 #2B5531 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 49 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.67 |
| HSL | 128.57º | 0.33% | 0.25% | - |
| HSV(B) | 128.57º | 0.49% | 0.33% | - |
| XYZ | 4.8 | 7.23 | 4.05 | - |
| YUV | 68.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 49 | 0.49 | 0 | 0.42 | 0.67 | 128.57 | 0.33 | 0.25 |
| Hex | 2B | 55 | 31 | 31 | 0 | 2A | 43 | 81 | 21 | 19 |
| Octal | 53 | 125 | 61 | 61 | 0 | 52 | 103 | 201 | 41 | 31 |
| Binary | 101011 | 1010101 | 110001 | 110001 | 0 | 101010 | 1000011 | 10000001 | 100001 | 11001 |
Color Harmonies of #2B5531
Complementary color
Monochromatic Colors of #2B5531
Black with #2B5531
Text Example
Text Example
White with #2B5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5531; }
p { color: rgb(43,85,49); }
H1.HeaderClassName
{
color: #2B5531;
}
.AnyTagClassName
{
color: #2B5531;
}
</style>
background-color css
<style>
a { background-color: #2B5531; }
a { background-color: rgb(43,85,49); }
div.DivClassName
{
background-color: #2B5531;
}
.BgClassName
{
background-color: #2B5531;
}
</style>
border-color css
<style>
span { border-color: #2B5531; }
span { border-color: rgb(43,85,49); }
td.TdClassName
{
border-color: #2B5531;
}
.TagClassName
{
border-color: #2B5531;
}
</style>