Shades of Parsley #2B5D38
Tints of Parsley #2B5D38
RGB
CMYK
RGB Variations
Color information
#2B5D38 (or 0x2B5D38) is known color: Parsley. HEX triplet: 2B, 5D and 38. RGB value is (43,93,56). Sum of RGB (Red+Green+Blue) = 43+93+56=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D38 is #D4A2C7. Grayscale: #494949. Windows color (decimal): -13935304 or 3693867. OLE color: 3693867.
HSL color Cylindrical-coordinate representation of color #2B5D38: hue angle of 135.6º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D38 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 93 | 56 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.64 |
| HSL | 135.6º | 0.37% | 0.27% | - |
| HSV(B) | 135.6º | 0.54% | 0.36% | - |
| XYZ | 5.62 | 8.63 | 5.11 | - |
| YUV | 73.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 56 | 0.54 | 0 | 0.40 | 0.64 | 135.6 | 0.37 | 0.27 |
| Hex | 2B | 5D | 38 | 36 | 0 | 28 | 40 | 88 | 25 | 1B |
| Octal | 53 | 135 | 70 | 66 | 0 | 50 | 100 | 210 | 45 | 33 |
| Binary | 101011 | 1011101 | 111000 | 110110 | 0 | 101000 | 1000000 | 10001000 | 100101 | 11011 |
Color Harmonies of #2B5D38
Complementary color
Monochromatic Colors of #2B5D38
Black with #2B5D38
Text Example
Text Example
White with #2B5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D38; }
p { color: rgb(43,93,56); }
H1.HeaderClassName
{
color: #2B5D38;
}
.AnyTagClassName
{
color: #2B5D38;
}
</style>
background-color css
<style>
a { background-color: #2B5D38; }
a { background-color: rgb(43,93,56); }
div.DivClassName
{
background-color: #2B5D38;
}
.BgClassName
{
background-color: #2B5D38;
}
</style>
border-color css
<style>
span { border-color: #2B5D38; }
span { border-color: rgb(43,93,56); }
td.TdClassName
{
border-color: #2B5D38;
}
.TagClassName
{
border-color: #2B5D38;
}
</style>