Shades of Parsley #2B4F2E
Tints of Parsley #2B4F2E
RGB
CMYK
RGB Variations
Color information
#2B4F2E (or 0x2B4F2E) is known color: Parsley. HEX triplet: 2B, 4F and 2E. RGB value is (43,79,46). Sum of RGB (Red+Green+Blue) = 43+79+46=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F2E is #D4B0D1. Grayscale: #404040. Windows color (decimal): -13938898 or 3034923. OLE color: 3034923.
HSL color Cylindrical-coordinate representation of color #2B4F2E: hue angle of 125º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F2E is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 79 | 46 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.69 |
| HSL | 125º | 0.3% | 0.24% | - |
| HSV(B) | 125º | 0.46% | 0.31% | - |
| XYZ | 4.29 | 6.3 | 3.58 | - |
| YUV | 64.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 46 | 0.46 | 0 | 0.42 | 0.69 | 125 | 0.3 | 0.24 |
| Hex | 2B | 4F | 2E | 2E | 0 | 2A | 45 | 7D | 1E | 18 |
| Octal | 53 | 117 | 56 | 56 | 0 | 52 | 105 | 175 | 36 | 30 |
| Binary | 101011 | 1001111 | 101110 | 101110 | 0 | 101010 | 1000101 | 1111101 | 11110 | 11000 |
Color Harmonies of #2B4F2E
Complementary color
Monochromatic Colors of #2B4F2E
Black with #2B4F2E
Text Example
Text Example
White with #2B4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4F2E; }
p { color: rgb(43,79,46); }
H1.HeaderClassName
{
color: #2B4F2E;
}
.AnyTagClassName
{
color: #2B4F2E;
}
</style>
background-color css
<style>
a { background-color: #2B4F2E; }
a { background-color: rgb(43,79,46); }
div.DivClassName
{
background-color: #2B4F2E;
}
.BgClassName
{
background-color: #2B4F2E;
}
</style>
border-color css
<style>
span { border-color: #2B4F2E; }
span { border-color: rgb(43,79,46); }
td.TdClassName
{
border-color: #2B4F2E;
}
.TagClassName
{
border-color: #2B4F2E;
}
</style>