Shades of Green Pea #2E694D
Tints of Green Pea #2E694D
RGB
CMYK
RGB Variations
Color information
#2E694D (or 0x2E694D) is known color: Green Pea. HEX triplet: 2E, 69 and 4D. RGB value is (46,105,77). Sum of RGB (Red+Green+Blue) = 46+105+77=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #2E694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E694D is #D196B2. Grayscale: #545454. Windows color (decimal): -13735603 or 5073198. OLE color: 5073198.
HSL color Cylindrical-coordinate representation of color #2E694D: hue angle of 151.53º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E694D is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 77 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.59 |
| HSL | 151.53º | 0.39% | 0.3% | - |
| HSV(B) | 151.53º | 0.56% | 0.41% | - |
| XYZ | 7.52 | 11.22 | 8.79 | - |
| YUV | 84.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 77 | 0.56 | 0 | 0.27 | 0.59 | 151.53 | 0.39 | 0.3 |
| Hex | 2E | 69 | 4D | 38 | 0 | 1B | 3B | 98 | 27 | 1E |
| Octal | 56 | 151 | 115 | 70 | 0 | 33 | 73 | 230 | 47 | 36 |
| Binary | 101110 | 1101001 | 1001101 | 111000 | 0 | 11011 | 111011 | 10011000 | 100111 | 11110 |
Color Harmonies of #2E694D
Complementary color
Monochromatic Colors of #2E694D
Black with #2E694D
Text Example
Text Example
White with #2E694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E694D; }
p { color: rgb(46,105,77); }
H1.HeaderClassName
{
color: #2E694D;
}
.AnyTagClassName
{
color: #2E694D;
}
</style>
background-color css
<style>
a { background-color: #2E694D; }
a { background-color: rgb(46,105,77); }
div.DivClassName
{
background-color: #2E694D;
}
.BgClassName
{
background-color: #2E694D;
}
</style>
border-color css
<style>
span { border-color: #2E694D; }
span { border-color: rgb(46,105,77); }
td.TdClassName
{
border-color: #2E694D;
}
.TagClassName
{
border-color: #2E694D;
}
</style>