Shades of Parsley #2B6033
Tints of Parsley #2B6033
RGB
CMYK
RGB Variations
Color information
#2B6033 (or 0x2B6033) is known color: Parsley. HEX triplet: 2B, 60 and 33. RGB value is (43,96,51). Sum of RGB (Red+Green+Blue) = 43+96+51=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6033 is #D49FCC. Grayscale: #4B4B4B. Windows color (decimal): -13934541 or 3366955. OLE color: 3366955.
HSL color Cylindrical-coordinate representation of color #2B6033: hue angle of 129.06º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6033 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 51 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.62 |
| HSL | 129.06º | 0.38% | 0.27% | - |
| HSV(B) | 129.06º | 0.55% | 0.38% | - |
| XYZ | 5.78 | 9.12 | 4.59 | - |
| YUV | 75.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 51 | 0.55 | 0 | 0.47 | 0.62 | 129.06 | 0.38 | 0.27 |
| Hex | 2B | 60 | 33 | 37 | 0 | 2F | 3E | 81 | 26 | 1B |
| Octal | 53 | 140 | 63 | 67 | 0 | 57 | 76 | 201 | 46 | 33 |
| Binary | 101011 | 1100000 | 110011 | 110111 | 0 | 101111 | 111110 | 10000001 | 100110 | 11011 |
Color Harmonies of #2B6033
Complementary color
Monochromatic Colors of #2B6033
Black with #2B6033
Text Example
Text Example
White with #2B6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6033; }
p { color: rgb(43,96,51); }
H1.HeaderClassName
{
color: #2B6033;
}
.AnyTagClassName
{
color: #2B6033;
}
</style>
background-color css
<style>
a { background-color: #2B6033; }
a { background-color: rgb(43,96,51); }
div.DivClassName
{
background-color: #2B6033;
}
.BgClassName
{
background-color: #2B6033;
}
</style>
border-color css
<style>
span { border-color: #2B6033; }
span { border-color: rgb(43,96,51); }
td.TdClassName
{
border-color: #2B6033;
}
.TagClassName
{
border-color: #2B6033;
}
</style>