Shades of Parsley #2B542B
Tints of Parsley #2B542B
RGB
CMYK
RGB Variations
Color information
#2B542B (or 0x2B542B) is known color: Parsley. HEX triplet: 2B, 54 and 2B. RGB value is (43,84,43). Sum of RGB (Red+Green+Blue) = 43+84+43=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542B is #D4ABD4. Grayscale: #434343. Windows color (decimal): -13937621 or 2839595. OLE color: 2839595.
HSL color Cylindrical-coordinate representation of color #2B542B: hue angle of 120º 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 #2B542B is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 43 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.67 |
| HSL | 120º | 0.32% | 0.25% | - |
| HSV(B) | 120º | 0.49% | 0.33% | - |
| XYZ | 4.6 | 7.03 | 3.4 | - |
| YUV | 67.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 43 | 0.49 | 0 | 0.49 | 0.67 | 120 | 0.32 | 0.25 |
| Hex | 2B | 54 | 2B | 31 | 0 | 31 | 43 | 78 | 20 | 19 |
| Octal | 53 | 124 | 53 | 61 | 0 | 61 | 103 | 170 | 40 | 31 |
| Binary | 101011 | 1010100 | 101011 | 110001 | 0 | 110001 | 1000011 | 1111000 | 100000 | 11001 |
Color Harmonies of #2B542B
Complementary color
Monochromatic Colors of #2B542B
Black with #2B542B
Text Example
Text Example
White with #2B542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B542B; }
p { color: rgb(43,84,43); }
H1.HeaderClassName
{
color: #2B542B;
}
.AnyTagClassName
{
color: #2B542B;
}
</style>
background-color css
<style>
a { background-color: #2B542B; }
a { background-color: rgb(43,84,43); }
div.DivClassName
{
background-color: #2B542B;
}
.BgClassName
{
background-color: #2B542B;
}
</style>
border-color css
<style>
span { border-color: #2B542B; }
span { border-color: rgb(43,84,43); }
td.TdClassName
{
border-color: #2B542B;
}
.TagClassName
{
border-color: #2B542B;
}
</style>