Shades of Green Pea #2E684A
Tints of Green Pea #2E684A
RGB
CMYK
RGB Variations
Color information
#2E684A (or 0x2E684A) is known color: Green Pea. HEX triplet: 2E, 68 and 4A. RGB value is (46,104,74). Sum of RGB (Red+Green+Blue) = 46+104+74=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #2E684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E684A is #D197B5. Grayscale: #535353. Windows color (decimal): -13735862 or 4876334. OLE color: 4876334.
HSL color Cylindrical-coordinate representation of color #2E684A: hue angle of 148.97º 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 #2E684A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 74 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.59 |
| HSL | 148.97º | 0.39% | 0.29% | - |
| HSV(B) | 148.97º | 0.56% | 0.41% | - |
| XYZ | 7.31 | 10.98 | 8.21 | - |
| YUV | 83.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 74 | 0.56 | 0 | 0.29 | 0.59 | 148.97 | 0.39 | 0.29 |
| Hex | 2E | 68 | 4A | 38 | 0 | 1D | 3B | 95 | 27 | 1D |
| Octal | 56 | 150 | 112 | 70 | 0 | 35 | 73 | 225 | 47 | 35 |
| Binary | 101110 | 1101000 | 1001010 | 111000 | 0 | 11101 | 111011 | 10010101 | 100111 | 11101 |
Color Harmonies of #2E684A
Complementary color
Monochromatic Colors of #2E684A
Black with #2E684A
Text Example
Text Example
White with #2E684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E684A; }
p { color: rgb(46,104,74); }
H1.HeaderClassName
{
color: #2E684A;
}
.AnyTagClassName
{
color: #2E684A;
}
</style>
background-color css
<style>
a { background-color: #2E684A; }
a { background-color: rgb(46,104,74); }
div.DivClassName
{
background-color: #2E684A;
}
.BgClassName
{
background-color: #2E684A;
}
</style>
border-color css
<style>
span { border-color: #2E684A; }
span { border-color: rgb(46,104,74); }
td.TdClassName
{
border-color: #2E684A;
}
.TagClassName
{
border-color: #2E684A;
}
</style>