Shades of Green Pea #2E6945
Tints of Green Pea #2E6945
RGB
CMYK
RGB Variations
Color information
#2E6945 (or 0x2E6945) is known color: Green Pea. HEX triplet: 2E, 69 and 45. RGB value is (46,105,69). Sum of RGB (Red+Green+Blue) = 46+105+69=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6945 is #D196BA. Grayscale: #535353. Windows color (decimal): -13735611 or 4548910. OLE color: 4548910.
HSL color Cylindrical-coordinate representation of color #2E6945: hue angle of 143.39º 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 #2E6945 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 69 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.59 |
| HSL | 143.39º | 0.39% | 0.3% | - |
| HSV(B) | 143.39º | 0.56% | 0.41% | - |
| XYZ | 7.25 | 11.11 | 7.39 | - |
| YUV | 83.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 69 | 0.56 | 0 | 0.34 | 0.59 | 143.39 | 0.39 | 0.3 |
| Hex | 2E | 69 | 45 | 38 | 0 | 22 | 3B | 8F | 27 | 1E |
| Octal | 56 | 151 | 105 | 70 | 0 | 42 | 73 | 217 | 47 | 36 |
| Binary | 101110 | 1101001 | 1000101 | 111000 | 0 | 100010 | 111011 | 10001111 | 100111 | 11110 |
Color Harmonies of #2E6945
Complementary color
Monochromatic Colors of #2E6945
Black with #2E6945
Text Example
Text Example
White with #2E6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6945; }
p { color: rgb(46,105,69); }
H1.HeaderClassName
{
color: #2E6945;
}
.AnyTagClassName
{
color: #2E6945;
}
</style>
background-color css
<style>
a { background-color: #2E6945; }
a { background-color: rgb(46,105,69); }
div.DivClassName
{
background-color: #2E6945;
}
.BgClassName
{
background-color: #2E6945;
}
</style>
border-color css
<style>
span { border-color: #2E6945; }
span { border-color: rgb(46,105,69); }
td.TdClassName
{
border-color: #2E6945;
}
.TagClassName
{
border-color: #2E6945;
}
</style>