Shades of Parsley #2B5231
Tints of Parsley #2B5231
RGB
CMYK
RGB Variations
Color information
#2B5231 (or 0x2B5231) is known color: Parsley. HEX triplet: 2B, 52 and 31. RGB value is (43,82,49). Sum of RGB (Red+Green+Blue) = 43+82+49=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5231 is #D4ADCE. Grayscale: #424242. Windows color (decimal): -13938127 or 3232299. OLE color: 3232299.
HSL color Cylindrical-coordinate representation of color #2B5231: hue angle of 129.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5231 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 82 | 49 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.68 |
| HSL | 129.23º | 0.31% | 0.25% | - |
| HSV(B) | 129.23º | 0.48% | 0.32% | - |
| XYZ | 4.57 | 6.77 | 3.97 | - |
| YUV | 66.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 49 | 0.48 | 0 | 0.40 | 0.68 | 129.23 | 0.31 | 0.25 |
| Hex | 2B | 52 | 31 | 30 | 0 | 28 | 44 | 81 | 1F | 19 |
| Octal | 53 | 122 | 61 | 60 | 0 | 50 | 104 | 201 | 37 | 31 |
| Binary | 101011 | 1010010 | 110001 | 110000 | 0 | 101000 | 1000100 | 10000001 | 11111 | 11001 |
Color Harmonies of #2B5231
Complementary color
Monochromatic Colors of #2B5231
Black with #2B5231
Text Example
Text Example
White with #2B5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5231; }
p { color: rgb(43,82,49); }
H1.HeaderClassName
{
color: #2B5231;
}
.AnyTagClassName
{
color: #2B5231;
}
</style>
background-color css
<style>
a { background-color: #2B5231; }
a { background-color: rgb(43,82,49); }
div.DivClassName
{
background-color: #2B5231;
}
.BgClassName
{
background-color: #2B5231;
}
</style>
border-color css
<style>
span { border-color: #2B5231; }
span { border-color: rgb(43,82,49); }
td.TdClassName
{
border-color: #2B5231;
}
.TagClassName
{
border-color: #2B5231;
}
</style>