Shades of Green Pea #2E5C40
Tints of Green Pea #2E5C40
RGB
CMYK
RGB Variations
Color information
#2E5C40 (or 0x2E5C40) is known color: Green Pea. HEX triplet: 2E, 5C and 40. RGB value is (46,92,64). Sum of RGB (Red+Green+Blue) = 46+92+64=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C40 is #D1A3BF. Grayscale: #4B4B4B. Windows color (decimal): -13738944 or 4217902. OLE color: 4217902.
HSL color Cylindrical-coordinate representation of color #2E5C40: hue angle of 143.48º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C40 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 92 | 64 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.64 |
| HSL | 143.48º | 0.33% | 0.27% | - |
| HSV(B) | 143.48º | 0.5% | 0.36% | - |
| XYZ | 5.88 | 8.61 | 6.2 | - |
| YUV | 75.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 64 | 0.50 | 0 | 0.30 | 0.64 | 143.48 | 0.33 | 0.27 |
| Hex | 2E | 5C | 40 | 32 | 0 | 1E | 40 | 8F | 21 | 1B |
| Octal | 56 | 134 | 100 | 62 | 0 | 36 | 100 | 217 | 41 | 33 |
| Binary | 101110 | 1011100 | 1000000 | 110010 | 0 | 11110 | 1000000 | 10001111 | 100001 | 11011 |
Color Harmonies of #2E5C40
Complementary color
Monochromatic Colors of #2E5C40
Black with #2E5C40
Text Example
Text Example
White with #2E5C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C40; }
p { color: rgb(46,92,64); }
H1.HeaderClassName
{
color: #2E5C40;
}
.AnyTagClassName
{
color: #2E5C40;
}
</style>
background-color css
<style>
a { background-color: #2E5C40; }
a { background-color: rgb(46,92,64); }
div.DivClassName
{
background-color: #2E5C40;
}
.BgClassName
{
background-color: #2E5C40;
}
</style>
border-color css
<style>
span { border-color: #2E5C40; }
span { border-color: rgb(46,92,64); }
td.TdClassName
{
border-color: #2E5C40;
}
.TagClassName
{
border-color: #2E5C40;
}
</style>