Shades of Parsley #2B6233
Tints of Parsley #2B6233
RGB
CMYK
RGB Variations
Color information
#2B6233 (or 0x2B6233) is known color: Parsley. HEX triplet: 2B, 62 and 33. RGB value is (43,98,51). Sum of RGB (Red+Green+Blue) = 43+98+51=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6233 is #D49DCC. Grayscale: #4C4C4C. Windows color (decimal): -13934029 or 3367467. OLE color: 3367467.
HSL color Cylindrical-coordinate representation of color #2B6233: hue angle of 128.73º 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 #2B6233 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 51 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.62 |
| HSL | 128.73º | 0.39% | 0.28% | - |
| HSV(B) | 128.73º | 0.56% | 0.38% | - |
| XYZ | 5.96 | 9.49 | 4.65 | - |
| YUV | 76.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 51 | 0.56 | 0 | 0.48 | 0.62 | 128.73 | 0.39 | 0.28 |
| Hex | 2B | 62 | 33 | 38 | 0 | 30 | 3E | 81 | 27 | 1C |
| Octal | 53 | 142 | 63 | 70 | 0 | 60 | 76 | 201 | 47 | 34 |
| Binary | 101011 | 1100010 | 110011 | 111000 | 0 | 110000 | 111110 | 10000001 | 100111 | 11100 |
Color Harmonies of #2B6233
Complementary color
Monochromatic Colors of #2B6233
Black with #2B6233
Text Example
Text Example
White with #2B6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6233; }
p { color: rgb(43,98,51); }
H1.HeaderClassName
{
color: #2B6233;
}
.AnyTagClassName
{
color: #2B6233;
}
</style>
background-color css
<style>
a { background-color: #2B6233; }
a { background-color: rgb(43,98,51); }
div.DivClassName
{
background-color: #2B6233;
}
.BgClassName
{
background-color: #2B6233;
}
</style>
border-color css
<style>
span { border-color: #2B6233; }
span { border-color: rgb(43,98,51); }
td.TdClassName
{
border-color: #2B6233;
}
.TagClassName
{
border-color: #2B6233;
}
</style>