Shades of Green Pea #2E5D46
Tints of Green Pea #2E5D46
RGB
CMYK
RGB Variations
Color information
#2E5D46 (or 0x2E5D46) is known color: Green Pea. HEX triplet: 2E, 5D and 46. RGB value is (46,93,70). Sum of RGB (Red+Green+Blue) = 46+93+70=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D46 is #D1A2B9. Grayscale: #4C4C4C. Windows color (decimal): -13738682 or 4611374. OLE color: 4611374.
HSL color Cylindrical-coordinate representation of color #2E5D46: hue angle of 150.64º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D46 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 70 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.64 |
| HSL | 150.64º | 0.34% | 0.27% | - |
| HSV(B) | 150.64º | 0.51% | 0.36% | - |
| XYZ | 6.15 | 8.85 | 7.18 | - |
| YUV | 76.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 70 | 0.51 | 0 | 0.25 | 0.64 | 150.64 | 0.34 | 0.27 |
| Hex | 2E | 5D | 46 | 33 | 0 | 19 | 40 | 97 | 22 | 1B |
| Octal | 56 | 135 | 106 | 63 | 0 | 31 | 100 | 227 | 42 | 33 |
| Binary | 101110 | 1011101 | 1000110 | 110011 | 0 | 11001 | 1000000 | 10010111 | 100010 | 11011 |
Color Harmonies of #2E5D46
Complementary color
Monochromatic Colors of #2E5D46
Black with #2E5D46
Text Example
Text Example
White with #2E5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D46; }
p { color: rgb(46,93,70); }
H1.HeaderClassName
{
color: #2E5D46;
}
.AnyTagClassName
{
color: #2E5D46;
}
</style>
background-color css
<style>
a { background-color: #2E5D46; }
a { background-color: rgb(46,93,70); }
div.DivClassName
{
background-color: #2E5D46;
}
.BgClassName
{
background-color: #2E5D46;
}
</style>
border-color css
<style>
span { border-color: #2E5D46; }
span { border-color: rgb(46,93,70); }
td.TdClassName
{
border-color: #2E5D46;
}
.TagClassName
{
border-color: #2E5D46;
}
</style>