Shades of Parsley #2B5B2F
Tints of Parsley #2B5B2F
RGB
CMYK
RGB Variations
Color information
#2B5B2F (or 0x2B5B2F) is known color: Parsley. HEX triplet: 2B, 5B and 2F. RGB value is (43,91,47). Sum of RGB (Red+Green+Blue) = 43+91+47=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B2F is #D4A4D0. Grayscale: #474747. Windows color (decimal): -13935825 or 3103531. OLE color: 3103531.
HSL color Cylindrical-coordinate representation of color #2B5B2F: hue angle of 125º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5B2F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 91 | 47 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.64 |
| HSL | 125º | 0.36% | 0.26% | - |
| HSV(B) | 125º | 0.53% | 0.36% | - |
| XYZ | 5.25 | 8.2 | 4 | - |
| YUV | 71.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 47 | 0.53 | 0 | 0.48 | 0.64 | 125 | 0.36 | 0.26 |
| Hex | 2B | 5B | 2F | 35 | 0 | 30 | 40 | 7D | 24 | 1A |
| Octal | 53 | 133 | 57 | 65 | 0 | 60 | 100 | 175 | 44 | 32 |
| Binary | 101011 | 1011011 | 101111 | 110101 | 0 | 110000 | 1000000 | 1111101 | 100100 | 11010 |
Color Harmonies of #2B5B2F
Complementary color
Monochromatic Colors of #2B5B2F
Black with #2B5B2F
Text Example
Text Example
White with #2B5B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5B2F; }
p { color: rgb(43,91,47); }
H1.HeaderClassName
{
color: #2B5B2F;
}
.AnyTagClassName
{
color: #2B5B2F;
}
</style>
background-color css
<style>
a { background-color: #2B5B2F; }
a { background-color: rgb(43,91,47); }
div.DivClassName
{
background-color: #2B5B2F;
}
.BgClassName
{
background-color: #2B5B2F;
}
</style>
border-color css
<style>
span { border-color: #2B5B2F; }
span { border-color: rgb(43,91,47); }
td.TdClassName
{
border-color: #2B5B2F;
}
.TagClassName
{
border-color: #2B5B2F;
}
</style>