Shades of Parsley #2B5A2E
Tints of Parsley #2B5A2E
RGB
CMYK
RGB Variations
Color information
#2B5A2E (or 0x2B5A2E) is known color: Parsley. HEX triplet: 2B, 5A and 2E. RGB value is (43,90,46). Sum of RGB (Red+Green+Blue) = 43+90+46=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A2E is #D4A5D1. Grayscale: #474747. Windows color (decimal): -13936082 or 3037739. OLE color: 3037739.
HSL color Cylindrical-coordinate representation of color #2B5A2E: hue angle of 123.83º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5A2E is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 46 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.65 |
| HSL | 123.83º | 0.35% | 0.26% | - |
| HSV(B) | 123.83º | 0.52% | 0.35% | - |
| XYZ | 5.15 | 8.02 | 3.86 | - |
| YUV | 70.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 46 | 0.52 | 0 | 0.49 | 0.65 | 123.83 | 0.35 | 0.26 |
| Hex | 2B | 5A | 2E | 34 | 0 | 31 | 41 | 7C | 23 | 1A |
| Octal | 53 | 132 | 56 | 64 | 0 | 61 | 101 | 174 | 43 | 32 |
| Binary | 101011 | 1011010 | 101110 | 110100 | 0 | 110001 | 1000001 | 1111100 | 100011 | 11010 |
Color Harmonies of #2B5A2E
Complementary color
Monochromatic Colors of #2B5A2E
Black with #2B5A2E
Text Example
Text Example
White with #2B5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A2E; }
p { color: rgb(43,90,46); }
H1.HeaderClassName
{
color: #2B5A2E;
}
.AnyTagClassName
{
color: #2B5A2E;
}
</style>
background-color css
<style>
a { background-color: #2B5A2E; }
a { background-color: rgb(43,90,46); }
div.DivClassName
{
background-color: #2B5A2E;
}
.BgClassName
{
background-color: #2B5A2E;
}
</style>
border-color css
<style>
span { border-color: #2B5A2E; }
span { border-color: rgb(43,90,46); }
td.TdClassName
{
border-color: #2B5A2E;
}
.TagClassName
{
border-color: #2B5A2E;
}
</style>