Shades of Parsley #2B6435
Tints of Parsley #2B6435
RGB
CMYK
RGB Variations
Color information
#2B6435 (or 0x2B6435) is known color: Parsley. HEX triplet: 2B, 64 and 35. RGB value is (43,100,53). Sum of RGB (Red+Green+Blue) = 43+100+53=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6435 is #D49BCA. Grayscale: #4D4D4D. Windows color (decimal): -13933515 or 3499051. OLE color: 3499051.
HSL color Cylindrical-coordinate representation of color #2B6435: hue angle of 130.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6435 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 53 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.61 |
| HSL | 130.53º | 0.4% | 0.28% | - |
| HSV(B) | 130.53º | 0.57% | 0.39% | - |
| XYZ | 6.2 | 9.88 | 4.95 | - |
| YUV | 77.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 53 | 0.57 | 0 | 0.47 | 0.61 | 130.53 | 0.4 | 0.28 |
| Hex | 2B | 64 | 35 | 39 | 0 | 2F | 3D | 83 | 28 | 1C |
| Octal | 53 | 144 | 65 | 71 | 0 | 57 | 75 | 203 | 50 | 34 |
| Binary | 101011 | 1100100 | 110101 | 111001 | 0 | 101111 | 111101 | 10000011 | 101000 | 11100 |
Color Harmonies of #2B6435
Complementary color
Monochromatic Colors of #2B6435
Black with #2B6435
Text Example
Text Example
White with #2B6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6435; }
p { color: rgb(43,100,53); }
H1.HeaderClassName
{
color: #2B6435;
}
.AnyTagClassName
{
color: #2B6435;
}
</style>
background-color css
<style>
a { background-color: #2B6435; }
a { background-color: rgb(43,100,53); }
div.DivClassName
{
background-color: #2B6435;
}
.BgClassName
{
background-color: #2B6435;
}
</style>
border-color css
<style>
span { border-color: #2B6435; }
span { border-color: rgb(43,100,53); }
td.TdClassName
{
border-color: #2B6435;
}
.TagClassName
{
border-color: #2B6435;
}
</style>