Shades of Green Pea #2E5643
Tints of Green Pea #2E5643
RGB
CMYK
RGB Variations
Color information
#2E5643 (or 0x2E5643) is known color: Green Pea. HEX triplet: 2E, 56 and 43. RGB value is (46,86,67). Sum of RGB (Red+Green+Blue) = 46+86+67=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5643 is #D1A9BC. Grayscale: #474747. Windows color (decimal): -13740477 or 4412974. OLE color: 4412974.
HSL color Cylindrical-coordinate representation of color #2E5643: hue angle of 151.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5643 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 67 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.66 |
| HSL | 151.5º | 0.3% | 0.26% | - |
| HSV(B) | 151.5º | 0.47% | 0.34% | - |
| XYZ | 5.47 | 7.64 | 6.5 | - |
| YUV | 71.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 67 | 0.47 | 0 | 0.22 | 0.66 | 151.5 | 0.3 | 0.26 |
| Hex | 2E | 56 | 43 | 2F | 0 | 16 | 42 | 98 | 1E | 1A |
| Octal | 56 | 126 | 103 | 57 | 0 | 26 | 102 | 230 | 36 | 32 |
| Binary | 101110 | 1010110 | 1000011 | 101111 | 0 | 10110 | 1000010 | 10011000 | 11110 | 11010 |
Color Harmonies of #2E5643
Complementary color
Monochromatic Colors of #2E5643
Black with #2E5643
Text Example
Text Example
White with #2E5643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5643; }
p { color: rgb(46,86,67); }
H1.HeaderClassName
{
color: #2E5643;
}
.AnyTagClassName
{
color: #2E5643;
}
</style>
background-color css
<style>
a { background-color: #2E5643; }
a { background-color: rgb(46,86,67); }
div.DivClassName
{
background-color: #2E5643;
}
.BgClassName
{
background-color: #2E5643;
}
</style>
border-color css
<style>
span { border-color: #2E5643; }
span { border-color: rgb(46,86,67); }
td.TdClassName
{
border-color: #2E5643;
}
.TagClassName
{
border-color: #2E5643;
}
</style>