#2EB284

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

Shades of Jungle Green #2EB284

Tints of Jungle Green #2EB284

Color information

#2EB284 (or 0x2EB284) is unknown color: approx Jungle Green. HEX triplet: 2E, B2 and 84. RGB value is (46,178,132). Sum of RGB (Red+Green+Blue) = 46+178+132=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB284 is #D14D7B. Grayscale: #858585. Windows color (decimal): -13716860 or 8696366. OLE color: 8696366.

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

Color convert

RGB46178132-
CMYK0.7400.260.30
HSL159.09º58.93%43.92%-
HSV(B)159.09º74.16%69.8%-
XYZ21.2134.0927.29-
YUV133.29127.2765.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.92%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=12.92%
G=50%
B=37.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781320.7400.260.30159.0958.9343.92
Hex2EB2844A01A1E9f3b2c
Octal56262204112032362377354
Binary101110101100101000010010010100110101111010011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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