Shades of Green Pea #2E6B45
Tints of Green Pea #2E6B45
RGB
CMYK
RGB Variations
Color information
#2E6B45 (or 0x2E6B45) is known color: Green Pea. HEX triplet: 2E, 6B and 45. RGB value is (46,107,69). Sum of RGB (Red+Green+Blue) = 46+107+69=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B45 is #D194BA. Grayscale: #545454. Windows color (decimal): -13735099 or 4549422. OLE color: 4549422.
HSL color Cylindrical-coordinate representation of color #2E6B45: hue angle of 142.62º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B45 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 69 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.58 |
| HSL | 142.62º | 0.4% | 0.3% | - |
| HSV(B) | 142.62º | 0.57% | 0.42% | - |
| XYZ | 7.46 | 11.53 | 7.46 | - |
| YUV | 84.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 69 | 0.57 | 0 | 0.36 | 0.58 | 142.62 | 0.4 | 0.3 |
| Hex | 2E | 6B | 45 | 39 | 0 | 24 | 3A | 8F | 28 | 1E |
| Octal | 56 | 153 | 105 | 71 | 0 | 44 | 72 | 217 | 50 | 36 |
| Binary | 101110 | 1101011 | 1000101 | 111001 | 0 | 100100 | 111010 | 10001111 | 101000 | 11110 |
Color Harmonies of #2E6B45
Complementary color
Monochromatic Colors of #2E6B45
Black with #2E6B45
Text Example
Text Example
White with #2E6B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B45; }
p { color: rgb(46,107,69); }
H1.HeaderClassName
{
color: #2E6B45;
}
.AnyTagClassName
{
color: #2E6B45;
}
</style>
background-color css
<style>
a { background-color: #2E6B45; }
a { background-color: rgb(46,107,69); }
div.DivClassName
{
background-color: #2E6B45;
}
.BgClassName
{
background-color: #2E6B45;
}
</style>
border-color css
<style>
span { border-color: #2E6B45; }
span { border-color: rgb(46,107,69); }
td.TdClassName
{
border-color: #2E6B45;
}
.TagClassName
{
border-color: #2E6B45;
}
</style>