Shades of Green Pea #2E5A40
Tints of Green Pea #2E5A40
RGB
CMYK
RGB Variations
Color information
#2E5A40 (or 0x2E5A40) is known color: Green Pea. HEX triplet: 2E, 5A and 40. RGB value is (46,90,64). Sum of RGB (Red+Green+Blue) = 46+90+64=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A40 is #D1A5BF. Grayscale: #494949. Windows color (decimal): -13739456 or 4217390. OLE color: 4217390.
HSL color Cylindrical-coordinate representation of color #2E5A40: hue angle of 144.55º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5A40 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 64 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.65 |
| HSL | 144.55º | 0.32% | 0.27% | - |
| HSV(B) | 144.55º | 0.49% | 0.35% | - |
| XYZ | 5.71 | 8.26 | 6.14 | - |
| YUV | 73.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 64 | 0.49 | 0 | 0.29 | 0.65 | 144.55 | 0.32 | 0.27 |
| Hex | 2E | 5A | 40 | 31 | 0 | 1D | 41 | 91 | 20 | 1B |
| Octal | 56 | 132 | 100 | 61 | 0 | 35 | 101 | 221 | 40 | 33 |
| Binary | 101110 | 1011010 | 1000000 | 110001 | 0 | 11101 | 1000001 | 10010001 | 100000 | 11011 |
Color Harmonies of #2E5A40
Complementary color
Monochromatic Colors of #2E5A40
Black with #2E5A40
Text Example
Text Example
White with #2E5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A40; }
p { color: rgb(46,90,64); }
H1.HeaderClassName
{
color: #2E5A40;
}
.AnyTagClassName
{
color: #2E5A40;
}
</style>
background-color css
<style>
a { background-color: #2E5A40; }
a { background-color: rgb(46,90,64); }
div.DivClassName
{
background-color: #2E5A40;
}
.BgClassName
{
background-color: #2E5A40;
}
</style>
border-color css
<style>
span { border-color: #2E5A40; }
span { border-color: rgb(46,90,64); }
td.TdClassName
{
border-color: #2E5A40;
}
.TagClassName
{
border-color: #2E5A40;
}
</style>