Shades of Parsley #2B612E
Tints of Parsley #2B612E
RGB
CMYK
RGB Variations
Color information
#2B612E (or 0x2B612E) is known color: Parsley. HEX triplet: 2B, 61 and 2E. RGB value is (43,97,46). Sum of RGB (Red+Green+Blue) = 43+97+46=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #2B612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B612E is #D49ED1. Grayscale: #4B4B4B. Windows color (decimal): -13934290 or 3039531. OLE color: 3039531.
HSL color Cylindrical-coordinate representation of color #2B612E: hue angle of 123.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B612E is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 46 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.62 |
| HSL | 123.33º | 0.39% | 0.27% | - |
| HSV(B) | 123.33º | 0.56% | 0.38% | - |
| XYZ | 5.76 | 9.26 | 4.07 | - |
| YUV | 75.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 46 | 0.56 | 0 | 0.53 | 0.62 | 123.33 | 0.39 | 0.27 |
| Hex | 2B | 61 | 2E | 38 | 0 | 35 | 3E | 7B | 27 | 1B |
| Octal | 53 | 141 | 56 | 70 | 0 | 65 | 76 | 173 | 47 | 33 |
| Binary | 101011 | 1100001 | 101110 | 111000 | 0 | 110101 | 111110 | 1111011 | 100111 | 11011 |
Color Harmonies of #2B612E
Complementary color
Monochromatic Colors of #2B612E
Black with #2B612E
Text Example
Text Example
White with #2B612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B612E; }
p { color: rgb(43,97,46); }
H1.HeaderClassName
{
color: #2B612E;
}
.AnyTagClassName
{
color: #2B612E;
}
</style>
background-color css
<style>
a { background-color: #2B612E; }
a { background-color: rgb(43,97,46); }
div.DivClassName
{
background-color: #2B612E;
}
.BgClassName
{
background-color: #2B612E;
}
</style>
border-color css
<style>
span { border-color: #2B612E; }
span { border-color: rgb(43,97,46); }
td.TdClassName
{
border-color: #2B612E;
}
.TagClassName
{
border-color: #2B612E;
}
</style>