#2EAA83

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

Shades of Jungle Green #2EAA83

Tints of Jungle Green #2EAA83

Color information

#2EAA83 (or 0x2EAA83) is unknown color: approx Jungle Green. HEX triplet: 2E, AA and 83. RGB value is (46,170,131). Sum of RGB (Red+Green+Blue) = 46+170+131=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA83 is #D1557C. Grayscale: #808080. Windows color (decimal): -13718909 or 8628782. OLE color: 8628782.

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

Color convert

RGB46170131-
CMYK0.7300.230.33
HSL161.13º57.41%42.35%-
HSV(B)161.13º72.94%66.67%-
XYZ19.630.9726.42-
YUV128.48129.4269.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.26%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=13.26%
G=48.99%
B=37.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701310.7300.230.33161.1357.4142.35
Hex2EAA834901721a1392a
Octal56252203111027412417152
Binary1011101010101010000011100100101011110000110100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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