#2E6340

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

Shades of Green Pea #2E6340

Tints of Green Pea #2E6340

Color information

#2E6340 (or 0x2E6340) is unknown color: approx Green Pea. HEX triplet: 2E, 63 and 40. RGB value is (46,99,64). Sum of RGB (Red+Green+Blue) = 46+99+64=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6340 is #D19CBF. Grayscale: #4F4F4F. Windows color (decimal): -13737152 or 4219694. OLE color: 4219694.

HSL color Cylindrical-coordinate representation of color #2E6340: hue angle of 140.38º 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 #2E6340 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB469964-
CMYK0.5400.350.61
HSL140.38º36.55%28.43%-
HSV(B)140.38º53.54%38.82%-
XYZ6.519.876.41-
YUV79.16119.44104.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=22.01%
G=47.37%
B=30.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699640.5400.350.61140.3836.5528.43
Hex2E6340360233D8c251c
Octal5614310066043752144534
Binary1011101100011100000011011001000111111011000110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,64); }

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

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

 a { background-color: rgb(46,99,64); }

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

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

 span { border-color: rgb(46,99,64); }

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