Shades of Parsley #2B622F
Tints of Parsley #2B622F
RGB
CMYK
RGB Variations
Color information
#2B622F (or 0x2B622F) is known color: Parsley. HEX triplet: 2B, 62 and 2F. RGB value is (43,98,47). Sum of RGB (Red+Green+Blue) = 43+98+47=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #2B622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B622F is #D49DD0. Grayscale: #4B4B4B. Windows color (decimal): -13934033 or 3105323. OLE color: 3105323.
HSL color Cylindrical-coordinate representation of color #2B622F: hue angle of 124.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B622F is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 47 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.62 |
| HSL | 124.36º | 0.39% | 0.28% | - |
| HSV(B) | 124.36º | 0.56% | 0.38% | - |
| XYZ | 5.88 | 9.45 | 4.2 | - |
| YUV | 75.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 47 | 0.56 | 0 | 0.52 | 0.62 | 124.36 | 0.39 | 0.28 |
| Hex | 2B | 62 | 2F | 38 | 0 | 34 | 3E | 7C | 27 | 1C |
| Octal | 53 | 142 | 57 | 70 | 0 | 64 | 76 | 174 | 47 | 34 |
| Binary | 101011 | 1100010 | 101111 | 111000 | 0 | 110100 | 111110 | 1111100 | 100111 | 11100 |
Color Harmonies of #2B622F
Complementary color
Monochromatic Colors of #2B622F
Black with #2B622F
Text Example
Text Example
White with #2B622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B622F; }
p { color: rgb(43,98,47); }
H1.HeaderClassName
{
color: #2B622F;
}
.AnyTagClassName
{
color: #2B622F;
}
</style>
background-color css
<style>
a { background-color: #2B622F; }
a { background-color: rgb(43,98,47); }
div.DivClassName
{
background-color: #2B622F;
}
.BgClassName
{
background-color: #2B622F;
}
</style>
border-color css
<style>
span { border-color: #2B622F; }
span { border-color: rgb(43,98,47); }
td.TdClassName
{
border-color: #2B622F;
}
.TagClassName
{
border-color: #2B622F;
}
</style>