#2EA983

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

Shades of Jungle Green #2EA983

Tints of Jungle Green #2EA983

Color information

#2EA983 (or 0x2EA983) is unknown color: approx Jungle Green. HEX triplet: 2E, A9 and 83. RGB value is (46,169,131). Sum of RGB (Red+Green+Blue) = 46+169+131=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA983 is #D1567C. Grayscale: #7F7F7F. Windows color (decimal): -13719165 or 8628526. OLE color: 8628526.

HSL color Cylindrical-coordinate representation of color #2EA983: hue angle of 161.46º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA983 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB46169131-
CMYK0.7300.220.34
HSL161.46º57.21%42.16%-
HSV(B)161.46º72.78%66.27%-
XYZ19.4130.626.36-
YUV127.89129.7569.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.29%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=13.29%
G=48.84%
B=37.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691310.7300.220.34161.4657.2142.16
Hex2EA9834901622a1392a
Octal56251203111026422417152
Binary1011101010100110000011100100101011010001010100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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