#2EB285

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

Shades of Jungle Green #2EB285

Tints of Jungle Green #2EB285

Color information

#2EB285 (or 0x2EB285) is unknown color: approx Jungle Green. HEX triplet: 2E, B2 and 85. RGB value is (46,178,133). Sum of RGB (Red+Green+Blue) = 46+178+133=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB285 is #D14D7A. Grayscale: #858585. Windows color (decimal): -13716859 or 8761902. OLE color: 8761902.

HSL color Cylindrical-coordinate representation of color #2EB285: hue angle of 159.55º 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 #2EB285 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB46178133-
CMYK0.7400.250.30
HSL159.55º58.93%43.92%-
HSV(B)159.55º74.16%69.8%-
XYZ21.2834.1227.65-
YUV133.4127.7765.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=12.89%
G=49.86%
B=37.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781330.7400.250.30159.5558.9343.92
Hex2EB2854A0191Ea03b2c
Octal56262205112031362407354
Binary101110101100101000010110010100110011111010100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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