Shades of Green Pea #2E6D4B
Tints of Green Pea #2E6D4B
RGB
CMYK
RGB Variations
Color information
#2E6D4B (or 0x2E6D4B) is known color: Green Pea. HEX triplet: 2E, 6D and 4B. RGB value is (46,109,75). Sum of RGB (Red+Green+Blue) = 46+109+75=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D4B is #D192B4. Grayscale: #565656. Windows color (decimal): -13734581 or 4943150. OLE color: 4943150.
HSL color Cylindrical-coordinate representation of color #2E6D4B: hue angle of 147.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D4B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 75 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.57 |
| HSL | 147.62º | 0.41% | 0.3% | - |
| HSV(B) | 147.62º | 0.58% | 0.43% | - |
| XYZ | 7.87 | 12.03 | 8.56 | - |
| YUV | 86.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 75 | 0.58 | 0 | 0.31 | 0.57 | 147.62 | 0.41 | 0.3 |
| Hex | 2E | 6D | 4B | 3A | 0 | 1F | 39 | 94 | 29 | 1E |
| Octal | 56 | 155 | 113 | 72 | 0 | 37 | 71 | 224 | 51 | 36 |
| Binary | 101110 | 1101101 | 1001011 | 111010 | 0 | 11111 | 111001 | 10010100 | 101001 | 11110 |
Color Harmonies of #2E6D4B
Complementary color
Monochromatic Colors of #2E6D4B
Black with #2E6D4B
Text Example
Text Example
White with #2E6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D4B; }
p { color: rgb(46,109,75); }
H1.HeaderClassName
{
color: #2E6D4B;
}
.AnyTagClassName
{
color: #2E6D4B;
}
</style>
background-color css
<style>
a { background-color: #2E6D4B; }
a { background-color: rgb(46,109,75); }
div.DivClassName
{
background-color: #2E6D4B;
}
.BgClassName
{
background-color: #2E6D4B;
}
</style>
border-color css
<style>
span { border-color: #2E6D4B; }
span { border-color: rgb(46,109,75); }
td.TdClassName
{
border-color: #2E6D4B;
}
.TagClassName
{
border-color: #2E6D4B;
}
</style>