Shades of Parsley #2B572F
Tints of Parsley #2B572F
RGB
CMYK
RGB Variations
Color information
#2B572F (or 0x2B572F) is known color: Parsley. HEX triplet: 2B, 57 and 2F. RGB value is (43,87,47). Sum of RGB (Red+Green+Blue) = 43+87+47=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #2B572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B572F is #D4A8D0. Grayscale: #454545. Windows color (decimal): -13936849 or 3102507. OLE color: 3102507.
HSL color Cylindrical-coordinate representation of color #2B572F: hue angle of 125.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B572F is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 87 | 47 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.66 |
| HSL | 125.45º | 0.34% | 0.25% | - |
| HSV(B) | 125.45º | 0.51% | 0.34% | - |
| XYZ | 4.92 | 7.54 | 3.88 | - |
| YUV | 69.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 47 | 0.51 | 0 | 0.46 | 0.66 | 125.45 | 0.34 | 0.25 |
| Hex | 2B | 57 | 2F | 33 | 0 | 2E | 42 | 7D | 22 | 19 |
| Octal | 53 | 127 | 57 | 63 | 0 | 56 | 102 | 175 | 42 | 31 |
| Binary | 101011 | 1010111 | 101111 | 110011 | 0 | 101110 | 1000010 | 1111101 | 100010 | 11001 |
Color Harmonies of #2B572F
Complementary color
Monochromatic Colors of #2B572F
Black with #2B572F
Text Example
Text Example
White with #2B572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B572F; }
p { color: rgb(43,87,47); }
H1.HeaderClassName
{
color: #2B572F;
}
.AnyTagClassName
{
color: #2B572F;
}
</style>
background-color css
<style>
a { background-color: #2B572F; }
a { background-color: rgb(43,87,47); }
div.DivClassName
{
background-color: #2B572F;
}
.BgClassName
{
background-color: #2B572F;
}
</style>
border-color css
<style>
span { border-color: #2B572F; }
span { border-color: rgb(43,87,47); }
td.TdClassName
{
border-color: #2B572F;
}
.TagClassName
{
border-color: #2B572F;
}
</style>