Shades of Parsley #2B4D2C
Tints of Parsley #2B4D2C
RGB
CMYK
RGB Variations
Color information
#2B4D2C (or 0x2B4D2C) is known color: Parsley. HEX triplet: 2B, 4D and 2C. RGB value is (43,77,44). Sum of RGB (Red+Green+Blue) = 43+77+44=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D2C is #D4B2D3. Grayscale: #3F3F3F. Windows color (decimal): -13939412 or 2903339. OLE color: 2903339.
HSL color Cylindrical-coordinate representation of color #2B4D2C: hue angle of 121.76º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D2C is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 44 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.70 |
| HSL | 121.76º | 0.28% | 0.24% | - |
| HSV(B) | 121.76º | 0.44% | 0.3% | - |
| XYZ | 4.1 | 6 | 3.33 | - |
| YUV | 63.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 44 | 0.44 | 0 | 0.43 | 0.70 | 121.76 | 0.28 | 0.24 |
| Hex | 2B | 4D | 2C | 2C | 0 | 2B | 46 | 7A | 1C | 18 |
| Octal | 53 | 115 | 54 | 54 | 0 | 53 | 106 | 172 | 34 | 30 |
| Binary | 101011 | 1001101 | 101100 | 101100 | 0 | 101011 | 1000110 | 1111010 | 11100 | 11000 |
Color Harmonies of #2B4D2C
Complementary color
Monochromatic Colors of #2B4D2C
Black with #2B4D2C
Text Example
Text Example
White with #2B4D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D2C; }
p { color: rgb(43,77,44); }
H1.HeaderClassName
{
color: #2B4D2C;
}
.AnyTagClassName
{
color: #2B4D2C;
}
</style>
background-color css
<style>
a { background-color: #2B4D2C; }
a { background-color: rgb(43,77,44); }
div.DivClassName
{
background-color: #2B4D2C;
}
.BgClassName
{
background-color: #2B4D2C;
}
</style>
border-color css
<style>
span { border-color: #2B4D2C; }
span { border-color: rgb(43,77,44); }
td.TdClassName
{
border-color: #2B4D2C;
}
.TagClassName
{
border-color: #2B4D2C;
}
</style>