#2eb281

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

Shades of Jungle Green #2EB281

Tints of Jungle Green #2EB281

Color information

#2EB281 (or 0x2EB281) is unknown color: approx Jungle Green. HEX triplet: 2E, B2 and 81. RGB value is (46,178,129). Sum of RGB (Red+Green+Blue) = 46+178+129=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB281 is #D14D7E. Grayscale: #858585. Windows color (decimal): -13716863 or 8499758. OLE color: 8499758.

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

Color convert

RGB46178129-
CMYK0.7400.280.30
HSL157.73º58.93%43.92%-
HSV(B)157.73º74.16%69.8%-
XYZ21.0134.0126.23-
YUV132.95125.7765.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.03%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=13.03%
G=50.42%
B=36.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781290.7400.280.30157.7358.9343.92
Hex2EB2814A01C1E9e3b2c
Octal56262201112034362367354
Binary101110101100101000000110010100111001111010011110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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