Shades of Parsley #2B502F
Tints of Parsley #2B502F
RGB
CMYK
RGB Variations
Color information
#2B502F (or 0x2B502F) is known color: Parsley. HEX triplet: 2B, 50 and 2F. RGB value is (43,80,47). Sum of RGB (Red+Green+Blue) = 43+80+47=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #2B502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B502F is #D4AFD0. Grayscale: #414141. Windows color (decimal): -13938641 or 3100715. OLE color: 3100715.
HSL color Cylindrical-coordinate representation of color #2B502F: hue angle of 126.49º 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 #2B502F is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 47 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.69 |
| HSL | 126.49º | 0.3% | 0.24% | - |
| HSV(B) | 126.49º | 0.46% | 0.31% | - |
| XYZ | 4.38 | 6.46 | 3.7 | - |
| YUV | 65.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 47 | 0.46 | 0 | 0.41 | 0.69 | 126.49 | 0.3 | 0.24 |
| Hex | 2B | 50 | 2F | 2E | 0 | 29 | 45 | 7E | 1E | 18 |
| Octal | 53 | 120 | 57 | 56 | 0 | 51 | 105 | 176 | 36 | 30 |
| Binary | 101011 | 1010000 | 101111 | 101110 | 0 | 101001 | 1000101 | 1111110 | 11110 | 11000 |
Color Harmonies of #2B502F
Complementary color
Monochromatic Colors of #2B502F
Black with #2B502F
Text Example
Text Example
White with #2B502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B502F; }
p { color: rgb(43,80,47); }
H1.HeaderClassName
{
color: #2B502F;
}
.AnyTagClassName
{
color: #2B502F;
}
</style>
background-color css
<style>
a { background-color: #2B502F; }
a { background-color: rgb(43,80,47); }
div.DivClassName
{
background-color: #2B502F;
}
.BgClassName
{
background-color: #2B502F;
}
</style>
border-color css
<style>
span { border-color: #2B502F; }
span { border-color: rgb(43,80,47); }
td.TdClassName
{
border-color: #2B502F;
}
.TagClassName
{
border-color: #2B502F;
}
</style>