Shades of Parsley #2F612F
Tints of Parsley #2F612F
RGB
CMYK
RGB Variations
Color information
#2F612F (or 0x2F612F) is known color: Parsley. HEX triplet: 2F, 61 and 2F. RGB value is (47,97,47). Sum of RGB (Red+Green+Blue) = 47+97+47=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612F is #D09ED0. Grayscale: #4C4C4C. Windows color (decimal): -13672145 or 3105071. OLE color: 3105071.
HSL color Cylindrical-coordinate representation of color #2F612F: hue angle of 120º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F612F is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 47 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.62 |
| HSL | 120º | 0.35% | 0.28% | - |
| HSV(B) | 120º | 0.52% | 0.38% | - |
| XYZ | 5.96 | 9.36 | 4.18 | - |
| YUV | 76.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 47 | 0.52 | 0 | 0.52 | 0.62 | 120 | 0.35 | 0.28 |
| Hex | 2F | 61 | 2F | 34 | 0 | 34 | 3E | 78 | 23 | 1C |
| Octal | 57 | 141 | 57 | 64 | 0 | 64 | 76 | 170 | 43 | 34 |
| Binary | 101111 | 1100001 | 101111 | 110100 | 0 | 110100 | 111110 | 1111000 | 100011 | 11100 |
Color Harmonies of #2F612F
Complementary color
Monochromatic Colors of #2F612F
Black with #2F612F
Text Example
Text Example
White with #2F612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F612F; }
p { color: rgb(47,97,47); }
H1.HeaderClassName
{
color: #2F612F;
}
.AnyTagClassName
{
color: #2F612F;
}
</style>
background-color css
<style>
a { background-color: #2F612F; }
a { background-color: rgb(47,97,47); }
div.DivClassName
{
background-color: #2F612F;
}
.BgClassName
{
background-color: #2F612F;
}
</style>
border-color css
<style>
span { border-color: #2F612F; }
span { border-color: rgb(47,97,47); }
td.TdClassName
{
border-color: #2F612F;
}
.TagClassName
{
border-color: #2F612F;
}
</style>