Shades of Green Pea #2E6546
Tints of Green Pea #2E6546
RGB
CMYK
RGB Variations
Color information
#2E6546 (or 0x2E6546) is known color: Green Pea. HEX triplet: 2E, 65 and 46. RGB value is (46,101,70). Sum of RGB (Red+Green+Blue) = 46+101+70=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #2E6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6546 is #D19AB9. Grayscale: #515151. Windows color (decimal): -13736634 or 4613422. OLE color: 4613422.
HSL color Cylindrical-coordinate representation of color #2E6546: hue angle of 146.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6546 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 101 | 70 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.60 |
| HSL | 146.18º | 0.37% | 0.29% | - |
| HSV(B) | 146.18º | 0.54% | 0.4% | - |
| XYZ | 6.89 | 10.33 | 7.43 | - |
| YUV | 81.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 70 | 0.54 | 0 | 0.31 | 0.60 | 146.18 | 0.37 | 0.29 |
| Hex | 2E | 65 | 46 | 36 | 0 | 1F | 3C | 92 | 25 | 1D |
| Octal | 56 | 145 | 106 | 66 | 0 | 37 | 74 | 222 | 45 | 35 |
| Binary | 101110 | 1100101 | 1000110 | 110110 | 0 | 11111 | 111100 | 10010010 | 100101 | 11101 |
Color Harmonies of #2E6546
Complementary color
Monochromatic Colors of #2E6546
Black with #2E6546
Text Example
Text Example
White with #2E6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6546; }
p { color: rgb(46,101,70); }
H1.HeaderClassName
{
color: #2E6546;
}
.AnyTagClassName
{
color: #2E6546;
}
</style>
background-color css
<style>
a { background-color: #2E6546; }
a { background-color: rgb(46,101,70); }
div.DivClassName
{
background-color: #2E6546;
}
.BgClassName
{
background-color: #2E6546;
}
</style>
border-color css
<style>
span { border-color: #2E6546; }
span { border-color: rgb(46,101,70); }
td.TdClassName
{
border-color: #2E6546;
}
.TagClassName
{
border-color: #2E6546;
}
</style>