Shades of Parsley #2D502B
Tints of Parsley #2D502B
RGB
CMYK
RGB Variations
Color information
#2D502B (or 0x2D502B) is known color: Parsley. HEX triplet: 2D, 50 and 2B. RGB value is (45,80,43). Sum of RGB (Red+Green+Blue) = 45+80+43=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #2D502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D502B is #D2AFD4. Grayscale: #414141. Windows color (decimal): -13807573 or 2838573. OLE color: 2838573.
HSL color Cylindrical-coordinate representation of color #2D502B: hue angle of 116.76º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D502B is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 43 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.69 |
| HSL | 116.76º | 0.3% | 0.24% | - |
| HSV(B) | 116.76º | 0.46% | 0.31% | - |
| XYZ | 4.39 | 6.47 | 3.3 | - |
| YUV | 65.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 43 | 0.44 | 0 | 0.46 | 0.69 | 116.76 | 0.3 | 0.24 |
| Hex | 2D | 50 | 2B | 2C | 0 | 2E | 45 | 75 | 1E | 18 |
| Octal | 55 | 120 | 53 | 54 | 0 | 56 | 105 | 165 | 36 | 30 |
| Binary | 101101 | 1010000 | 101011 | 101100 | 0 | 101110 | 1000101 | 1110101 | 11110 | 11000 |
Color Harmonies of #2D502B
Complementary color
Monochromatic Colors of #2D502B
Black with #2D502B
Text Example
Text Example
White with #2D502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D502B; }
p { color: rgb(45,80,43); }
H1.HeaderClassName
{
color: #2D502B;
}
.AnyTagClassName
{
color: #2D502B;
}
</style>
background-color css
<style>
a { background-color: #2D502B; }
a { background-color: rgb(45,80,43); }
div.DivClassName
{
background-color: #2D502B;
}
.BgClassName
{
background-color: #2D502B;
}
</style>
border-color css
<style>
span { border-color: #2D502B; }
span { border-color: rgb(45,80,43); }
td.TdClassName
{
border-color: #2D502B;
}
.TagClassName
{
border-color: #2D502B;
}
</style>