Shades of Parsley #2B542E
Tints of Parsley #2B542E
RGB
CMYK
RGB Variations
Color information
#2B542E (or 0x2B542E) is known color: Parsley. HEX triplet: 2B, 54 and 2E. RGB value is (43,84,46). Sum of RGB (Red+Green+Blue) = 43+84+46=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542E is #D4ABD1. Grayscale: #434343. Windows color (decimal): -13937618 or 3036203. OLE color: 3036203.
HSL color Cylindrical-coordinate representation of color #2B542E: hue angle of 124.39º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B542E is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 46 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.67 |
| HSL | 124.39º | 0.32% | 0.25% | - |
| HSV(B) | 124.39º | 0.49% | 0.33% | - |
| XYZ | 4.66 | 7.05 | 3.7 | - |
| YUV | 67.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 46 | 0.49 | 0 | 0.45 | 0.67 | 124.39 | 0.32 | 0.25 |
| Hex | 2B | 54 | 2E | 31 | 0 | 2D | 43 | 7C | 20 | 19 |
| Octal | 53 | 124 | 56 | 61 | 0 | 55 | 103 | 174 | 40 | 31 |
| Binary | 101011 | 1010100 | 101110 | 110001 | 0 | 101101 | 1000011 | 1111100 | 100000 | 11001 |
Color Harmonies of #2B542E
Complementary color
Monochromatic Colors of #2B542E
Black with #2B542E
Text Example
Text Example
White with #2B542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B542E; }
p { color: rgb(43,84,46); }
H1.HeaderClassName
{
color: #2B542E;
}
.AnyTagClassName
{
color: #2B542E;
}
</style>
background-color css
<style>
a { background-color: #2B542E; }
a { background-color: rgb(43,84,46); }
div.DivClassName
{
background-color: #2B542E;
}
.BgClassName
{
background-color: #2B542E;
}
</style>
border-color css
<style>
span { border-color: #2B542E; }
span { border-color: rgb(43,84,46); }
td.TdClassName
{
border-color: #2B542E;
}
.TagClassName
{
border-color: #2B542E;
}
</style>