Shades of Parsley #2B5433
Tints of Parsley #2B5433
RGB
CMYK
RGB Variations
Color information
#2B5433 (or 0x2B5433) is known color: Parsley. HEX triplet: 2B, 54 and 33. RGB value is (43,84,51). Sum of RGB (Red+Green+Blue) = 43+84+51=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5433 is #D4ABCC. Grayscale: #444444. Windows color (decimal): -13937613 or 3363883. OLE color: 3363883.
HSL color Cylindrical-coordinate representation of color #2B5433: hue angle of 131.71º 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 #2B5433 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 51 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.67 |
| HSL | 131.71º | 0.32% | 0.25% | - |
| HSV(B) | 131.71º | 0.49% | 0.33% | - |
| XYZ | 4.76 | 7.09 | 4.25 | - |
| YUV | 67.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 51 | 0.49 | 0 | 0.39 | 0.67 | 131.71 | 0.32 | 0.25 |
| Hex | 2B | 54 | 33 | 31 | 0 | 27 | 43 | 84 | 20 | 19 |
| Octal | 53 | 124 | 63 | 61 | 0 | 47 | 103 | 204 | 40 | 31 |
| Binary | 101011 | 1010100 | 110011 | 110001 | 0 | 100111 | 1000011 | 10000100 | 100000 | 11001 |
Color Harmonies of #2B5433
Complementary color
Monochromatic Colors of #2B5433
Black with #2B5433
Text Example
Text Example
White with #2B5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5433; }
p { color: rgb(43,84,51); }
H1.HeaderClassName
{
color: #2B5433;
}
.AnyTagClassName
{
color: #2B5433;
}
</style>
background-color css
<style>
a { background-color: #2B5433; }
a { background-color: rgb(43,84,51); }
div.DivClassName
{
background-color: #2B5433;
}
.BgClassName
{
background-color: #2B5433;
}
</style>
border-color css
<style>
span { border-color: #2B5433; }
span { border-color: rgb(43,84,51); }
td.TdClassName
{
border-color: #2B5433;
}
.TagClassName
{
border-color: #2B5433;
}
</style>