Shades of Parsley #2B6536
Tints of Parsley #2B6536
RGB
CMYK
RGB Variations
Color information
#2B6536 (or 0x2B6536) is known color: Parsley. HEX triplet: 2B, 65 and 36. RGB value is (43,101,54). Sum of RGB (Red+Green+Blue) = 43+101+54=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6536 is #D49AC9. Grayscale: #4E4E4E. Windows color (decimal): -13933258 or 3564843. OLE color: 3564843.
HSL color Cylindrical-coordinate representation of color #2B6536: hue angle of 131.38º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6536 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 54 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.60 |
| HSL | 131.38º | 0.4% | 0.28% | - |
| HSV(B) | 131.38º | 0.57% | 0.4% | - |
| XYZ | 6.32 | 10.09 | 5.1 | - |
| YUV | 78.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 54 | 0.57 | 0 | 0.47 | 0.60 | 131.38 | 0.4 | 0.28 |
| Hex | 2B | 65 | 36 | 39 | 0 | 2F | 3C | 83 | 28 | 1C |
| Octal | 53 | 145 | 66 | 71 | 0 | 57 | 74 | 203 | 50 | 34 |
| Binary | 101011 | 1100101 | 110110 | 111001 | 0 | 101111 | 111100 | 10000011 | 101000 | 11100 |
Color Harmonies of #2B6536
Complementary color
Monochromatic Colors of #2B6536
Black with #2B6536
Text Example
Text Example
White with #2B6536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6536; }
p { color: rgb(43,101,54); }
H1.HeaderClassName
{
color: #2B6536;
}
.AnyTagClassName
{
color: #2B6536;
}
</style>
background-color css
<style>
a { background-color: #2B6536; }
a { background-color: rgb(43,101,54); }
div.DivClassName
{
background-color: #2B6536;
}
.BgClassName
{
background-color: #2B6536;
}
</style>
border-color css
<style>
span { border-color: #2B6536; }
span { border-color: rgb(43,101,54); }
td.TdClassName
{
border-color: #2B6536;
}
.TagClassName
{
border-color: #2B6536;
}
</style>