#2E6B46

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

Shades of Green Pea #2E6B46

Tints of Green Pea #2E6B46

Color information

#2E6B46 (or 0x2E6B46) is unknown color: approx Green Pea. HEX triplet: 2E, 6B and 46. RGB value is (46,107,70). Sum of RGB (Red+Green+Blue) = 46+107+70=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B46 is #D194B9. Grayscale: #545454. Windows color (decimal): -13735098 or 4614958. OLE color: 4614958.

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

Color convert

RGB4610770-
CMYK0.5700.350.58
HSL143.61º39.87%30%-
HSV(B)143.61º57.01%41.96%-
XYZ7.4911.547.63-
YUV84.54119.79100.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=20.63%
G=47.98%
B=31.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46107700.5700.350.58143.6139.8730
Hex2E6B46390233A90281e
Octal5615310671043722205036
Binary1011101101011100011011100101000111110101001000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,107,70); }

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

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

 a { background-color: rgb(46,107,70); }

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

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

 span { border-color: rgb(46,107,70); }

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