Shades of Green Pea #2E5945
Tints of Green Pea #2E5945
RGB
CMYK
RGB Variations
Color information
#2E5945 (or 0x2E5945) is known color: Green Pea. HEX triplet: 2E, 59 and 45. RGB value is (46,89,69). Sum of RGB (Red+Green+Blue) = 46+89+69=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5945 is #D1A6BA. Grayscale: #494949. Windows color (decimal): -13739707 or 4544814. OLE color: 4544814.
HSL color Cylindrical-coordinate representation of color #2E5945: hue angle of 152.09º 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 #2E5945 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 69 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.65 |
| HSL | 152.09º | 0.32% | 0.26% | - |
| HSV(B) | 152.09º | 0.48% | 0.35% | - |
| XYZ | 5.77 | 8.16 | 6.9 | - |
| YUV | 73.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 69 | 0.48 | 0 | 0.22 | 0.65 | 152.09 | 0.32 | 0.26 |
| Hex | 2E | 59 | 45 | 30 | 0 | 16 | 41 | 98 | 20 | 1A |
| Octal | 56 | 131 | 105 | 60 | 0 | 26 | 101 | 230 | 40 | 32 |
| Binary | 101110 | 1011001 | 1000101 | 110000 | 0 | 10110 | 1000001 | 10011000 | 100000 | 11010 |
Color Harmonies of #2E5945
Complementary color
Monochromatic Colors of #2E5945
Black with #2E5945
Text Example
Text Example
White with #2E5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5945; }
p { color: rgb(46,89,69); }
H1.HeaderClassName
{
color: #2E5945;
}
.AnyTagClassName
{
color: #2E5945;
}
</style>
background-color css
<style>
a { background-color: #2E5945; }
a { background-color: rgb(46,89,69); }
div.DivClassName
{
background-color: #2E5945;
}
.BgClassName
{
background-color: #2E5945;
}
</style>
border-color css
<style>
span { border-color: #2E5945; }
span { border-color: rgb(46,89,69); }
td.TdClassName
{
border-color: #2E5945;
}
.TagClassName
{
border-color: #2E5945;
}
</style>