Shades of Green Pea #2E6B4E
Tints of Green Pea #2E6B4E
RGB
CMYK
RGB Variations
Color information
#2E6B4E (or 0x2E6B4E) is known color: Green Pea. HEX triplet: 2E, 6B and 4E. RGB value is (46,107,78). Sum of RGB (Red+Green+Blue) = 46+107+78=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B4E is #D194B1. Grayscale: #555555. Windows color (decimal): -13735090 or 5139246. OLE color: 5139246.
HSL color Cylindrical-coordinate representation of color #2E6B4E: hue angle of 151.48º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B4E is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 78 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.58 |
| HSL | 151.48º | 0.4% | 0.3% | - |
| HSV(B) | 151.48º | 0.57% | 0.42% | - |
| XYZ | 7.76 | 11.65 | 9.05 | - |
| YUV | 85.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 78 | 0.57 | 0 | 0.27 | 0.58 | 151.48 | 0.4 | 0.3 |
| Hex | 2E | 6B | 4E | 39 | 0 | 1B | 3A | 97 | 28 | 1E |
| Octal | 56 | 153 | 116 | 71 | 0 | 33 | 72 | 227 | 50 | 36 |
| Binary | 101110 | 1101011 | 1001110 | 111001 | 0 | 11011 | 111010 | 10010111 | 101000 | 11110 |
Color Harmonies of #2E6B4E
Complementary color
Monochromatic Colors of #2E6B4E
Black with #2E6B4E
Text Example
Text Example
White with #2E6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B4E; }
p { color: rgb(46,107,78); }
H1.HeaderClassName
{
color: #2E6B4E;
}
.AnyTagClassName
{
color: #2E6B4E;
}
</style>
background-color css
<style>
a { background-color: #2E6B4E; }
a { background-color: rgb(46,107,78); }
div.DivClassName
{
background-color: #2E6B4E;
}
.BgClassName
{
background-color: #2E6B4E;
}
</style>
border-color css
<style>
span { border-color: #2E6B4E; }
span { border-color: rgb(46,107,78); }
td.TdClassName
{
border-color: #2E6B4E;
}
.TagClassName
{
border-color: #2E6B4E;
}
</style>