Shades of Parsley #2F532F
Tints of Parsley #2F532F
RGB
CMYK
RGB Variations
Color information
#2F532F (or 0x2F532F) is known color: Parsley. HEX triplet: 2F, 53 and 2F. RGB value is (47,83,47). Sum of RGB (Red+Green+Blue) = 47+83+47=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #2F532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F532F is #D0ACD0. Grayscale: #444444. Windows color (decimal): -13675729 or 3101487. OLE color: 3101487.
HSL color Cylindrical-coordinate representation of color #2F532F: hue angle of 120º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F532F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 47 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.67 |
| HSL | 120º | 0.28% | 0.25% | - |
| HSV(B) | 120º | 0.43% | 0.33% | - |
| XYZ | 4.78 | 7 | 3.79 | - |
| YUV | 68.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 47 | 0.43 | 0 | 0.43 | 0.67 | 120 | 0.28 | 0.25 |
| Hex | 2F | 53 | 2F | 2B | 0 | 2B | 43 | 78 | 1C | 19 |
| Octal | 57 | 123 | 57 | 53 | 0 | 53 | 103 | 170 | 34 | 31 |
| Binary | 101111 | 1010011 | 101111 | 101011 | 0 | 101011 | 1000011 | 1111000 | 11100 | 11001 |
Color Harmonies of #2F532F
Complementary color
Monochromatic Colors of #2F532F
Black with #2F532F
Text Example
Text Example
White with #2F532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F532F; }
p { color: rgb(47,83,47); }
H1.HeaderClassName
{
color: #2F532F;
}
.AnyTagClassName
{
color: #2F532F;
}
</style>
background-color css
<style>
a { background-color: #2F532F; }
a { background-color: rgb(47,83,47); }
div.DivClassName
{
background-color: #2F532F;
}
.BgClassName
{
background-color: #2F532F;
}
</style>
border-color css
<style>
span { border-color: #2F532F; }
span { border-color: rgb(47,83,47); }
td.TdClassName
{
border-color: #2F532F;
}
.TagClassName
{
border-color: #2F532F;
}
</style>