Shades of Green Pea #2E6849
Tints of Green Pea #2E6849
RGB
CMYK
RGB Variations
Color information
#2E6849 (or 0x2E6849) is known color: Green Pea. HEX triplet: 2E, 68 and 49. RGB value is (46,104,73). Sum of RGB (Red+Green+Blue) = 46+104+73=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6849 is #D197B6. Grayscale: #535353. Windows color (decimal): -13735863 or 4810798. OLE color: 4810798.
HSL color Cylindrical-coordinate representation of color #2E6849: hue angle of 147.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6849 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 73 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.59 |
| HSL | 147.93º | 0.39% | 0.29% | - |
| HSV(B) | 147.93º | 0.56% | 0.41% | - |
| XYZ | 7.28 | 10.96 | 8.04 | - |
| YUV | 83.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 73 | 0.56 | 0 | 0.30 | 0.59 | 147.93 | 0.39 | 0.29 |
| Hex | 2E | 68 | 49 | 38 | 0 | 1E | 3B | 94 | 27 | 1D |
| Octal | 56 | 150 | 111 | 70 | 0 | 36 | 73 | 224 | 47 | 35 |
| Binary | 101110 | 1101000 | 1001001 | 111000 | 0 | 11110 | 111011 | 10010100 | 100111 | 11101 |
Color Harmonies of #2E6849
Complementary color
Monochromatic Colors of #2E6849
Black with #2E6849
Text Example
Text Example
White with #2E6849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6849; }
p { color: rgb(46,104,73); }
H1.HeaderClassName
{
color: #2E6849;
}
.AnyTagClassName
{
color: #2E6849;
}
</style>
background-color css
<style>
a { background-color: #2E6849; }
a { background-color: rgb(46,104,73); }
div.DivClassName
{
background-color: #2E6849;
}
.BgClassName
{
background-color: #2E6849;
}
</style>
border-color css
<style>
span { border-color: #2E6849; }
span { border-color: rgb(46,104,73); }
td.TdClassName
{
border-color: #2E6849;
}
.TagClassName
{
border-color: #2E6849;
}
</style>