Shades of Parsley #2B582C
Tints of Parsley #2B582C
RGB
CMYK
RGB Variations
Color information
#2B582C (or 0x2B582C) is known color: Parsley. HEX triplet: 2B, 58 and 2C. RGB value is (43,88,44). Sum of RGB (Red+Green+Blue) = 43+88+44=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #2B582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B582C is #D4A7D3. Grayscale: #454545. Windows color (decimal): -13936596 or 2906155. OLE color: 2906155.
HSL color Cylindrical-coordinate representation of color #2B582C: hue angle of 121.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B582C is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 44 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.65 |
| HSL | 121.33º | 0.34% | 0.26% | - |
| HSV(B) | 121.33º | 0.51% | 0.35% | - |
| XYZ | 4.94 | 7.67 | 3.6 | - |
| YUV | 69.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 44 | 0.51 | 0 | 0.5 | 0.65 | 121.33 | 0.34 | 0.26 |
| Hex | 2B | 58 | 2C | 33 | 0 | 32 | 41 | 79 | 22 | 1A |
| Octal | 53 | 130 | 54 | 63 | 0 | 62 | 101 | 171 | 42 | 32 |
| Binary | 101011 | 1011000 | 101100 | 110011 | 0 | 110010 | 1000001 | 1111001 | 100010 | 11010 |
Color Harmonies of #2B582C
Complementary color
Monochromatic Colors of #2B582C
Black with #2B582C
Text Example
Text Example
White with #2B582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B582C; }
p { color: rgb(43,88,44); }
H1.HeaderClassName
{
color: #2B582C;
}
.AnyTagClassName
{
color: #2B582C;
}
</style>
background-color css
<style>
a { background-color: #2B582C; }
a { background-color: rgb(43,88,44); }
div.DivClassName
{
background-color: #2B582C;
}
.BgClassName
{
background-color: #2B582C;
}
</style>
border-color css
<style>
span { border-color: #2B582C; }
span { border-color: rgb(43,88,44); }
td.TdClassName
{
border-color: #2B582C;
}
.TagClassName
{
border-color: #2B582C;
}
</style>