Shades of Green Pea #2E6941
Tints of Green Pea #2E6941
RGB
CMYK
RGB Variations
Color information
#2E6941 (or 0x2E6941) is known color: Green Pea. HEX triplet: 2E, 69 and 41. RGB value is (46,105,65). Sum of RGB (Red+Green+Blue) = 46+105+65=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6941 is #D196BE. Grayscale: #525252. Windows color (decimal): -13735615 or 4286766. OLE color: 4286766.
HSL color Cylindrical-coordinate representation of color #2E6941: hue angle of 139.32º 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 #2E6941 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 65 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.59 |
| HSL | 139.32º | 0.39% | 0.3% | - |
| HSV(B) | 139.32º | 0.56% | 0.41% | - |
| XYZ | 7.13 | 11.07 | 6.76 | - |
| YUV | 82.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 65 | 0.56 | 0 | 0.38 | 0.59 | 139.32 | 0.39 | 0.3 |
| Hex | 2E | 69 | 41 | 38 | 0 | 26 | 3B | 8B | 27 | 1E |
| Octal | 56 | 151 | 101 | 70 | 0 | 46 | 73 | 213 | 47 | 36 |
| Binary | 101110 | 1101001 | 1000001 | 111000 | 0 | 100110 | 111011 | 10001011 | 100111 | 11110 |
Color Harmonies of #2E6941
Complementary color
Monochromatic Colors of #2E6941
Black with #2E6941
Text Example
Text Example
White with #2E6941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6941; }
p { color: rgb(46,105,65); }
H1.HeaderClassName
{
color: #2E6941;
}
.AnyTagClassName
{
color: #2E6941;
}
</style>
background-color css
<style>
a { background-color: #2E6941; }
a { background-color: rgb(46,105,65); }
div.DivClassName
{
background-color: #2E6941;
}
.BgClassName
{
background-color: #2E6941;
}
</style>
border-color css
<style>
span { border-color: #2E6941; }
span { border-color: rgb(46,105,65); }
td.TdClassName
{
border-color: #2E6941;
}
.TagClassName
{
border-color: #2E6941;
}
</style>