#2EB67F

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

Shades of Jungle Green #2EB67F

Tints of Jungle Green #2EB67F

Color information

#2EB67F (or 0x2EB67F) is unknown color: approx Jungle Green. HEX triplet: 2E, B6 and 7F. RGB value is (46,182,127). Sum of RGB (Red+Green+Blue) = 46+182+127=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB67F is #D14980. Grayscale: #878787. Windows color (decimal): -13715841 or 8369710. OLE color: 8369710.

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

Color convert

RGB46182127-
CMYK0.7500.300.29
HSL155.74º59.65%44.71%-
HSV(B)155.74º74.73%71.37%-
XYZ21.6935.5725.8-
YUV135.07123.4464.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 127 (50% from 255) = 35.77%
R=12.96%
G=51.27%
B=35.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461821270.7500.300.29155.7459.6544.71
Hex2EB67F4B01E1D9c3c2d
Octal56266177113036352347455
Binary10111010110110111111110010110111101110110011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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