#2EBF87

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

Shades of Jungle Green #2EBF87

Tints of Jungle Green #2EBF87

Color information

#2EBF87 (or 0x2EBF87) is unknown color: approx Jungle Green. HEX triplet: 2E, BF and 87. RGB value is (46,191,135). Sum of RGB (Red+Green+Blue) = 46+191+135=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBF87 is #D14078. Grayscale: #8D8D8D. Windows color (decimal): -13713529 or 8896302. OLE color: 8896302.

HSL color Cylindrical-coordinate representation of color #2EBF87: hue angle of 156.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF87 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB46191135-
CMYK0.7600.290.25
HSL156.83º61.18%46.47%-
HSV(B)156.83º75.92%74.9%-
XYZ24.1339.5929.29-
YUV141.26124.4660.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.37%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=12.37%
G=51.34%
B=36.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911350.7600.290.25156.8361.1846.47
Hex2EBF874C01D199d3d2e
Octal56277207114035312357556
Binary101110101111111000011110011000111011100110011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,135); }

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

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

 a { background-color: rgb(46,191,135); }

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

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

 span { border-color: rgb(46,191,135); }

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