Shades of Green Pea #2E6E45
Tints of Green Pea #2E6E45
RGB
CMYK
RGB Variations
Color information
#2E6E45 (or 0x2E6E45) is known color: Green Pea. HEX triplet: 2E, 6E and 45. RGB value is (46,110,69). Sum of RGB (Red+Green+Blue) = 46+110+69=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E45 is #D191BA. Grayscale: #565656. Windows color (decimal): -13734331 or 4550190. OLE color: 4550190.
HSL color Cylindrical-coordinate representation of color #2E6E45: hue angle of 141.56º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E45 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 69 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.57 |
| HSL | 141.56º | 0.41% | 0.31% | - |
| HSV(B) | 141.56º | 0.58% | 0.43% | - |
| XYZ | 7.78 | 12.16 | 7.57 | - |
| YUV | 86.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 69 | 0.58 | 0 | 0.37 | 0.57 | 141.56 | 0.41 | 0.31 |
| Hex | 2E | 6E | 45 | 3A | 0 | 25 | 39 | 8E | 29 | 1F |
| Octal | 56 | 156 | 105 | 72 | 0 | 45 | 71 | 216 | 51 | 37 |
| Binary | 101110 | 1101110 | 1000101 | 111010 | 0 | 100101 | 111001 | 10001110 | 101001 | 11111 |
Color Harmonies of #2E6E45
Complementary color
Monochromatic Colors of #2E6E45
Black with #2E6E45
Text Example
Text Example
White with #2E6E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E45; }
p { color: rgb(46,110,69); }
H1.HeaderClassName
{
color: #2E6E45;
}
.AnyTagClassName
{
color: #2E6E45;
}
</style>
background-color css
<style>
a { background-color: #2E6E45; }
a { background-color: rgb(46,110,69); }
div.DivClassName
{
background-color: #2E6E45;
}
.BgClassName
{
background-color: #2E6E45;
}
</style>
border-color css
<style>
span { border-color: #2E6E45; }
span { border-color: rgb(46,110,69); }
td.TdClassName
{
border-color: #2E6E45;
}
.TagClassName
{
border-color: #2E6E45;
}
</style>