Shades of Green Pea #2E6746
Tints of Green Pea #2E6746
RGB
CMYK
RGB Variations
Color information
#2E6746 (or 0x2E6746) is known color: Green Pea. HEX triplet: 2E, 67 and 46. RGB value is (46,103,70). Sum of RGB (Red+Green+Blue) = 46+103+70=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6746 is #D198B9. Grayscale: #525252. Windows color (decimal): -13736122 or 4613934. OLE color: 4613934.
HSL color Cylindrical-coordinate representation of color #2E6746: hue angle of 145.26º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6746 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 103 | 70 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.60 |
| HSL | 145.26º | 0.38% | 0.29% | - |
| HSV(B) | 145.26º | 0.55% | 0.4% | - |
| XYZ | 7.08 | 10.72 | 7.49 | - |
| YUV | 82.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 70 | 0.55 | 0 | 0.32 | 0.60 | 145.26 | 0.38 | 0.29 |
| Hex | 2E | 67 | 46 | 37 | 0 | 20 | 3C | 91 | 26 | 1D |
| Octal | 56 | 147 | 106 | 67 | 0 | 40 | 74 | 221 | 46 | 35 |
| Binary | 101110 | 1100111 | 1000110 | 110111 | 0 | 100000 | 111100 | 10010001 | 100110 | 11101 |
Color Harmonies of #2E6746
Complementary color
Monochromatic Colors of #2E6746
Black with #2E6746
Text Example
Text Example
White with #2E6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6746; }
p { color: rgb(46,103,70); }
H1.HeaderClassName
{
color: #2E6746;
}
.AnyTagClassName
{
color: #2E6746;
}
</style>
background-color css
<style>
a { background-color: #2E6746; }
a { background-color: rgb(46,103,70); }
div.DivClassName
{
background-color: #2E6746;
}
.BgClassName
{
background-color: #2E6746;
}
</style>
border-color css
<style>
span { border-color: #2E6746; }
span { border-color: rgb(46,103,70); }
td.TdClassName
{
border-color: #2E6746;
}
.TagClassName
{
border-color: #2E6746;
}
</style>