#2EB28B

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

Shades of Jungle Green #2EB28B

Tints of Jungle Green #2EB28B

Color information

#2EB28B (or 0x2EB28B) is unknown color: approx Jungle Green. HEX triplet: 2E, B2 and 8B. RGB value is (46,178,139). Sum of RGB (Red+Green+Blue) = 46+178+139=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB28B is #D14D74. Grayscale: #868686. Windows color (decimal): -13716853 or 9155118. OLE color: 9155118.

HSL color Cylindrical-coordinate representation of color #2EB28B: hue angle of 162.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB28B is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB46178139-
CMYK0.7400.220.30
HSL162.27º58.93%43.92%-
HSV(B)162.27º74.16%69.8%-
XYZ21.7134.2929.9-
YUV134.09130.7765.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.67%
GREEN value IS 178 (69.92% from 255) = 49.04%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=12.67%
G=49.04%
B=38.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781390.7400.220.30162.2758.9343.92
Hex2EB28B4A0161Ea23b2c
Octal56262213112026362427354
Binary101110101100101000101110010100101101111010100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,178,139); }

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

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

 a { background-color: rgb(46,178,139); }

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

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

 span { border-color: rgb(46,178,139); }

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