Shades of Parsley #2B632E
Tints of Parsley #2B632E
RGB
CMYK
RGB Variations
Color information
#2B632E (or 0x2B632E) is known color: Parsley. HEX triplet: 2B, 63 and 2E. RGB value is (43,99,46). Sum of RGB (Red+Green+Blue) = 43+99+46=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #2B632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B632E is #D49CD1. Grayscale: #4C4C4C. Windows color (decimal): -13933778 or 3040043. OLE color: 3040043.
HSL color Cylindrical-coordinate representation of color #2B632E: hue angle of 123.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B632E is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 46 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.61 |
| HSL | 123.21º | 0.39% | 0.28% | - |
| HSV(B) | 123.21º | 0.57% | 0.39% | - |
| XYZ | 5.95 | 9.63 | 4.13 | - |
| YUV | 76.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 46 | 0.57 | 0 | 0.54 | 0.61 | 123.21 | 0.39 | 0.28 |
| Hex | 2B | 63 | 2E | 39 | 0 | 36 | 3D | 7B | 27 | 1C |
| Octal | 53 | 143 | 56 | 71 | 0 | 66 | 75 | 173 | 47 | 34 |
| Binary | 101011 | 1100011 | 101110 | 111001 | 0 | 110110 | 111101 | 1111011 | 100111 | 11100 |
Color Harmonies of #2B632E
Complementary color
Monochromatic Colors of #2B632E
Black with #2B632E
Text Example
Text Example
White with #2B632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B632E; }
p { color: rgb(43,99,46); }
H1.HeaderClassName
{
color: #2B632E;
}
.AnyTagClassName
{
color: #2B632E;
}
</style>
background-color css
<style>
a { background-color: #2B632E; }
a { background-color: rgb(43,99,46); }
div.DivClassName
{
background-color: #2B632E;
}
.BgClassName
{
background-color: #2B632E;
}
</style>
border-color css
<style>
span { border-color: #2B632E; }
span { border-color: rgb(43,99,46); }
td.TdClassName
{
border-color: #2B632E;
}
.TagClassName
{
border-color: #2B632E;
}
</style>