Shades of Green Pea #2E6142
Tints of Green Pea #2E6142
RGB
CMYK
RGB Variations
Color information
#2E6142 (or 0x2E6142) is known color: Green Pea. HEX triplet: 2E, 61 and 42. RGB value is (46,97,66). Sum of RGB (Red+Green+Blue) = 46+97+66=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6142 is #D19EBD. Grayscale: #4E4E4E. Windows color (decimal): -13737662 or 4350254. OLE color: 4350254.
HSL color Cylindrical-coordinate representation of color #2E6142: hue angle of 143.53º 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 #2E6142 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 66 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.62 |
| HSL | 143.53º | 0.36% | 0.28% | - |
| HSV(B) | 143.53º | 0.53% | 0.38% | - |
| XYZ | 6.38 | 9.52 | 6.66 | - |
| YUV | 78.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 66 | 0.53 | 0 | 0.32 | 0.62 | 143.53 | 0.36 | 0.28 |
| Hex | 2E | 61 | 42 | 35 | 0 | 20 | 3E | 90 | 24 | 1C |
| Octal | 56 | 141 | 102 | 65 | 0 | 40 | 76 | 220 | 44 | 34 |
| Binary | 101110 | 1100001 | 1000010 | 110101 | 0 | 100000 | 111110 | 10010000 | 100100 | 11100 |
Color Harmonies of #2E6142
Complementary color
Monochromatic Colors of #2E6142
Black with #2E6142
Text Example
Text Example
White with #2E6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6142; }
p { color: rgb(46,97,66); }
H1.HeaderClassName
{
color: #2E6142;
}
.AnyTagClassName
{
color: #2E6142;
}
</style>
background-color css
<style>
a { background-color: #2E6142; }
a { background-color: rgb(46,97,66); }
div.DivClassName
{
background-color: #2E6142;
}
.BgClassName
{
background-color: #2E6142;
}
</style>
border-color css
<style>
span { border-color: #2E6142; }
span { border-color: rgb(46,97,66); }
td.TdClassName
{
border-color: #2E6142;
}
.TagClassName
{
border-color: #2E6142;
}
</style>