Shades of Parsley #2B5F2D
Tints of Parsley #2B5F2D
RGB
CMYK
RGB Variations
Color information
#2B5F2D (or 0x2B5F2D) is known color: Parsley. HEX triplet: 2B, 5F and 2D. RGB value is (43,95,45). Sum of RGB (Red+Green+Blue) = 43+95+45=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F2D is #D4A0D2. Grayscale: #494949. Windows color (decimal): -13934803 or 2973483. OLE color: 2973483.
HSL color Cylindrical-coordinate representation of color #2B5F2D: hue angle of 122.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F2D is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 95 | 45 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.63 |
| HSL | 122.31º | 0.38% | 0.27% | - |
| HSV(B) | 122.31º | 0.55% | 0.37% | - |
| XYZ | 5.56 | 8.89 | 3.9 | - |
| YUV | 73.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 45 | 0.55 | 0 | 0.53 | 0.63 | 122.31 | 0.38 | 0.27 |
| Hex | 2B | 5F | 2D | 37 | 0 | 35 | 3F | 7A | 26 | 1B |
| Octal | 53 | 137 | 55 | 67 | 0 | 65 | 77 | 172 | 46 | 33 |
| Binary | 101011 | 1011111 | 101101 | 110111 | 0 | 110101 | 111111 | 1111010 | 100110 | 11011 |
Color Harmonies of #2B5F2D
Complementary color
Monochromatic Colors of #2B5F2D
Black with #2B5F2D
Text Example
Text Example
White with #2B5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5F2D; }
p { color: rgb(43,95,45); }
H1.HeaderClassName
{
color: #2B5F2D;
}
.AnyTagClassName
{
color: #2B5F2D;
}
</style>
background-color css
<style>
a { background-color: #2B5F2D; }
a { background-color: rgb(43,95,45); }
div.DivClassName
{
background-color: #2B5F2D;
}
.BgClassName
{
background-color: #2B5F2D;
}
</style>
border-color css
<style>
span { border-color: #2B5F2D; }
span { border-color: rgb(43,95,45); }
td.TdClassName
{
border-color: #2B5F2D;
}
.TagClassName
{
border-color: #2B5F2D;
}
</style>