Shades of Green Pea #2E6344
Tints of Green Pea #2E6344
RGB
CMYK
RGB Variations
Color information
#2E6344 (or 0x2E6344) is known color: Green Pea. HEX triplet: 2E, 63 and 44. RGB value is (46,99,68). Sum of RGB (Red+Green+Blue) = 46+99+68=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6344 is #D19CBB. Grayscale: #4F4F4F. Windows color (decimal): -13737148 or 4481838. OLE color: 4481838.
HSL color Cylindrical-coordinate representation of color #2E6344: hue angle of 144.91º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6344 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 99 | 68 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.61 |
| HSL | 144.91º | 0.37% | 0.28% | - |
| HSV(B) | 144.91º | 0.54% | 0.39% | - |
| XYZ | 6.63 | 9.92 | 7.03 | - |
| YUV | 79.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 68 | 0.54 | 0 | 0.31 | 0.61 | 144.91 | 0.37 | 0.28 |
| Hex | 2E | 63 | 44 | 36 | 0 | 1F | 3D | 91 | 25 | 1C |
| Octal | 56 | 143 | 104 | 66 | 0 | 37 | 75 | 221 | 45 | 34 |
| Binary | 101110 | 1100011 | 1000100 | 110110 | 0 | 11111 | 111101 | 10010001 | 100101 | 11100 |
Color Harmonies of #2E6344
Complementary color
Monochromatic Colors of #2E6344
Black with #2E6344
Text Example
Text Example
White with #2E6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6344; }
p { color: rgb(46,99,68); }
H1.HeaderClassName
{
color: #2E6344;
}
.AnyTagClassName
{
color: #2E6344;
}
</style>
background-color css
<style>
a { background-color: #2E6344; }
a { background-color: rgb(46,99,68); }
div.DivClassName
{
background-color: #2E6344;
}
.BgClassName
{
background-color: #2E6344;
}
</style>
border-color css
<style>
span { border-color: #2E6344; }
span { border-color: rgb(46,99,68); }
td.TdClassName
{
border-color: #2E6344;
}
.TagClassName
{
border-color: #2E6344;
}
</style>