#2E6446

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

Shades of Green Pea #2E6446

Tints of Green Pea #2E6446

Color information

#2E6446 (or 0x2E6446) is unknown color: approx Green Pea. HEX triplet: 2E, 64 and 46. RGB value is (46,100,70). Sum of RGB (Red+Green+Blue) = 46+100+70=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6446 is #D19BB9. Grayscale: #505050. Windows color (decimal): -13736890 or 4613166. OLE color: 4613166.

HSL color Cylindrical-coordinate representation of color #2E6446: hue angle of 146.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6446 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB4610070-
CMYK0.5400.300.61
HSL146.67º36.99%28.63%-
HSV(B)146.67º54%39.22%-
XYZ6.7910.147.39-
YUV80.43122.11103.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=21.30%
G=46.30%
B=32.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100700.5400.300.61146.6736.9928.63
Hex2E64463601E3D93251d
Octal5614410666036752234535
Binary101110110010010001101101100111101111011001001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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