Shades of Parsley #2F5B33
Tints of Parsley #2F5B33
RGB
CMYK
RGB Variations
Color information
#2F5B33 (or 0x2F5B33) is known color: Parsley. HEX triplet: 2F, 5B and 33. RGB value is (47,91,51). Sum of RGB (Red+Green+Blue) = 47+91+51=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B33 is #D0A4CC. Grayscale: #494949. Windows color (decimal): -13673677 or 3365679. OLE color: 3365679.
HSL color Cylindrical-coordinate representation of color #2F5B33: hue angle of 125.45º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5B33 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 91 | 51 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.64 |
| HSL | 125.45º | 0.32% | 0.27% | - |
| HSV(B) | 125.45º | 0.48% | 0.36% | - |
| XYZ | 5.51 | 8.33 | 4.45 | - |
| YUV | 73.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 51 | 0.48 | 0 | 0.44 | 0.64 | 125.45 | 0.32 | 0.27 |
| Hex | 2F | 5B | 33 | 30 | 0 | 2C | 40 | 7D | 20 | 1B |
| Octal | 57 | 133 | 63 | 60 | 0 | 54 | 100 | 175 | 40 | 33 |
| Binary | 101111 | 1011011 | 110011 | 110000 | 0 | 101100 | 1000000 | 1111101 | 100000 | 11011 |
Color Harmonies of #2F5B33
Complementary color
Monochromatic Colors of #2F5B33
Black with #2F5B33
Text Example
Text Example
White with #2F5B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5B33; }
p { color: rgb(47,91,51); }
H1.HeaderClassName
{
color: #2F5B33;
}
.AnyTagClassName
{
color: #2F5B33;
}
</style>
background-color css
<style>
a { background-color: #2F5B33; }
a { background-color: rgb(47,91,51); }
div.DivClassName
{
background-color: #2F5B33;
}
.BgClassName
{
background-color: #2F5B33;
}
</style>
border-color css
<style>
span { border-color: #2F5B33; }
span { border-color: rgb(47,91,51); }
td.TdClassName
{
border-color: #2F5B33;
}
.TagClassName
{
border-color: #2F5B33;
}
</style>