Shades of Green Pea #2E6A44
Tints of Green Pea #2E6A44
RGB
CMYK
RGB Variations
Color information
#2E6A44 (or 0x2E6A44) is known color: Green Pea. HEX triplet: 2E, 6A and 44. RGB value is (46,106,68). Sum of RGB (Red+Green+Blue) = 46+106+68=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A44 is #D195BB. Grayscale: #535353. Windows color (decimal): -13735356 or 4483630. OLE color: 4483630.
HSL color Cylindrical-coordinate representation of color #2E6A44: hue angle of 142º degrees, saturation: 0.39, 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 #2E6A44 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 68 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.58 |
| HSL | 142º | 0.39% | 0.3% | - |
| HSV(B) | 142º | 0.57% | 0.42% | - |
| XYZ | 7.32 | 11.31 | 7.27 | - |
| YUV | 83.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 68 | 0.57 | 0 | 0.36 | 0.58 | 142 | 0.39 | 0.3 |
| Hex | 2E | 6A | 44 | 39 | 0 | 24 | 3A | 8E | 27 | 1E |
| Octal | 56 | 152 | 104 | 71 | 0 | 44 | 72 | 216 | 47 | 36 |
| Binary | 101110 | 1101010 | 1000100 | 111001 | 0 | 100100 | 111010 | 10001110 | 100111 | 11110 |
Color Harmonies of #2E6A44
Complementary color
Monochromatic Colors of #2E6A44
Black with #2E6A44
Text Example
Text Example
White with #2E6A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A44; }
p { color: rgb(46,106,68); }
H1.HeaderClassName
{
color: #2E6A44;
}
.AnyTagClassName
{
color: #2E6A44;
}
</style>
background-color css
<style>
a { background-color: #2E6A44; }
a { background-color: rgb(46,106,68); }
div.DivClassName
{
background-color: #2E6A44;
}
.BgClassName
{
background-color: #2E6A44;
}
</style>
border-color css
<style>
span { border-color: #2E6A44; }
span { border-color: rgb(46,106,68); }
td.TdClassName
{
border-color: #2E6A44;
}
.TagClassName
{
border-color: #2E6A44;
}
</style>