#2EB67D

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

Shades of Jungle Green #2EB67D

Tints of Jungle Green #2EB67D

Color information

#2EB67D (or 0x2EB67D) is unknown color: approx Jungle Green. HEX triplet: 2E, B6 and 7D. RGB value is (46,182,125). Sum of RGB (Red+Green+Blue) = 46+182+125=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB67D is #D14982. Grayscale: #868686. Windows color (decimal): -13715843 or 8238638. OLE color: 8238638.

HSL color Cylindrical-coordinate representation of color #2EB67D: hue angle of 154.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB67D is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB46182125-
CMYK0.7500.310.29
HSL154.85º59.65%44.71%-
HSV(B)154.85º74.73%71.37%-
XYZ21.5635.5225.12-
YUV134.84122.4464.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.03%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=13.03%
G=51.56%
B=35.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461821250.7500.310.29154.8559.6544.71
Hex2EB67D4B01F1D9b3c2d
Octal56266175113037352337455
Binary10111010110110111110110010110111111110110011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,182,125); }

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

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

 a { background-color: rgb(46,182,125); }

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

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

 span { border-color: rgb(46,182,125); }

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