#2E6247

Color #2E6247 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2E6247

Tints of Green Pea #2E6247

Color information

#2E6247 (or 0x2E6247) is unknown color: approx Green Pea. HEX triplet: 2E, 62 and 47. RGB value is (46,98,71). Sum of RGB (Red+Green+Blue) = 46+98+71=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6247 is #D19DB8. Grayscale: #4F4F4F. Windows color (decimal): -13737401 or 4678190. OLE color: 4678190.

HSL color Cylindrical-coordinate representation of color #2E6247: hue angle of 148.85º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6247 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB469871-
CMYK0.5300.280.62
HSL148.85º36.11%28.24%-
HSV(B)148.85º53.06%38.43%-
XYZ6.639.777.5-
YUV79.37123.27104.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=21.40%
G=45.58%
B=33.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698710.5300.280.62148.8536.1128.24
Hex2E62473501C3E95241c
Octal5614210765034762254434
Binary101110110001010001111101010111001111101001010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6247; }

 p { color: rgb(46,98,71); }

 H1.HeaderClassName
 {
   color: #2E6247;
 }
 .AnyTagClassName
 {
   color: #2E6247;
 }
</style>
background-color css

<style>
 a { background-color: #2E6247; }

 a { background-color: rgb(46,98,71); }

 div.DivClassName
 {
   background-color: #2E6247;
 }
 .BgClassName
 {
   background-color: #2E6247;
 }
</style>
border-color css

<style>
 span { border-color: #2E6247; }

 span { border-color: rgb(46,98,71); }

 td.TdClassName
 {
   border-color: #2E6247;
 }
 .TagClassName
 {
   border-color: #2E6247;
 }
</style>