#2EA978

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

Shades of Jungle Green #2EA978

Tints of Jungle Green #2EA978

Color information

#2EA978 (or 0x2EA978) is unknown color: approx Jungle Green. HEX triplet: 2E, A9 and 78. RGB value is (46,169,120). Sum of RGB (Red+Green+Blue) = 46+169+120=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA978 is #D15687. Grayscale: #7E7E7E. Windows color (decimal): -13719176 or 7907630. OLE color: 7907630.

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

Color convert

RGB46169120-
CMYK0.7300.290.34
HSL156.1º57.21%42.16%-
HSV(B)156.1º72.78%66.27%-
XYZ18.730.3122.63-
YUV126.64124.2570.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 169 (66.41% from 255) = 50.45%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=13.73%
G=50.45%
B=35.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691200.7300.290.34156.157.2142.16
Hex2EA9784901D229c392a
Octal56251170111035422347152
Binary101110101010011111000100100101110110001010011100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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