Shades of Parsley #2B5329
Tints of Parsley #2B5329
RGB
CMYK
RGB Variations
Color information
#2B5329 (or 0x2B5329) is known color: Parsley. HEX triplet: 2B, 53 and 29. RGB value is (43,83,41). Sum of RGB (Red+Green+Blue) = 43+83+41=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5329 is #D4ACD6. Grayscale: #424242. Windows color (decimal): -13937879 or 2708267. OLE color: 2708267.
HSL color Cylindrical-coordinate representation of color #2B5329: hue angle of 117.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5329 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 41 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.67 |
| HSL | 117.14º | 0.34% | 0.24% | - |
| HSV(B) | 117.14º | 0.51% | 0.33% | - |
| XYZ | 4.49 | 6.86 | 3.19 | - |
| YUV | 66.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 41 | 0.48 | 0 | 0.51 | 0.67 | 117.14 | 0.34 | 0.24 |
| Hex | 2B | 53 | 29 | 30 | 0 | 33 | 43 | 75 | 22 | 18 |
| Octal | 53 | 123 | 51 | 60 | 0 | 63 | 103 | 165 | 42 | 30 |
| Binary | 101011 | 1010011 | 101001 | 110000 | 0 | 110011 | 1000011 | 1110101 | 100010 | 11000 |
Color Harmonies of #2B5329
Complementary color
Monochromatic Colors of #2B5329
Black with #2B5329
Text Example
Text Example
White with #2B5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5329; }
p { color: rgb(43,83,41); }
H1.HeaderClassName
{
color: #2B5329;
}
.AnyTagClassName
{
color: #2B5329;
}
</style>
background-color css
<style>
a { background-color: #2B5329; }
a { background-color: rgb(43,83,41); }
div.DivClassName
{
background-color: #2B5329;
}
.BgClassName
{
background-color: #2B5329;
}
</style>
border-color css
<style>
span { border-color: #2B5329; }
span { border-color: rgb(43,83,41); }
td.TdClassName
{
border-color: #2B5329;
}
.TagClassName
{
border-color: #2B5329;
}
</style>