Shades of Parsley #2B4E2D
Tints of Parsley #2B4E2D
RGB
CMYK
RGB Variations
Color information
#2B4E2D (or 0x2B4E2D) is known color: Parsley. HEX triplet: 2B, 4E and 2D. RGB value is (43,78,45). Sum of RGB (Red+Green+Blue) = 43+78+45=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E2D is #D4B1D2. Grayscale: #3F3F3F. Windows color (decimal): -13939155 or 2969131. OLE color: 2969131.
HSL color Cylindrical-coordinate representation of color #2B4E2D: hue angle of 123.43º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E2D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 78 | 45 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.69 |
| HSL | 123.43º | 0.29% | 0.24% | - |
| HSV(B) | 123.43º | 0.45% | 0.31% | - |
| XYZ | 4.19 | 6.15 | 3.45 | - |
| YUV | 63.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 45 | 0.45 | 0 | 0.42 | 0.69 | 123.43 | 0.29 | 0.24 |
| Hex | 2B | 4E | 2D | 2D | 0 | 2A | 45 | 7B | 1D | 18 |
| Octal | 53 | 116 | 55 | 55 | 0 | 52 | 105 | 173 | 35 | 30 |
| Binary | 101011 | 1001110 | 101101 | 101101 | 0 | 101010 | 1000101 | 1111011 | 11101 | 11000 |
Color Harmonies of #2B4E2D
Complementary color
Monochromatic Colors of #2B4E2D
Black with #2B4E2D
Text Example
Text Example
White with #2B4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E2D; }
p { color: rgb(43,78,45); }
H1.HeaderClassName
{
color: #2B4E2D;
}
.AnyTagClassName
{
color: #2B4E2D;
}
</style>
background-color css
<style>
a { background-color: #2B4E2D; }
a { background-color: rgb(43,78,45); }
div.DivClassName
{
background-color: #2B4E2D;
}
.BgClassName
{
background-color: #2B4E2D;
}
</style>
border-color css
<style>
span { border-color: #2B4E2D; }
span { border-color: rgb(43,78,45); }
td.TdClassName
{
border-color: #2B4E2D;
}
.TagClassName
{
border-color: #2B4E2D;
}
</style>