Shades of Parsley #2B532F
Tints of Parsley #2B532F
RGB
CMYK
RGB Variations
Color information
#2B532F (or 0x2B532F) is known color: Parsley. HEX triplet: 2B, 53 and 2F. RGB value is (43,83,47). Sum of RGB (Red+Green+Blue) = 43+83+47=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532F is #D4ACD0. Grayscale: #434343. Windows color (decimal): -13937873 or 3101483. OLE color: 3101483.
HSL color Cylindrical-coordinate representation of color #2B532F: hue angle of 126º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B532F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 47 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.67 |
| HSL | 126º | 0.32% | 0.25% | - |
| HSV(B) | 126º | 0.48% | 0.33% | - |
| XYZ | 4.6 | 6.91 | 3.78 | - |
| YUV | 66.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 47 | 0.48 | 0 | 0.43 | 0.67 | 126 | 0.32 | 0.25 |
| Hex | 2B | 53 | 2F | 30 | 0 | 2B | 43 | 7E | 20 | 19 |
| Octal | 53 | 123 | 57 | 60 | 0 | 53 | 103 | 176 | 40 | 31 |
| Binary | 101011 | 1010011 | 101111 | 110000 | 0 | 101011 | 1000011 | 1111110 | 100000 | 11001 |
Color Harmonies of #2B532F
Complementary color
Monochromatic Colors of #2B532F
Black with #2B532F
Text Example
Text Example
White with #2B532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B532F; }
p { color: rgb(43,83,47); }
H1.HeaderClassName
{
color: #2B532F;
}
.AnyTagClassName
{
color: #2B532F;
}
</style>
background-color css
<style>
a { background-color: #2B532F; }
a { background-color: rgb(43,83,47); }
div.DivClassName
{
background-color: #2B532F;
}
.BgClassName
{
background-color: #2B532F;
}
</style>
border-color css
<style>
span { border-color: #2B532F; }
span { border-color: rgb(43,83,47); }
td.TdClassName
{
border-color: #2B532F;
}
.TagClassName
{
border-color: #2B532F;
}
</style>