Shades of Green Pea #2E6543
Tints of Green Pea #2E6543
RGB
CMYK
RGB Variations
Color information
#2E6543 (or 0x2E6543) is known color: Green Pea. HEX triplet: 2E, 65 and 43. RGB value is (46,101,67). Sum of RGB (Red+Green+Blue) = 46+101+67=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #2E6543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6543 is #D19ABC. Grayscale: #505050. Windows color (decimal): -13736637 or 4416814. OLE color: 4416814.
HSL color Cylindrical-coordinate representation of color #2E6543: hue angle of 142.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6543 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 101 | 67 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.60 |
| HSL | 142.91º | 0.37% | 0.29% | - |
| HSV(B) | 142.91º | 0.54% | 0.4% | - |
| XYZ | 6.79 | 10.29 | 6.94 | - |
| YUV | 80.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 67 | 0.54 | 0 | 0.34 | 0.60 | 142.91 | 0.37 | 0.29 |
| Hex | 2E | 65 | 43 | 36 | 0 | 22 | 3C | 8F | 25 | 1D |
| Octal | 56 | 145 | 103 | 66 | 0 | 42 | 74 | 217 | 45 | 35 |
| Binary | 101110 | 1100101 | 1000011 | 110110 | 0 | 100010 | 111100 | 10001111 | 100101 | 11101 |
Color Harmonies of #2E6543
Complementary color
Monochromatic Colors of #2E6543
Black with #2E6543
Text Example
Text Example
White with #2E6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6543; }
p { color: rgb(46,101,67); }
H1.HeaderClassName
{
color: #2E6543;
}
.AnyTagClassName
{
color: #2E6543;
}
</style>
background-color css
<style>
a { background-color: #2E6543; }
a { background-color: rgb(46,101,67); }
div.DivClassName
{
background-color: #2E6543;
}
.BgClassName
{
background-color: #2E6543;
}
</style>
border-color css
<style>
span { border-color: #2E6543; }
span { border-color: rgb(46,101,67); }
td.TdClassName
{
border-color: #2E6543;
}
.TagClassName
{
border-color: #2E6543;
}
</style>