Shades of Parsley #2F5B2D
Tints of Parsley #2F5B2D
RGB
CMYK
RGB Variations
Color information
#2F5B2D (or 0x2F5B2D) is known color: Parsley. HEX triplet: 2F, 5B and 2D. RGB value is (47,91,45). Sum of RGB (Red+Green+Blue) = 47+91+45=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B2D is #D0A4D2. Grayscale: #484848. Windows color (decimal): -13673683 or 2972463. OLE color: 2972463.
HSL color Cylindrical-coordinate representation of color #2F5B2D: hue angle of 117.39º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5B2D is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 91 | 45 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.64 |
| HSL | 117.39º | 0.34% | 0.27% | - |
| HSV(B) | 117.39º | 0.51% | 0.36% | - |
| XYZ | 5.39 | 8.28 | 3.8 | - |
| YUV | 72.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 45 | 0.48 | 0 | 0.51 | 0.64 | 117.39 | 0.34 | 0.27 |
| Hex | 2F | 5B | 2D | 30 | 0 | 33 | 40 | 75 | 22 | 1B |
| Octal | 57 | 133 | 55 | 60 | 0 | 63 | 100 | 165 | 42 | 33 |
| Binary | 101111 | 1011011 | 101101 | 110000 | 0 | 110011 | 1000000 | 1110101 | 100010 | 11011 |
Color Harmonies of #2F5B2D
Complementary color
Monochromatic Colors of #2F5B2D
Black with #2F5B2D
Text Example
Text Example
White with #2F5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5B2D; }
p { color: rgb(47,91,45); }
H1.HeaderClassName
{
color: #2F5B2D;
}
.AnyTagClassName
{
color: #2F5B2D;
}
</style>
background-color css
<style>
a { background-color: #2F5B2D; }
a { background-color: rgb(47,91,45); }
div.DivClassName
{
background-color: #2F5B2D;
}
.BgClassName
{
background-color: #2F5B2D;
}
</style>
border-color css
<style>
span { border-color: #2F5B2D; }
span { border-color: rgb(47,91,45); }
td.TdClassName
{
border-color: #2F5B2D;
}
.TagClassName
{
border-color: #2F5B2D;
}
</style>