Shades of Parsley #2E5B2F
Tints of Parsley #2E5B2F
RGB
CMYK
RGB Variations
Color information
#2E5B2F (or 0x2E5B2F) is known color: Parsley. HEX triplet: 2E, 5B and 2F. RGB value is (46,91,47). Sum of RGB (Red+Green+Blue) = 46+91+47=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5B2F is #D1A4D0. Grayscale: #484848. Windows color (decimal): -13739217 or 3103534. OLE color: 3103534.
HSL color Cylindrical-coordinate representation of color #2E5B2F: hue angle of 121.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5B2F is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 91 | 47 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.64 |
| HSL | 121.33º | 0.33% | 0.27% | - |
| HSV(B) | 121.33º | 0.49% | 0.36% | - |
| XYZ | 5.38 | 8.27 | 4 | - |
| YUV | 72.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 47 | 0.49 | 0 | 0.48 | 0.64 | 121.33 | 0.33 | 0.27 |
| Hex | 2E | 5B | 2F | 31 | 0 | 30 | 40 | 79 | 21 | 1B |
| Octal | 56 | 133 | 57 | 61 | 0 | 60 | 100 | 171 | 41 | 33 |
| Binary | 101110 | 1011011 | 101111 | 110001 | 0 | 110000 | 1000000 | 1111001 | 100001 | 11011 |
Color Harmonies of #2E5B2F
Complementary color
Monochromatic Colors of #2E5B2F
Black with #2E5B2F
Text Example
Text Example
White with #2E5B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5B2F; }
p { color: rgb(46,91,47); }
H1.HeaderClassName
{
color: #2E5B2F;
}
.AnyTagClassName
{
color: #2E5B2F;
}
</style>
background-color css
<style>
a { background-color: #2E5B2F; }
a { background-color: rgb(46,91,47); }
div.DivClassName
{
background-color: #2E5B2F;
}
.BgClassName
{
background-color: #2E5B2F;
}
</style>
border-color css
<style>
span { border-color: #2E5B2F; }
span { border-color: rgb(46,91,47); }
td.TdClassName
{
border-color: #2E5B2F;
}
.TagClassName
{
border-color: #2E5B2F;
}
</style>