Shades of Parsley #2B5432
Tints of Parsley #2B5432
RGB
CMYK
RGB Variations
Color information
#2B5432 (or 0x2B5432) is known color: Parsley. HEX triplet: 2B, 54 and 32. RGB value is (43,84,50). Sum of RGB (Red+Green+Blue) = 43+84+50=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5432 is #D4ABCD. Grayscale: #434343. Windows color (decimal): -13937614 or 3298347. OLE color: 3298347.
HSL color Cylindrical-coordinate representation of color #2B5432: hue angle of 130.24º 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 #2B5432 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 50 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.67 |
| HSL | 130.24º | 0.32% | 0.25% | - |
| HSV(B) | 130.24º | 0.49% | 0.33% | - |
| XYZ | 4.74 | 7.08 | 4.14 | - |
| YUV | 67.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 50 | 0.49 | 0 | 0.40 | 0.67 | 130.24 | 0.32 | 0.25 |
| Hex | 2B | 54 | 32 | 31 | 0 | 28 | 43 | 82 | 20 | 19 |
| Octal | 53 | 124 | 62 | 61 | 0 | 50 | 103 | 202 | 40 | 31 |
| Binary | 101011 | 1010100 | 110010 | 110001 | 0 | 101000 | 1000011 | 10000010 | 100000 | 11001 |
Color Harmonies of #2B5432
Complementary color
Monochromatic Colors of #2B5432
Black with #2B5432
Text Example
Text Example
White with #2B5432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5432; }
p { color: rgb(43,84,50); }
H1.HeaderClassName
{
color: #2B5432;
}
.AnyTagClassName
{
color: #2B5432;
}
</style>
background-color css
<style>
a { background-color: #2B5432; }
a { background-color: rgb(43,84,50); }
div.DivClassName
{
background-color: #2B5432;
}
.BgClassName
{
background-color: #2B5432;
}
</style>
border-color css
<style>
span { border-color: #2B5432; }
span { border-color: rgb(43,84,50); }
td.TdClassName
{
border-color: #2B5432;
}
.TagClassName
{
border-color: #2B5432;
}
</style>