Shades of Parsley #2B512F
Tints of Parsley #2B512F
RGB
CMYK
RGB Variations
Color information
#2B512F (or 0x2B512F) is known color: Parsley. HEX triplet: 2B, 51 and 2F. RGB value is (43,81,47). Sum of RGB (Red+Green+Blue) = 43+81+47=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #2B512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B512F is #D4AED0. Grayscale: #414141. Windows color (decimal): -13938385 or 3100971. OLE color: 3100971.
HSL color Cylindrical-coordinate representation of color #2B512F: hue angle of 126.32º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B512F is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 47 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.68 |
| HSL | 126.32º | 0.31% | 0.24% | - |
| HSV(B) | 126.32º | 0.47% | 0.32% | - |
| XYZ | 4.45 | 6.6 | 3.73 | - |
| YUV | 65.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 47 | 0.47 | 0 | 0.42 | 0.68 | 126.32 | 0.31 | 0.24 |
| Hex | 2B | 51 | 2F | 2F | 0 | 2A | 44 | 7E | 1F | 18 |
| Octal | 53 | 121 | 57 | 57 | 0 | 52 | 104 | 176 | 37 | 30 |
| Binary | 101011 | 1010001 | 101111 | 101111 | 0 | 101010 | 1000100 | 1111110 | 11111 | 11000 |
Color Harmonies of #2B512F
Complementary color
Monochromatic Colors of #2B512F
Black with #2B512F
Text Example
Text Example
White with #2B512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B512F; }
p { color: rgb(43,81,47); }
H1.HeaderClassName
{
color: #2B512F;
}
.AnyTagClassName
{
color: #2B512F;
}
</style>
background-color css
<style>
a { background-color: #2B512F; }
a { background-color: rgb(43,81,47); }
div.DivClassName
{
background-color: #2B512F;
}
.BgClassName
{
background-color: #2B512F;
}
</style>
border-color css
<style>
span { border-color: #2B512F; }
span { border-color: rgb(43,81,47); }
td.TdClassName
{
border-color: #2B512F;
}
.TagClassName
{
border-color: #2B512F;
}
</style>