Shades of Parsley #2B632F
Tints of Parsley #2B632F
RGB
CMYK
RGB Variations
Color information
#2B632F (or 0x2B632F) is known color: Parsley. HEX triplet: 2B, 63 and 2F. RGB value is (43,99,47). Sum of RGB (Red+Green+Blue) = 43+99+47=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #2B632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B632F is #D49CD0. Grayscale: #4C4C4C. Windows color (decimal): -13933777 or 3105579. OLE color: 3105579.
HSL color Cylindrical-coordinate representation of color #2B632F: hue angle of 124.29º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B632F is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 47 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.61 |
| HSL | 124.29º | 0.39% | 0.28% | - |
| HSV(B) | 124.29º | 0.57% | 0.39% | - |
| XYZ | 5.97 | 9.64 | 4.24 | - |
| YUV | 76.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 47 | 0.57 | 0 | 0.53 | 0.61 | 124.29 | 0.39 | 0.28 |
| Hex | 2B | 63 | 2F | 39 | 0 | 35 | 3D | 7C | 27 | 1C |
| Octal | 53 | 143 | 57 | 71 | 0 | 65 | 75 | 174 | 47 | 34 |
| Binary | 101011 | 1100011 | 101111 | 111001 | 0 | 110101 | 111101 | 1111100 | 100111 | 11100 |
Color Harmonies of #2B632F
Complementary color
Monochromatic Colors of #2B632F
Black with #2B632F
Text Example
Text Example
White with #2B632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B632F; }
p { color: rgb(43,99,47); }
H1.HeaderClassName
{
color: #2B632F;
}
.AnyTagClassName
{
color: #2B632F;
}
</style>
background-color css
<style>
a { background-color: #2B632F; }
a { background-color: rgb(43,99,47); }
div.DivClassName
{
background-color: #2B632F;
}
.BgClassName
{
background-color: #2B632F;
}
</style>
border-color css
<style>
span { border-color: #2B632F; }
span { border-color: rgb(43,99,47); }
td.TdClassName
{
border-color: #2B632F;
}
.TagClassName
{
border-color: #2B632F;
}
</style>