Shades of Green Pea #2E6143
Tints of Green Pea #2E6143
RGB
CMYK
RGB Variations
Color information
#2E6143 (or 0x2E6143) is known color: Green Pea. HEX triplet: 2E, 61 and 43. RGB value is (46,97,67). Sum of RGB (Red+Green+Blue) = 46+97+67=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6143 is #D19EBC. Grayscale: #4E4E4E. Windows color (decimal): -13737661 or 4415790. OLE color: 4415790.
HSL color Cylindrical-coordinate representation of color #2E6143: hue angle of 144.71º 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 #2E6143 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 97 | 67 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.62 |
| HSL | 144.71º | 0.36% | 0.28% | - |
| HSV(B) | 144.71º | 0.53% | 0.38% | - |
| XYZ | 6.41 | 9.54 | 6.81 | - |
| YUV | 78.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 67 | 0.53 | 0 | 0.31 | 0.62 | 144.71 | 0.36 | 0.28 |
| Hex | 2E | 61 | 43 | 35 | 0 | 1F | 3E | 91 | 24 | 1C |
| Octal | 56 | 141 | 103 | 65 | 0 | 37 | 76 | 221 | 44 | 34 |
| Binary | 101110 | 1100001 | 1000011 | 110101 | 0 | 11111 | 111110 | 10010001 | 100100 | 11100 |
Color Harmonies of #2E6143
Complementary color
Monochromatic Colors of #2E6143
Black with #2E6143
Text Example
Text Example
White with #2E6143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6143; }
p { color: rgb(46,97,67); }
H1.HeaderClassName
{
color: #2E6143;
}
.AnyTagClassName
{
color: #2E6143;
}
</style>
background-color css
<style>
a { background-color: #2E6143; }
a { background-color: rgb(46,97,67); }
div.DivClassName
{
background-color: #2E6143;
}
.BgClassName
{
background-color: #2E6143;
}
</style>
border-color css
<style>
span { border-color: #2E6143; }
span { border-color: rgb(46,97,67); }
td.TdClassName
{
border-color: #2E6143;
}
.TagClassName
{
border-color: #2E6143;
}
</style>