Shades of Parsley #2F5F34
Tints of Parsley #2F5F34
RGB
CMYK
RGB Variations
Color information
#2F5F34 (or 0x2F5F34) is known color: Parsley. HEX triplet: 2F, 5F and 34. RGB value is (47,95,52). Sum of RGB (Red+Green+Blue) = 47+95+52=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F34 is #D0A0CB. Grayscale: #4B4B4B. Windows color (decimal): -13672652 or 3432239. OLE color: 3432239.
HSL color Cylindrical-coordinate representation of color #2F5F34: hue angle of 126.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F34 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 95 | 52 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.63 |
| HSL | 126.25º | 0.34% | 0.28% | - |
| HSV(B) | 126.25º | 0.51% | 0.37% | - |
| XYZ | 5.88 | 9.04 | 4.68 | - |
| YUV | 75.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 52 | 0.51 | 0 | 0.45 | 0.63 | 126.25 | 0.34 | 0.28 |
| Hex | 2F | 5F | 34 | 33 | 0 | 2D | 3F | 7E | 22 | 1C |
| Octal | 57 | 137 | 64 | 63 | 0 | 55 | 77 | 176 | 42 | 34 |
| Binary | 101111 | 1011111 | 110100 | 110011 | 0 | 101101 | 111111 | 1111110 | 100010 | 11100 |
Color Harmonies of #2F5F34
Complementary color
Monochromatic Colors of #2F5F34
Black with #2F5F34
Text Example
Text Example
White with #2F5F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5F34; }
p { color: rgb(47,95,52); }
H1.HeaderClassName
{
color: #2F5F34;
}
.AnyTagClassName
{
color: #2F5F34;
}
</style>
background-color css
<style>
a { background-color: #2F5F34; }
a { background-color: rgb(47,95,52); }
div.DivClassName
{
background-color: #2F5F34;
}
.BgClassName
{
background-color: #2F5F34;
}
</style>
border-color css
<style>
span { border-color: #2F5F34; }
span { border-color: rgb(47,95,52); }
td.TdClassName
{
border-color: #2F5F34;
}
.TagClassName
{
border-color: #2F5F34;
}
</style>