Shades of Parsley #2E612F
Tints of Parsley #2E612F
RGB
CMYK
RGB Variations
Color information
#2E612F (or 0x2E612F) is known color: Parsley. HEX triplet: 2E, 61 and 2F. RGB value is (46,97,47). Sum of RGB (Red+Green+Blue) = 46+97+47=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #2E612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E612F is #D19ED0. Grayscale: #4C4C4C. Windows color (decimal): -13737681 or 3105070. OLE color: 3105070.
HSL color Cylindrical-coordinate representation of color #2E612F: hue angle of 121.18º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E612F is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 47 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.62 |
| HSL | 121.18º | 0.36% | 0.28% | - |
| HSV(B) | 121.18º | 0.53% | 0.38% | - |
| XYZ | 5.91 | 9.34 | 4.18 | - |
| YUV | 76.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 47 | 0.53 | 0 | 0.52 | 0.62 | 121.18 | 0.36 | 0.28 |
| Hex | 2E | 61 | 2F | 35 | 0 | 34 | 3E | 79 | 24 | 1C |
| Octal | 56 | 141 | 57 | 65 | 0 | 64 | 76 | 171 | 44 | 34 |
| Binary | 101110 | 1100001 | 101111 | 110101 | 0 | 110100 | 111110 | 1111001 | 100100 | 11100 |
Color Harmonies of #2E612F
Complementary color
Monochromatic Colors of #2E612F
Black with #2E612F
Text Example
Text Example
White with #2E612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E612F; }
p { color: rgb(46,97,47); }
H1.HeaderClassName
{
color: #2E612F;
}
.AnyTagClassName
{
color: #2E612F;
}
</style>
background-color css
<style>
a { background-color: #2E612F; }
a { background-color: rgb(46,97,47); }
div.DivClassName
{
background-color: #2E612F;
}
.BgClassName
{
background-color: #2E612F;
}
</style>
border-color css
<style>
span { border-color: #2E612F; }
span { border-color: rgb(46,97,47); }
td.TdClassName
{
border-color: #2E612F;
}
.TagClassName
{
border-color: #2E612F;
}
</style>