#2EB283

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

Shades of Jungle Green #2EB283

Tints of Jungle Green #2EB283

Color information

#2EB283 (or 0x2EB283) is unknown color: approx Jungle Green. HEX triplet: 2E, B2 and 83. RGB value is (46,178,131). Sum of RGB (Red+Green+Blue) = 46+178+131=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB283 is #D14D7C. Grayscale: #858585. Windows color (decimal): -13716861 or 8630830. OLE color: 8630830.

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

Color convert

RGB46178131-
CMYK0.7400.260.30
HSL158.64º58.93%43.92%-
HSV(B)158.64º74.16%69.8%-
XYZ21.1434.0626.93-
YUV133.17126.7765.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=12.96%
G=50.14%
B=36.90%

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
Decimal461781310.7400.260.30158.6458.9343.92
Hex2EB2834A01A1E9f3b2c
Octal56262203112032362377354
Binary101110101100101000001110010100110101111010011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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