Shades of Green Pea #2E5943
Tints of Green Pea #2E5943
RGB
CMYK
RGB Variations
Color information
#2E5943 (or 0x2E5943) is known color: Green Pea. HEX triplet: 2E, 59 and 43. RGB value is (46,89,67). Sum of RGB (Red+Green+Blue) = 46+89+67=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5943 is #D1A6BC. Grayscale: #494949. Windows color (decimal): -13739709 or 4413742. OLE color: 4413742.
HSL color Cylindrical-coordinate representation of color #2E5943: hue angle of 149.3º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5943 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 67 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.65 |
| HSL | 149.3º | 0.32% | 0.26% | - |
| HSV(B) | 149.3º | 0.48% | 0.35% | - |
| XYZ | 5.71 | 8.13 | 6.58 | - |
| YUV | 73.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 67 | 0.48 | 0 | 0.25 | 0.65 | 149.3 | 0.32 | 0.26 |
| Hex | 2E | 59 | 43 | 30 | 0 | 19 | 41 | 95 | 20 | 1A |
| Octal | 56 | 131 | 103 | 60 | 0 | 31 | 101 | 225 | 40 | 32 |
| Binary | 101110 | 1011001 | 1000011 | 110000 | 0 | 11001 | 1000001 | 10010101 | 100000 | 11010 |
Color Harmonies of #2E5943
Complementary color
Monochromatic Colors of #2E5943
Black with #2E5943
Text Example
Text Example
White with #2E5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5943; }
p { color: rgb(46,89,67); }
H1.HeaderClassName
{
color: #2E5943;
}
.AnyTagClassName
{
color: #2E5943;
}
</style>
background-color css
<style>
a { background-color: #2E5943; }
a { background-color: rgb(46,89,67); }
div.DivClassName
{
background-color: #2E5943;
}
.BgClassName
{
background-color: #2E5943;
}
</style>
border-color css
<style>
span { border-color: #2E5943; }
span { border-color: rgb(46,89,67); }
td.TdClassName
{
border-color: #2E5943;
}
.TagClassName
{
border-color: #2E5943;
}
</style>